I just finished it. I'll release it later tonight, 'cause I gotta go now.
(If any of you programmers know how to get cURL trk in PHP on Windows 7 64-bit, I'll reward you with sex.)
So, anyway, yeah. Anyone interested, let me know. I'm accepting LGG for its use.
Results 1 to 24 of 24
Thread: Auto TekTek!
- 15 Feb. 2010 11:59pm #1
Auto TekTek!
- 16 Feb. 2010 12:00am #2
Wait, you're not going to release it publicly in the UG bronze? we have to pay you? WHAT IS THIS CRAP.
LG's Dyke. Enough. Said.
- 16 Feb. 2010 12:01am #3
Im interested. But will it collect the item list too?
Last edited by Google; 16 Feb. 2010 at 12:03am.
- 16 Feb. 2010 12:01am #4
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 16 Feb. 2010 12:01am #5
- 16 Feb. 2010 12:02am #6
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 16 Feb. 2010 12:02am #7
- 16 Feb. 2010 12:42am #8
I attempted to find a cURL plugin for Abyss but could never find one. I am not sure about Apache. You can use my server if you want. I have cURL enabled on it.
// Signature
- 16 Feb. 2010 12:45am #9
@stapled is that like your girl friend or something?
- 16 Feb. 2010 12:47am #10
Honestly, for something like a tektek bot... Even though it doesnt accomplish anything too great, it is VERY handy, and should be put in UGS. UGB isnt worth anything original, it is all getting leaked.
LG's resident grammar nazi.
Need warez? I can probably find it for you. Throw me a PM.
For all of my sales, if you refer a buyer to me and they make a purchase, you can recieve 5%
- 16 Feb. 2010 12:48am #11
- 16 Feb. 2010 12:58am #12
- 16 Feb. 2010 01:01am #13
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 16 Feb. 2010 01:03am #14
From what I've seen, cURL should work on your OS. Could always try using sockets or something anyways. I know for the lucky dip curl was giving me all sorts of trouble when I was attempting to submit large amounts of post data (i.e. large inventory). I think this is what I did:
PHP Code:$strPost = 'environment=0&txt='.urlencode('xtitle="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Trans');
foreach($Items[1] as $val)
$strPost .= urlencode('xtitle="'.$val.'" hidden_src="http://');
$strPost .= urlencode("Gold: ".$strGold."\t\t\t ");
$Ref="http://www.tektek.org/gaia/worth.php";
$URL="http://www.tektek.org/gaia/worth.php";
$Header .= "POST /gaia/worth.php HTTP/1.1\r\n";
$Header .= "Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\r\n";
$Header .= "Referer: http://www.tektek.org/gaia/worth.php\r\n";
$Header .= "Accept-Language: en-us\r\n";
$Header .= "Content-Type: application/x-www-form-urlencoded\r\n";
$Header .= "User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)\r\n";
$Header .= "Host: www.tektek.org\r\n";
$Header .= "Content-Length: ".strlen($strPost)."\r\n";
$Header .= "Connection: Close\r\n\r\n";
$Header .= $strPost;
$strHTML = null;
$fp = fsockopen("www.tektek.org", 80, $errno, $errstr, 30);
if (! $fp)
echo "$errstr ($errno)<br />\n";
else
{
fwrite($fp, $Header);
while (!feof($fp))
$strHTML .= fgets($fp, 128);
fclose($fp);
}
PHP Code:$HTML = $httpSocket->HTTPRequest("POST", $URL, $Post, array("Referer" => $Ref));
- 16 Feb. 2010 02:22am #15
@fixes
I tried everything. I think it's a problem with the DLLs.
@etc
It doesn't include soulbounds or anything like that.
@host
My host supports cURL. It's just my personal computer that doesn't.
@arti
But I'm fond of cURL.
You can shorten your Tektek by a whoooole lot, btw.
- 16 Feb. 2010 02:30am #16
- 16 Feb. 2010 02:36am #17
- Age
- 97
- Join Date
- Nov. 2009
- Location
- In the computer
- Posts
- 11,186
- Reputation
- 1029
- LCash
- 10.00
- Awards
So ill be waiting for the pm.
- 16 Feb. 2010 03:07am #18
@Charles: of course you could shorten it. I found that code in an extremely old PHP file I can only assume was there to test. Sockets are generally the way to go. As for the curl problem, sound like it could be a problem with the path to the dll? Check to see if it is even loading it correctly.
- 16 Feb. 2010 03:20am #19
I've tried every support topic I could get my hands on. Others have had my problem, and none of the people with my problem ever found a working solution.
Other extensions work. It's cURL specifically that doesn't. I think MySQL might not work either, but IDR and too lazy to try now. But the GD library, for example, works. It's the extensions that require DLLs outside of extension_dir that aren't working, I believe, even though I've put all the required DLLs in \System32\. Thing is, Googling for the missing DLLs, I've found a good nine million versions of each DLL, so I have no clue which version is the one I need. Getting it directly from the cURL website changed the error. Not sure what that means. Didn't fix it, but changed it, so I guess that means I'm getting somewhere?
Anyway, I lol'd @ someone implying that I should release it to Bronze. lol Bronze.
Also, by shortening, I wasn't meaning the PHP. I meant the data being sent to Tektek. The data sent via the Tektek form is atrocious, and I honestly can't believe their coding is so sloppy.
xtitle="item 1" xtitle="item 2" xtitle="item 3" /Gold: X
Is all you need. Which, in itself, is ridiculous that they would even require that much text for a list of items, but oh well.
ANYWAY, the main feature I'm emphasizing with mine is that it doesn't log soulbounds or any of that shit.
Also, could someone tell me what GC is worth in GG, so that I can display it as part of the "total worth"?
- 16 Feb. 2010 03:24am #20
500GC = 5 Dollars
1mil = 4-5dollars
So about a mil?
IdkLast edited by Google; 16 Feb. 2010 at 03:29am.
- 16 Feb. 2010 03:28am #21
I could be wrong, I am extremely tired.
l00k GG is worth $.50
$10 = 10,000 Gc
So about 2mil GG for 10k Gc
So about 2k GG for 1Gc// Signature
- 16 Feb. 2010 03:29am #22LG's resident grammar nazi.
Need warez? I can probably find it for you. Throw me a PM.
For all of my sales, if you refer a buyer to me and they make a purchase, you can recieve 5%
- 16 Feb. 2010 03:32am #23
- 16 Feb. 2010 03:34am #24
That's a million hacked, though, versus 500 GC legit. $5 would get you 600k legit, which sounds about right for 500 GC, assuming you make the proper investments. e.g. Chanho will soon be worth 600k, I believe.