PDA

View Full Version : I just want a small thing. Offer: $20; Any language!


rush4hire
11-11-2005, 11:21 AM
I just want a method to translate some encrypted / compressed text.

There are more details on this page: http://rush4hire.vandace.com/

Hit the link called "Email to Soar".

Now this program does it: w3gmaster (http://www.soarchin.com/main.php?lang=en&downid=37)

All you may have to do is decompile it. (would but I can't run anything on my current os)(but I'll be gettin a better os soon)

Also on that same site there are some c++ scripts where the method may be found. It's called W3RepLib 1.0 (http://www.soarchin.com/main.php?lang=en&downid=37&devid=8)

(these are both by Soar)

If I can get it to work, and you're the first one that gives me the answer to my question, and I haven't already figured it out myself, you get your name in the credits, and an instant paypal xfer to your email. (not echeck)

If I don't make good on my word, you can go on every scripting forum and sully my good name. (don't forget http://stealthbot.net/forums/ and http://dota-allstars.com/forums/ )

If you don't think $20 is enough, at least bother to make an offer.

rush4hire
11-13-2005, 12:19 PM
My friend helped me. I guess I just didn't know enough about unpacking stuff. In this case it doesn't give the right output if you just unpack the whole thing using the same param.

$temp1 = unpack('CPlayer/SLength/Caction/SAbilityFlags/LItemID/Lfooa/Lfoob/fx/fy/Lfooc/Lfood', $actionblock);
$x = $temp1['x']/8192*64;
$y = $temp1['y']/8192*64;
echo $x.'<br />'.$y.'<br /><br />';

Thanks !