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.

Gametiger player search script

Old posts that have not been replied to for several years.
Locked
M
MasterMine

Gametiger player search script

Post by MasterMine »

I've tried using both of them, but none of them work. the only once that shows a hint of working is "GTFind" I set it up on my windrop bot and i get this back when i use to search for player

Code: Select all

[00:57] GAMETIGER: Queued MasterMine at 00:57:57, wait time = 8 seconds
[00:58] GAMETIGER: Starting search for MasterMine on "s5."...
[00:58] GAMETIGER: * Time taken to parse HTML data: 9 ms.
[00:58] GAMETIGER: Ending search for MasterMine on s5., 0 players found...   
I'm to noob to work anything out, i just want it to work, argh.
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

I believe windrops dont work with those kind of scripts, Try a real eggdrop
M
MasterMine

Post by MasterMine »

bummer, oh well, thanks anyway

I don't have a spare computer to put linux on :(
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

he sad i beleve he didn't say that it was !!! unless this script has unix specific things in it like exec /bin/rm .. witch can be replaced by file delete, .. then this script is unix specific
XplaiN but think of me as stupid
M
MasterMine

Post by MasterMine »

Code: Select all

      putdcc $sock "Content-Type: application/x-www-form-urlencoded"
I think that would qualify as a unix specific thing?, its in the egghttp script it uses.

but the gametigerqu.tcl script has this

Code: Select all

# where the stats file should be put ($drvl can be replaced with c:)
set gt_statsfile "c:/windrop/tmp/gt-stats.ini"

# a temp storage file for the misc functions ($drvl can be replaced with c:)
set gt_typefile "c:/windrop/tmp/gt-type.ini"
which i think means it should work in windrop.

I tried the other script and it just gave me

Code: Select all

		regsub -all \&game=oz $line " \&game=oz " line

[02:22] GAMETIGER: Starting search for MasterMine on s5....
[02:22] Tcl error [pub:flood]: invalid command name "http::geturl" 
Locked