Scripts that need to be fixed / Scripts à corriger
Latest IMDB script (3.22): http://www.bad4u.741.com/IMDB.ifs (copy the link into a NEW browser window)
I decided to add the new code instead of replacing the old one. So it's sure it will work, even if there should be movies that still use the older code (although I didn't find any during testing) or if latest websites' changes should be cancelled.
I decided to add the new code instead of replacing the old one. So it's sure it will work, even if there should be movies that still use the older code (although I didn't find any during testing) or if latest websites' changes should be cancelled.
Adultdvdempire script isn't working again. It appears that they modified their site a bit, which has thrown the script off. Would anyone be kind enough to help fix the script? Sorry that I don't have the skill set to do myself, but would be very appreciative of any assistance.
Thanks much in advance.
Thanks much in advance.
Seems they changed more than just "a bit".. search page, result page(s) and movie pages have been changed and so the script needs lots of changes. As the previous script is quite complex and uncomfortable to be edited by third party (i.e. it makes extensive use of 'Pos' function), I started to write a new one. It will be available the next days.bg334 wrote:Adultdvdempire script isn't working again. It appears that they modified their site a bit, ...
Please let me know if someone else fixes the old script, so that I do not waste too much time on a new one
Here's some kind of 'pre' version (0.9) of a new Adult DVD Empire script:
xxxxxxxxxxxx (copy this link into a NEW browser window !)
The code has been completly rewritten for easier handling / editing (at least I hope so, its size is from 19kb down to 13kb), but there might be more changes the next days, as I'm still not satisfied with it.
Import of DVD details, DVD features, ADE Review and big cover picture is set by default and can be disabled, while import of user comments can be enabled via option.
If you find bugs please let me know (there might be a lot .. I'm looking especially for errors in text import for special characters), I just did some short tests with few movies..
Remember that the script has NOT been finished yet !
(edit: download link deleted)
xxxxxxxxxxxx (copy this link into a NEW browser window !)
The code has been completly rewritten for easier handling / editing (at least I hope so, its size is from 19kb down to 13kb), but there might be more changes the next days, as I'm still not satisfied with it.
Import of DVD details, DVD features, ADE Review and big cover picture is set by default and can be disabled, while import of user comments can be enabled via option.
If you find bugs please let me know (there might be a lot .. I'm looking especially for errors in text import for special characters), I just did some short tests with few movies..
Remember that the script has NOT been finished yet !
(edit: download link deleted)
Last edited by bad4u on 2007-11-25 15:05:42, edited 1 time in total.
-
- Posts: 21
- Joined: 2006-01-01 10:04:57
Thanks Mate!bad4u wrote:Here's some kind of 'pre' version (0.9) of a new Adult DVD Empire script:
http://www.bad4u.741.com/beta/Adult%20D ... re%202.ifs (copy this link into a NEW browser window !)
The code has been completly rewritten for easier handling / editing (at least I hope so, its size is from 19kb down to 13kb), but there might be more changes the next days, as I'm still not satisfied with it.
Import of DVD details, DVD features, ADE Review and big cover picture is set by default and can be disabled, while import of user comments can be enabled via option.
If you find bugs please let me know (there might be a lot .. I'm looking especially for errors in text import for special characters), I just did some short tests with few movies..
Remember that the script has NOT been finished yet !
For new Adult DVD Empire script see viewtopic.php?t=3823
Hi everyone,
OFDb - IMDb - mod v.1.3.1 doesn't work anymore...
The first thing is, that it doesn't get the movie pages correctly anymore, I could fix this by changing Line 101 from
to
The missing Translated Title can be fixed by changing Line 152 from
to
So far, so good... But I can't get the description to work properly... The Fix for the OFDb "only" script works only halfway here... It gets the description, but just the short one and not the one which you get when you click on "[mehr]" (more)... Anybody got an idea here?
OFDb - IMDb - mod v.1.3.1 doesn't work anymore...
The first thing is, that it doesn't get the movie pages correctly anymore, I could fix this by changing Line 101 from
Code: Select all
if Multi = false then MovieAddress := copy(Line, 1, pos('">', Line) - 1);
Code: Select all
if Multi = false then MovieAddress := copy(Line, 1, pos('" onmouseover=', Line) - 1);
Code: Select all
Endpos := pos('</b></font></td>',Line);
Code: Select all
Endpos := pos('</b></font></h2></td>',Line);
Here's a new version (1.3.2) of OFDB - IMDB mod script :
http://www.bad4u.741.com/full/OFDb%20-% ... 8DE%29.ifs (copy link into a NEW browser window !)
In addition to the corrections from above, I fixed description import and some still missing titles on results list.
OFDb (currently) uses multiple formats for links on results lists and movie detail pages, if you find more problems please post the movie name here..
http://www.bad4u.741.com/full/OFDb%20-% ... 8DE%29.ifs (copy link into a NEW browser window !)
In addition to the corrections from above, I fixed description import and some still missing titles on results list.
OFDb (currently) uses multiple formats for links on results lists and movie detail pages, if you find more problems please post the movie name here..
Last edited by bad4u on 2008-02-08 15:29:20, edited 1 time in total.