I have spend some time on this and it works with the basic of the CMS started by XDR1 and followed up by boxxy.
A lot has happen and it ended up with this right now
Also this "product" is only a "showoff", it's only thing it does is spending peoples uridium or GG spins.
Until i release my Inventory and Shop files
Screenshots:
Sample code:
PHP Code:
public $FinalData;
private $spinNum;
public function __construct() {
$this->con = new PDO(DB_DSN, DB_USERNAME, DB_PASSWORD);
$this->con->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
;
}
public function setInfo($playerID, $userID){
$this->playerid = $playerID;
$this->userid = $userID;
}
public function proberbiliteis() {
if (isset($_SESSION['server1']['user']['sessionId'], $_SESSION['server1']['user']['email']) && is_numeric($_SESSION['server1']['user']['sessionId'])):
$query = $this->con->prepare("SELECT galaxygate_name, ammunition, resource, voucher, logfile, part, ammo_x2, ammo_x3, ammo_x4, ammo_abs, ammo_rocket, ammo_mine, gate_1, gate_2, gate_3, gate_4, gate_5, gate_6, gate_7, gate_8, gate_13, special, special_hitpoints FROM server_galaxygate");
if ($query->execute()) {
$this->proberbil = $query->fetchAll(PDO::FETCH_ASSOC);
}
endif;
}
Download and Virus Total.
MediaFire:

OR:

VT:

DoPS Master:

To all the PHP coders, here are some of it, it can return when you need to fit
it to your own equipment system.
PHP Code:
Array ( [x2] => Array ( [id] => 2 [q] => 124574 [type] => battery [spinUsed] => 670 ) [mine] => Array ( [id] => 12 [q] => 470 [type] => rocket [spinUsed] => 104 ) [sab] => Array ( [id] => 5 [q] => 18451 [type] => battery [spinUsed] => 98 ) [x4] => Array ( [id] => 4 [q] => 8795 [type] => battery [spinUsed] => 48 ) [voucher] => Array ( [id] => voucher [q] => 38 [type] => voucher [spinUsed] => 19 ) [x3] => Array ( [id] => 3 [q] => 6093 [type] => battery [spinUsed] => 32 ) [rocket] => Array ( [id] => 11 [q] => 23 [type] => rocket [spinUsed] => 1 ) [gate] => Array ( [id] => 9 [type] => gate [spinUsed] => 1 ) )
PS: Jumpgate files will be added soon...






