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.

Loading problem !!

Old posts that have not been replied to for several years.
Locked
G
GouroB
Voice
Posts: 29
Joined: Mon Jan 17, 2005 3:53 pm
Contact:

Loading problem !!

Post by GouroB »

i dl some TCL scripts from www.egghelp.org ... worldtime , rules , chan stats ..... none of them were loaded ... donno why but i got a error msg in shell when i try to run the eggdrop with these scripts .. the msg i get is like
cannot find file scripts/worldtime.tcl
same thing happened with rest scripts . is it problem with the version of eggdrop i am using ? coz i am using eggdrop1.6.17 and all of those scripts its written that tested in eggdrop1.3.x .
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes.
www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

No it cant find those files. Did you put them in the scripts directory inside your eggdrop directory or just place them in your eggdrop directory?

Also make sure you have the proper permissions to read from those directories.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
G
GouroB
Voice
Posts: 29
Joined: Mon Jan 17, 2005 3:53 pm
Contact:

Post by GouroB »

^doom^

yah dude , i have proper permission and i put them in my script folder and i added this line in main eggdrop config file
source script/stats.tcl
but didnt work , on the other hand i did the same with wwe script , it was loaded fine , only that chan stat & world time script didnt load .
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes.
www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
User avatar
avilon
Halfop
Posts: 64
Joined: Tue Jul 13, 2004 6:58 am
Location: Germany

Post by avilon »

Code: Select all

source script/stats.tcl
is not

Code: Select all

source scripts/stats.tcl
G
GouroB
Voice
Posts: 29
Joined: Mon Jan 17, 2005 3:53 pm
Contact:

Post by GouroB »

avilon
i did what u said .... but still same .... it couldnt load the file . :cry:
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes.
www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Are you even putting in the right name?

Code: Select all

source scripts/worldtime.tcl
will NOT load a script that's called worldtime3.5.tcl for example.
G
GouroB
Voice
Posts: 29
Joined: Mon Jan 17, 2005 3:53 pm
Contact:

Post by GouroB »

MeTroiD ,

yes man it was named like .. worldtime1.1.1 .. i renamed it just worldtime still is not working :(
http://www.Shunno.co.uk
Get FREE hosting, windows or Linux VPS unix Shells or get your own website in minutes.
www.BanGlaCafe.com/chat.htm
Meet your local singles, chat with friends or just talk to people all over the globe
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

CaSe matters too.
Locked