If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
-
[DS]4llK1lla
Post
by [DS]4llK1lla »
@first a special thx to antp for this super prog
I have a big prob with the scripts if I want to load the OFDb/IMDb (DE) it shows everytime the massage :

:??:
HTTP:/1.1 403 Forbidden
:mad:
plz help
but all the other scripts are still working
cya [DS]4llK1lla
-
Ork
- Posts: 44
- Joined: 2003-01-03 23:52:51
- Location: Castres, France
Post
by Ork »
Seems the address of the site has changed.
In the scripts 'OFDb (DE)' and 'OFDb - IMDb (DE)' try changing the line
Code: Select all
OFDB_Server = 'http://ofdb.persephone.net-build.de/';
(line 26 in 1st script and 30 in the 2nd) by
Code: Select all
OFDB_Server = 'http://www.ofdb.de/';
-
antp
- Site Admin
- Posts: 9651
- Joined: 2002-05-30 10:13:07
- Location: Brussels
-
Contact:
Post
by antp »
No, does not work with the domain name, since it redirects to another server.
It seems that now the right server name is:
Code: Select all
OFDB_Server = 'http://web1.ofdb.net-build.de/';
-
Ork
- Posts: 44
- Joined: 2003-01-03 23:52:51
- Location: Castres, France
Post
by Ork »
I tried it with
www.ofdb.de and it worked.
-
antp
- Site Admin
- Posts: 9651
- Joined: 2002-05-30 10:13:07
- Location: Brussels
-
Contact:
Post
by antp »
Strange, I got a Winsock error when I tried with this one
