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.

Search found 17 matches

by Wannabe
Sat Feb 09, 2008 6:49 am
Forum: Script Requests
Topic: HL2 server list
Replies: 7
Views: 3856

Btw, since almost all the requests like this are for hl & hl:s based games, this should cover most of them

http://developer.valvesoftware.com/wiki/Server_Queries


Although you will need UDP which means getting a UDP package for tcl.
by Wannabe
Tue Aug 07, 2007 8:05 am
Forum: Scripting Help
Topic: getuser : fails when nickchange [Solved]
Replies: 3
Views: 3840

Thanks guys :) got this sorted now
by Wannabe
Mon Aug 06, 2007 2:32 pm
Forum: Scripting Help
Topic: getuser : fails when nickchange [Solved]
Replies: 3
Views: 3840

getuser : fails when nickchange [Solved]

Hey guys, ive written a quick script that punishes people for swearing in my channel, i have a points system, by adding the user with there $hand, and then setting xtra info to a punishment level. However, they can avoid this entirely by changing there nickname, is there anything i can do, so that g...
by Wannabe
Sun Aug 05, 2007 5:53 am
Forum: Scripting Help
Topic: Regexp help
Replies: 4
Views: 2865

What i need ideally, is to read the php array into a tcl array, if i can do that, it would be perfect, only im stuggling to think of a way that isnt far beyond my tcl skills.
by Wannabe
Sat Aug 04, 2007 2:56 pm
Forum: Scripting Help
Topic: Regexp help
Replies: 4
Views: 2865

Regexp help

Hey guys, im struggling with a script im trying to write, i have a php script which dumps an array into a browser, and a tcl script that parses several bits of information from that array dump. However, i now have several sections which are identical appart from the stored information im trying to r...
by Wannabe
Mon Jul 09, 2007 9:32 am
Forum: Scripting Help
Topic: regexp - Help please
Replies: 1
Views: 2200

regexp - Help please

Hey guys, im having problems with my regexp, it should technically work, but it refuses to, so ill give you what i have and see if anyone can spot my mistake/s for me :D Cheers Current code : regexp -nocase -- {\[hostname\] => .+} $html hostname Code im trying to parse <pre>Array ( [nsserver] => Arr...
by Wannabe
Sat May 05, 2007 2:46 pm
Forum: Script Support & Releases
Topic: HLSTATS (Version 1 ALPHA)
Replies: 6
Views: 5773

hlstats is a perl script that gathers information from the logs of a hl server, and uses it to generate a stats page for the players who use that server. This script simply allow an irc user to find information from that page and display it in irc. although right now it only shows one stat (Kills Pe...
by Wannabe
Fri May 04, 2007 11:11 am
Forum: Script Support & Releases
Topic: HLSTATS (Version 1 ALPHA)
Replies: 6
Views: 5773

Actually the command urlcheck $plid 2 will set html to something new, the unset just ensures its empty.
by Wannabe
Thu May 03, 2007 8:10 pm
Forum: Scripting Help
Topic: RegExp help please [SOLVED]
Replies: 9
Views: 6891

Yep, sorry about that, i accedently deleted a character when removing some trash code, and it make it check the wrong html var, hence no result. its all fixed and working now, thanks :)
by Wannabe
Thu May 03, 2007 8:06 pm
Forum: Script Support & Releases
Topic: HLSTATS (Version 1 ALPHA)
Replies: 6
Views: 5773

HLSTATS (Version 1 ALPHA)

Yes you read correctly this is alpha, this is a script provided to prove that this IS possible, and to provide a base code for users who wish to complete there own, its currently setup for NS not CS, but it should give you a good idea of where to begin. I warn you now, that iam not a good tcl coder!...
by Wannabe
Thu May 03, 2007 3:49 pm
Forum: Scripting Help
Topic: RegExp help please [SOLVED]
Replies: 9
Views: 6891

ive attempted to do what you suggested, however it never seems to find the Kill per Deaths: Im wondering if ive split the file wrong, ive written $::html to a text document, and it comes out exactly as it is in the source. so im not sure why it wouldnt work my code is : set notFound 1 set lines [spl...
by Wannabe
Thu May 03, 2007 3:24 pm
Forum: Scripting Help
Topic: RegExp help please [SOLVED]
Replies: 9
Views: 6891

I think i explained badly, the regexp works on the entire source of the website, not just the two lines i posted, thats the reason i wanted to get the words Kills per Death: so that i was sure it was the right data. the problem i have is the two seperate lines i dont know how to deal with. but thank...
by Wannabe
Thu May 03, 2007 3:07 pm
Forum: Scripting Help
Topic: RegExp help please [SOLVED]
Replies: 9
Views: 6891

That gives me a result of 4.01, which im not sure where its getting it from but its not correct. The entire source that the regexp needs to search through is the source of this page : http://ns.wireplay.co.uk/hlstats.php?mode=playerinfo&player=55 if thats any help, i really dont understand that ...
by Wannabe
Thu May 03, 2007 2:48 pm
Forum: Scripting Help
Topic: RegExp help please [SOLVED]
Replies: 9
Views: 6891

RegExp help please [SOLVED]

Hey, im still learning regular expressions, and im pretty much stumped on this one, several people have tried to help me already and its just not right yet, im using a http package to read a website, and then parse for a specific piece of info on that website, the information im after is stored in a...
by Wannabe
Sat Feb 11, 2006 11:14 am
Forum: Scripting Help
Topic: Unable to find fault with the code. ini writing
Replies: 5
Views: 4929

Still have the same problem i just cant see why,