[Release]DarkOrbit Privat Server Shop Files

07/04/2013 19:08 TOWERZ(FR™)#31
I don't find any bugs with it.

May will don't buy for you because you must buy glasses to read the instructions.
:facepalm:
07/04/2013 19:28 nckrnckr#32
How to buy more than one person
07/04/2013 19:40 >D3XTER<#33
Quote:
Originally Posted by nckrnckr View Post
How to buy more than one person
I will fix it soon :) today i dont have time

Quote:
Originally Posted by nckrnckr View Post
EDİT: not buying :(
read the instructions on my first post! you must change your userid ...:D
07/04/2013 19:44 nckrnckr#34
Buy more than one person would be great, but if the problem is solved
thanks :)
07/04/2013 19:48 TOWERZ(FR™)#35
He will solve it, and it's a secret he get help by a good PHP & MYSQL programmer. ;)
Just wait a few months :D Just kidding in few days will be ready 100%.
07/04/2013 21:03 Sήøwy#36
I will put the good source for you guys haha :) if you really want lol..
Do one page: buy.php and put this code:
PHP Code:
 <?php  
//Created by Şήøωў!
require('config.php');
  function 
do_alert($msg){
        echo 
'<script type="text/javascript">alert("' $msg '"); </script>';
    }
mysql_connect($dbhost$dbuser$password)or error("Could not connect: ".mysql_error());
mysql_select_db($dbname) or error(mysql_error());

$sql mysql_query("UPDATE server_1_players SET shipId='".$_GET["idship"]."' where playerID='".$_GET["playerID"]."'");
        if(
$sql)
        { 
         echo 
do_alert("Ship changed!");
        }
        else echo 
do_alert("The newbie admin dont know how to edit the mysql config.php!");
header("Location: index.php");
?>
After do another page config.php and put this:
PHP Code:
 <?php  
//Created by Şήøωў!
$dbhost 'localhost'//HERE EDIT! FOR NEWBIES! haha
$dbname 'do';//HERE EDIT! FOR NEWBIES! haha
$dbuser 'root';//HERE EDIT! FOR NEWBIES! haha
$password ='';//HERE EDIT! FOR NEWBIES! haha
?>
Here the litle code u have to put where u want the button!
Change idship.
PHP Code:
<form name="buy" action="buy.php?idship=1&playerID=<?php echo $Users->DataRow['playerID']; ?>" method="post">
 <input type="submit" value="Buy!"/>
</form>
*ps for idiots: dont try this at home!!!!
07/04/2013 21:24 nckrnckr#37
Quote:
Originally Posted by asd26 View Post
I will put the good source for you guys haha :) if you really want lol..
Do one page: buy.php and put this code:
PHP Code:
 <?php  
//Created by Şήøωў!
require('config.php');
  function 
do_alert($msg){
        echo 
'<script type="text/javascript">alert("' $msg '"); </script>';
    }
mysql_connect($dbhost$dbuser$password)or error("Could not connect: ".mysql_error());
mysql_select_db($dbname) or error(mysql_error());

$sql mysql_query("UPDATE server_1_players SET shipId='".$_GET["idship"]."' where playerID='".$_GET["playerID"]."'");
        if(
$sql)
        { 
         echo 
do_alert("Ship changed!");
        }
        else echo 
do_alert("The newbie admin dont know how to edit the mysql config.php!");
header("Location: index.php");
?>
After do another page config.php and put this:
PHP Code:
 <?php  
//Created by Şήøωў!
$dbhost 'localhost'//HERE EDIT! FOR NEWBIES! haha
$dbname 'do';//HERE EDIT! FOR NEWBIES! haha
$dbuser 'root';//HERE EDIT! FOR NEWBIES! haha
$password ='';//HERE EDIT! FOR NEWBIES! haha
?>
Here the litle code u have to put where u want the button!
Change idship. (for idiots: 1, to 64 or others).
PHP Code:
<form name="buy" action="buy.php?idship=1&playerID=<?php echo $Users->DataRow['exp']; ?>" method="post">
 <input type="submit" value="Buy!"/>
</form>
presentation picture or video presentation

please please please : O
07/04/2013 21:24 Pandemonium2100#38
Quote:
else echo do_alert("The newbie admin dont know how to edit the mysql config.php!");
this made my day man :P
07/04/2013 21:29 TOWERZ(FR™)#39
Quote:
Originally Posted by asd26 View Post
I will put the good source for you guys haha :) if you really want lol..
Do one page: buy.php and put this code:
PHP Code:
 <?php  
