request unstucker page (binary)

07/23/2009 23:32 fataelfiory#1
hello guys

i hope all fine

i need help to get unstucker page not lotf but binary

any one can help me:rolleyes:
07/24/2009 02:17 fataelfiory#2
guys i have a unstucker page lotf

but i need one binary

here's the lotf
can any 1 turn it binary

PHP Code:
<html>
<head>
<title>Teleport to twin city!</title>
</head>
<body>
<center>
<h1>Twin city teleportation</h1><br>
<form action="twincity.php?teled=yes" method="post">
Account Name : <input type="text" name="acc"><br>
Character Name: <input type="text" name="name"><br>
<input type="submit" value="To Tc!"><br>
</form>
</center>
</body>
</html>
<?php 
//Connect to database.
$dbhost 'localhost'//keep as localhost.
$dbuser 'root'//you should probabally keep root.
$dbpass ''//not sure what your pass is so I left blank.
$dbname 'coproj'//you should also keep this the same I believe.

$acc $_POST['acc'];
$name $_POST['name'];

$conn mysql_connect($dbhost$dbuser$dbpass);

    
mysql_select_db($dbname);

    
    
mysql_query("UPDATE characters SET LocationX = '429' WHERE Account = '$acc' AND CharName = '$name'");
    
mysql_query("UPDATE characters SET LocationY = '378' WHERE Account = '$acc' AND CharName = '$name'");
    
    if (
$_GET['teled'] == "yes") {
        echo 
"<center>You have been teleported to twin city. You may now login!</center>";
    }
    
mysql_close();

?>
07/24/2009 02:26 MeYuly14#3
loll
07/24/2009 03:18 fataelfiory#4
Quote:
Originally Posted by MeYuly14 View Post
loll
is that the answer
lol :rolleyes::rolleyes::rolleyes:
07/24/2009 08:26 Tw3ak#5
there is no reason to have a unstuck page for binary enless yours is messed up to begin with. It shouldn't get stuck at all.

I would say fix your binary but that would be foolish of me to expect you to know how to work o nthe binary on your own,I'm sure you just downloaded some one elses and run it and expected everything to work perfectly lol.
07/24/2009 16:43 fataelfiory#6
still no help