Page 1 of 1
OFDb/IMDb (DE) Problem
Posted: 2003-02-19 20:19:44
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
Posted: 2003-02-19 20:33:50
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/';
Posted: 2003-02-19 21:45:56
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/';
Posted: 2003-02-19 23:51:15
by Ork
I tried it with
www.ofdb.de and it worked.
Posted: 2003-02-20 08:12:46
by antp
Strange, I got a Winsock error when I tried with this one