//Created by Şήøωў!
require('config.php');
  function 
do_alert($msg){
        echo 
'<script type="text/javascript">alert("' $msg '"); </script>';
    }
mysql_connect($dbhost$dbuser$password)or error("Could not connect: ".mysql_error());
mysql_select_db($dbname) or error(mysql_error());

$sql mysql_query("UPDATE server_1_players SET shipId='".$_GET["idship"]."' where playerID='".$_GET["playerID"]."'");
        if(
$sql)
        { 
         echo 
do_alert("Ship changed!");
        }
        else echo 
do_alert("The newbie admin dont know how to edit the mysql config.php!");
header("Location: index.php");
?>
After do another page config.php and put this:
PHP Code:
 <?php  
//Created by Şήøωў!
$dbhost 'localhost'//HERE EDIT! FOR NEWBIES! haha
$dbname 'do';//HERE EDIT! FOR NEWBIES! haha
$dbuser 'root';//HERE EDIT! FOR NEWBIES! haha
$password ='';//HERE EDIT! FOR NEWBIES! haha
?>
Here the litle code u have to put where u want the button!
Change idship. (for idiots: 1, to 64 or others).
PHP Code:
<form name="buy" action="buy.php?idship=1&playerID=<?php echo $Users->DataRow['exp']; ?>" method="post">
 <input type="submit" value="Buy!"/>
</form>
*ps for idiots: dont try this at home!!!!
Hehe again awesome work Andrey!
I am happy you are in my Team for DOPS - PVP THE LAST STAND.
07/04/2013 21:30 RoKiller1#40
Quote:
Originally Posted by asd26 View Post
I will put the good source for you guys haha :) if you really want lol..
Do one page: buy.php and put this code:
PHP Code:
 <?php  
//Created by Şήøωў!
require('config.php');
  function 
do_alert($msg){
        echo 
'<script type="text/javascript">alert("' $msg '"); </script>';
    }
mysql_connect($dbhost$dbuser$password)or error("Could not connect: ".mysql_error());
mysql_select_db($dbname) or error(mysql_error());

$sql mysql_query("UPDATE server_1_players SET shipId='".$_GET["idship"]."' where playerID='".$_GET["playerID"]."'");
        if(
$sql)
        { 
         echo 
do_alert("Ship changed!");
        }
        else echo 
do_alert("The newbie admin dont know how to edit the mysql config.php!");
header("Location: index.php");
?>
After do another page config.php and put this:
PHP Code:
 <?php  
//Created by Şήøωў!
$dbhost 'localhost'//HERE EDIT! FOR NEWBIES! haha
$dbname 'do';//HERE EDIT! FOR NEWBIES! haha
$dbuser 'root';//HERE EDIT! FOR NEWBIES! haha
$password ='';//HERE EDIT! FOR NEWBIES! haha
?>
Here the litle code u have to put where u want the button!
Change idship. (for idiots: 1, to 64 or others).
PHP Code:
<form name="buy" action="buy.php?idship=1&playerID=<?php echo $Users->DataRow['exp']; ?>" method="post">
 <input type="submit" value="Buy!"/>
</form>
*ps for idiots: dont try this at home!!!!
GJ SNOWY!!!

you are a pro ;)...now focus on LOST!!!
07/04/2013 21:32 Sήøwy#41
I will haha...yes i'm on your team just for help at easy stuff i can't waste time at big things ...i'm developing Lost Galaxy :)
07/04/2013 21:34 Rest-In-Peace#42
Quote:
Originally Posted by TOWERZ(FR™) View Post
Hehe again awesome work Andrey!
I am happy you are in my Team for DOPS - PVP THE LAST STAND.
LMAO :facepalm:

i can't see any team and project
07/04/2013 21:36 nckrnckr#43
Quote:
Originally Posted by asd26 View Post
I will haha...yes i'm on your team just for help at easy stuff i can't waste time at big things ...i'm developing Lost Galaxy :)
ı give you make teamviewer
07/04/2013 21:41 RoKiller1#44
Quote:
Originally Posted by asd26 View Post
I will haha...yes i'm on your team just for help at easy stuff i can't waste time at big things ...i'm developing Lost Galaxy :)
YEAH...and you are good!
I am happy that i am in your team,
THX!
07/04/2013 21:45 nckrnckr#45
help me :(