Search found 122 matches

by Galadhrim
Mon May 30, 2005 7:10 pm
Forum: Archive
Topic: In need of HTTP parsing TCL - Will pay by PayPal
Replies: 9
Views: 4053

Re: TBayBuc

I would highly suggest against anyone giving anything to this child. He's deserving of nothing less than a kick in the face. He has the balls to message me on MSN to beg for the script, then about his his 3rd line into the conversation was inquiring about the my finances regarding the amount I agre...
by Galadhrim
Sun May 29, 2005 6:08 pm
Forum: Archive
Topic: eggdrop on DC++??
Replies: 4
Views: 2013

by Galadhrim
Fri May 27, 2005 12:13 pm
Forum: Archive
Topic: want a tcl from the experts :)
Replies: 6
Views: 2685

works here.
by Galadhrim
Fri May 27, 2005 8:20 am
Forum: Other Topics
Topic: Suggestion: Attachment mod for the site
Replies: 12
Views: 6290

it can. If I remembers correctly it can be changed to certain extensions and specific max size.
by Galadhrim
Fri May 27, 2005 8:15 am
Forum: Archive
Topic: Problems with starting my eggdrop
Replies: 6
Views: 2341

try this:
- Boot using "./eggdrop -n eggdrop.conf"
- Press Ctrl+Z (Ctrl+C means kill process)
- type in "bg"

You should be able to logout etc, the eggdrop runs in the background.
by Galadhrim
Fri May 27, 2005 8:12 am
Forum: Modules & Programming
Topic: stats.mod Livestats Eggdrop load failure
Replies: 8
Views: 19997

Open livestats.c Goto line 73 comment out, putting '//' in from of, these lines in the function static void start_listen_livestats(int port) // char tmp[50]; ... // sprintf(tmp, "set my-ip \"%s\";", livestats_ip); // do_tcl("livestats-hack-start", // "set my-ip-li...
by Galadhrim
Wed May 25, 2005 6:20 pm
Forum: Archive
Topic: Vhost list
Replies: 34
Views: 13219

manual read you did?
by Galadhrim
Tue May 24, 2005 11:40 am
Forum: Archive
Topic: question with some tcl + php code
Replies: 7
Views: 2192

The tcl code is supposed to take each line from the php script, and output them on irc. But I get alot of tcl errors about "unmatched open brace in list", and only 1 line of text is shown on irc...[/code] Try using the php function addcslashes . I think the problem is not the tcl code but...
by Galadhrim
Tue May 24, 2005 11:33 am
Forum: Archive
Topic: tried my best
Replies: 10
Views: 4260

Re: tried my best

How can you forward the same ports to both machines that would cause a conflict. also forward port 113 (Ident) to your linux box. only if the router cannot find a corresponding outgoing connection. if one of his pc's send packets to get dns results his router will know to which pc to return the pac...
by Galadhrim
Mon May 23, 2005 6:54 pm
Forum: Shell & Bouncer Help
Topic: How to Install Linux or Unix...Any Guide??
Replies: 10
Views: 18163

Yeah a real server (pc that is just on but no person uses it as workstation) is the best choice.

To save the worry, but not cash, just get a shell. you can often get a shell for 5-20 bucks and host 5-10 bnc's or eggdrops on that.
by Galadhrim
Mon May 23, 2005 6:49 pm
Forum: Archive
Topic: Auth SSL FTP
Replies: 3
Views: 1513

think all you need to do is use ssl with the bot. then you can tell the ftp connection to use ssl.
by Galadhrim
Sun May 22, 2005 3:50 pm
Forum: Modules & Programming
Topic: Changed end of line char from \n to \0
Replies: 12
Views: 19967

strange book... I learned that \0 is not needed but can prevent certain unwanted "features".
by Galadhrim
Sun May 22, 2005 3:46 pm
Forum: Shell & Bouncer Help
Topic: How to Install Linux or Unix...Any Guide??
Replies: 10
Views: 18163

oh dear. Where to start... http://www.google.nl/search?sourceid=navclient&hl=en&ie=UTF-8&rls=GGLD,GGLD:2004-52,GGLD:en&q=how+to+install+linux There are loads of distributions that you can try. Each has the Linux/Unix kernel but offer different approaches on the location of programs/d...
by Galadhrim
Sun May 22, 2005 3:39 pm
Forum: Archive
Topic: Eggdrop with SSL patch and mysql will not compile
Replies: 2
Views: 1995

isnt it better to use the mysql headers directly? ofcourse unless you want to use the mysql in TCL, but then the mysql TCL files are better suited.
by Galadhrim
Sat May 21, 2005 11:10 am
Forum: Modules & Programming
Topic: Long channel name
Replies: 8
Views: 15570

with my own irc network i had to edit the bot's code to allow a longer nickname than 15 chars (or whatever it was in default setting).