mankdam
New Member
- Joined
- Oct 1, 2010
- Messages
- 38
- Reaction score
- 0
Well, recently bought a code SHOP for ModernAcc, but he did not have VIP as a gift (offer).
I wanted to help and implements it, walked writing some codes but are not yet adding VIP, would help in programming.
Or another code ready =)
grateful
I added in Shop_m.php :
In Shop.php added:
In add_offer.php
srry bad english xD
Testing the site appears when I click Buy >> Success:Vip Added.
but no vip_time is added to the player's account.
Help plx
I wanted to help and implements it, walked writing some codes but are not yet adding VIP, would help in programming.
Or another code ready =)
grateful
I added in Shop_m.php :
PHP:
public function AddVip2($accountID) {
$this->load->database();
$this->db->query("UPDATE accounts SET vip_time = (vip_time + 30 * 86400) WHERE name = ".$accountID."");
}
In Shop.php added:
PHP:
else if($data['item'][0]['type'] == 4) {
$this->shop_m->AddVip2($_SESSION['account_id']);
success("Vip Added.");
$ide->redirect(WEBSITE."/index.php/shop/main", 2);
}
In add_offer.php
PHP:
echo "<option value='4'>Vip Days Test</option>";
srry bad english xD
Testing the site appears when I click Buy >> Success:Vip Added.
but no vip_time is added to the player's account.
Help plx