Scripts that need to be fixed / Scripts à corriger

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.
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

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.
butterw
Posts: 4
Joined: 2007-10-29 10:30:34

Post by butterw »

Works fine.

Thanks :grinking:
bg334
Posts: 10
Joined: 2005-06-12 17:30:23

Post by bg334 »

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.
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

bg334 wrote:Adultdvdempire script isn't working again. It appears that they modified their site a bit, ...
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.

Please let me know if someone else fixes the old script, so that I do not waste too much time on a new one ;)
VictorMers
Posts: 3
Joined: 2007-11-23 12:37:51

Post by VictorMers »

TNX ! we are whait for script of adultdvdempire
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

VictorMers wrote:TNX ! we are whait for script of adultdvdempire
Sorry, I did not find time to finish it yet, but there are only a few things still missing (actors, director, search results > 25).
It will be released this weekend (at least here on forum for public testing).
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

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)
Last edited by bad4u on 2007-11-25 15:05:42, edited 1 time in total.
klepptoman
Posts: 21
Joined: 2006-01-01 10:04:57

Post by klepptoman »

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 !
Thanks Mate!
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

For new Adult DVD Empire script see viewtopic.php?t=3823
bg334
Posts: 10
Joined: 2005-06-12 17:30:23

Thanks!

Post by bg334 »

Thanks Bad4U! Works great and much appreciated![/quote]
msurg
Posts: 8
Joined: 2008-01-30 18:31:31

Post by msurg »

The script for beyazperde.mynet.com needs to be fixed.

Anyone please?

Thanks
Dash
Posts: 4
Joined: 2005-11-26 17:44:53

Post by Dash »

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

Code: Select all

      if Multi = false then MovieAddress := copy(Line, 1, pos('">', Line) - 1);
to

Code: Select all

      if Multi = false then MovieAddress := copy(Line, 1, pos('" onmouseover=', Line) - 1);
The missing Translated Title can be fixed by changing Line 152 from

Code: Select all

      Endpos :=  pos('</b></font></td>',Line);
to

Code: Select all

      Endpos :=  pos('</b></font></h2></td>',Line);
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?
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

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..
Last edited by bad4u on 2008-02-08 15:29:20, edited 1 time in total.
Dash
Posts: 4
Joined: 2005-11-26 17:44:53

Post by Dash »

Seems to be working fine... Big thanks for the quick fix... :)
vij
Posts: 9
Joined: 2007-09-18 12:33:05

Post by vij »

the ofdb-imdb link doesnt work.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

If you try few times it finally work - I do not know why, but I had that problem too (first time it gives a 404 error).
If course if you do not copy/paste the link it gives the 403 error, but I guess that you did not just click on it ?
vij
Posts: 9
Joined: 2007-09-18 12:33:05

Post by vij »

thanks,

i updated it via amc

via script update!

worked perfectly!!
bad4u
Posts: 1148
Joined: 2006-12-11 22:54:46

Post by bad4u »

I know, I should go and get some better webspace. Always problems with free one :D
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

I should make a small php script to allow you to directly add scripts to my server... it would be easier, as you update so many scripts (thanks for that! ;))
jodi
Posts: 2
Joined: 2008-02-16 13:32:25

Post by jodi »

there is something wrong in the OFDB - IMDB Script. No pictures are downloaded from the script. The rest works perfectly. i have installed the new one over UPDATE SCRIPTS, but the picture was not downloaded

best regards
jodi
Post Reply