Need Change City For 500 Eks

Website Scripts for your Helbreath Server.
Post Reply
James!
Member
Posts: 134
Joined: Sat Jan 01, 2005 12:09 am

Post by James! »

I work this code .. but I need that I request 500 eks to make the change.

Code: Select all

<?
$dir = 'C:\\DreaMServer'; if(!$_POST){ echo ' 
  <p> Cuenta: 
    <input type=text name=acc>
    <br>
    <br>
    Contraseña: 
    <input type=password name=pass>
    <br>
    <br>
    Jugador: 
    <input type=text name=char>
    <br>
    <br>
    Ciudad a Cambiar El Char ( Ejemplo : Si Sos Aresden Elegi Elvine ) :
    <select name="city" size="1">
    <option>aresden</option>
    <option>elvine</option></br></select>
<br>
<br>
<input type=submit name=submit Value="Cambiar De Ciudad!">
<br><br>
    <a href="mailto:braian_james@hotmail.com">Script by: JameS! - Script En Estado BETA</a>
    
    <br><br><a href="http://www.comunidadhb.com.ar>Comunidad hb</a></p>
</form>
';
}
else{
        $acc = @$_POST['acc'];
        $pass = @$_POST['pass'];
        $char = @$_POST['char'];
        $city = $_POST['city'];
                
        if(!@$acc | !@$pass | !@$char)
        die('Por Favor Llena Todos los campos');
  $a_ord = ord($acc);
  $c_ord = ord($char);
  $path = ($dir==''?'':$dir.'\\').'Account\\AscII'.$a_ord.'\\'.$acc.'.txt';
  $char_path = ($dir==''?'':$dir.'\\').'Character\\AscII'.$c_ord.'\\'.$char.'.txt';
      if(!file_exists($path))
        die('La Cuenta <b>'.$acc.'</b> No Existe');
        elseif(!file_exists($char_path))
        die('El Personaje <b>'.$char.'</b> No Existe');
    $fl = substr($acc, 0, 1);
  $ascii = ord($fl);
  $filename = $dir . '\\Account\\ASCII' . $ascii . '\\' . $acc . '.txt';
  $lines = file($filename);
  $a=0;
  foreach($lines as $a){
    $a = trim($a);
  }
  $file = file($path);
        for($a=0; $a<count($file); $a++)
        {
                if(preg_match('/^account-password = '.$pass.'$/', trim($file[$a])))
                $pass_check = true;
                if(preg_match('/^account-character  = '.$char.'$/', trim($file[$a])))
                $char_check = true;
        }

        if(!@$pass_check)
        die('Password Incorrecto');
        elseif(!@$char_check)
        die('El Personaje No existe En Esta Cuenta');
  else{
    $fl = substr($acc, '0', '1');
    $casc = ord($char);
    $fchar = $dir . '\\Character\\ASCII' . $casc . '\\' . $char . '.txt';
    $lines = file($fchar);
    $a=0;
    foreach($lines as $b){
      if(substr_count($b, 'character-location') > 0){ $sline = $a; }
      $a++;
}
    $lines[$sline] = 'character-location = '.$city.'
';

$lines = chop(implode('', $lines));
$fo = fopen($fchar, 'w+');
fwrite($fo, $lines);
    if ($lines)
 {
    echo 'Jugador Cambiado De Ciudad Satisfactoriamente;) , By JameS!';
}
}
}
?>

<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

Um...shouldn't be easy to change the eks required? :rolleyes:
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
James!
Member
Posts: 134
Joined: Sat Jan 01, 2005 12:09 am

Post by James! »

help me :ph34r:
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
locobans
Outpost Junkie
Posts: 2264
Joined: Tue Jul 13, 2004 3:51 am
Location: Behind You
Contact:

Post by locobans »

I thought you made it lol
QUOTE (ADDKiD @ Dec 1 2006, 4:01 PM) <br>You guys make me laugh alot, half the shit I say, is bullshit...<br><br><img src='http://img485.imageshack.us/img485/492/banssig1ng.gif' border='0' alt='user posted image' /><br><br><b>I see no changes at all, wake up in the morning and ask myself...<br>Is life worth living? Should I blast myself?</b><br><br><b><a href='http://2paclegacy.com' target='_blank'>2PacLegacy.com</a></b>
James!
Member
Posts: 134
Joined: Sat Jan 01, 2005 12:09 am

Post by James! »

I did php.. but so far I am inexperienced in this. I do not have idea of like doing the code that removes 500 to you eks
<img src='http://img.photobucket.com/albums/v482/ ... ingFan.jpg' border='0' alt='user posted image' /><br><a href='http://www.hbdreams.com.ar' target='_blank'><b>- Helbreath Dream Team -</a></b><br><a href='http://www.dreamforums.com.ar/top50' target='_blank'><b>- Dream Top 50 Owner Admin -</a></b><br>- <b>Contacto Por Mail</b> : <a href='mailto:james@dreamforums.com.ar'>james@dreamforums.com.ar</a>
Post Reply