This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

looking for some inforamtions about IMDB Movies Now......

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
y
yD^
Voice
Posts: 14
Joined: Fri Aug 10, 2007 10:37 am

looking for some inforamtions about IMDB Movies Now......

Post by yD^ »

Hi am just trying to change the code to get the results from another site but the real problem is i can't understand how i can do it ,,,

the code of the script is at: http://members.dandy.net/~fbn/nip.tcl.txt

the site i want the results comes from is: http://www.cinescape.com.kw/nowshowingframe.php

the site above is for now playing so if someone can edit the script to my site then i can edit the top10 and coming soon ...

My best wishes.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

That script was recently written by rosc2112, you should direct all requests directly to him, try placing a post here
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

*cough* her


If you want to learn how to write your own scripts, I suggest reading the many helpful documents that come with eggdrop and tcl. Particularly the regexp and http manpages.

As far as that particular website, eggdrop / tcl doesn't like unicode very much, so I don't know if it would work very well with the arabic or whatever that squigly language is. Maybe someday tcl & eggdrop will support unicode properly, it's been giving me fits with my dictionary.com script, having accented A's interpretted as CTCP ACTIONS and no way to string-map the chars cos tcl can't handle the higher numbered unicode chars. ;/
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

rosc2112 wrote:*cough* her
roflmao
:oops: oopsie
y
yD^
Voice
Posts: 14
Joined: Fri Aug 10, 2007 10:37 am

Post by yD^ »

rosc2112 wrote:*cough* her


If you want to learn how to write your own scripts, I suggest reading the many helpful documents that come with eggdrop and tcl. Particularly the regexp and http manpages.

As far as that particular website, eggdrop / tcl doesn't like unicode very much, so I don't know if it would work very well with the arabic or whatever that squigly language is. Maybe someday tcl & eggdrop will support unicode properly, it's been giving me fits with my dictionary.com script, having accented A's interpretted as CTCP ACTIONS and no way to string-map the chars cos tcl can't handle the higher numbered unicode chars. ;/
Hi ,

If it's not supporting the unicodes then i think i need only the title of movie without the names of actress , ex: <font face="verdana" size="2"><b>Omar Wa Salma </b></font>

and about the coming soon movies it's in the main page in english : http://www.cinescape.com.kw/
or from here as i saw the "view source " of site : http://www.cinescape.com.kw/comingsoon.php
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

This is a good starter project for you. Learn from it, modify it, but don't redistribute without giving credit. I'm not interested in creating yet another similar movie script. Like I said, it's mostly a matter of changing the geturl and regexp stuff.
y
yD^
Voice
Posts: 14
Joined: Fri Aug 10, 2007 10:37 am

Post by yD^ »

Hello again,

i give up after 5 days because am still can't understand how the regexp works and get the results.

thank you guys and i'll do my best next time.

My regards.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

regexp - Match a regular expression against a string
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
y
yD^
Voice
Posts: 14
Joined: Fri Aug 10, 2007 10:37 am

Post by yD^ »

Alchera am really appricate your cares and help.

Thank you i'll post my result next time.
y
yD^
Voice
Posts: 14
Joined: Fri Aug 10, 2007 10:37 am

Post by yD^ »

Hello this is me again :)

I've figured the problem and it's comes from my mind :P

i'll looking for a simple/small scripts to understand it more, how the regxp get the informations from site.

My Besh wishes for all of you guys.
Post Reply