[Request] A Unstucker

07/09/2009 04:06 hunterman01#1
Well simply because i know nothing about php/html

Was wondering/doubting if anyone would be willing to release there unstucker page

Or willing to help make one

*Anyways Flaming will be reported*

-GoodDay
07/09/2009 04:29 Pete1990#2
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();
    
//created by Demonscim/Razar/Scim (please do not remove this).
?>
i take no credits it on epvpers
07/09/2009 04:38 PeTe Ninja#3
my friend said he might be creating a full PHP website for co2 pservers using LOTF that way people can login ( using diff password ) but still edit their account. hes sitll thinking if he should
07/09/2009 07:26 hunterman01#4
Eh this is so hard to convert to binarys but i am trying my best
07/09/2009 07:45 Incariuz#5
I personally don't recommend having that. Yes, it is good, but people just abuse such things, you know, go to metzone, get a full inventory, then reset themselves to twin city instead of jumping to get out. But then again, since you're using binaries, I doubt you have the ability to add in a /tome command in order to help people who get stuck.
07/09/2009 07:46 hunterman01#6
Lol Yep your right you cant add commands but honestly i really dont care if they abuse it or w.e i just need one so i dont have to reset it myself in navicat cause it gets old real quick