- Joined
- Nov 21, 2008
- Messages
- 37
- Reaction score
- 0
Hey, this is for Holograph CMS.
I have a VIP page right, and it's like I am too lazy to just give VIP to the users and such..
I'm not all that good in PHP, but I want a PHP code where if the purchase is successful and stuff, they get the VIP and they just reload the client.
Also, on the registration, there are words that are illegal as names, and this code is messed up
One more thing, I wanna be able to make this PHP Code where it gives %number% credits within xx time.
If you got the codes or if you can make the codes, that is highly appreciated.
Thanks.
I have a VIP page right, and it's like I am too lazy to just give VIP to the users and such..
I'm not all that good in PHP, but I want a PHP code where if the purchase is successful and stuff, they get the VIP and they just reload the client.
Also, on the registration, there are words that are illegal as names, and this code is messed up
PHP:
// MOD- Names validation
$pos = strrpos($refer, "MOD-");
if ($pos === true) {
$error['name'] = "This name is not allowed.";
$failure = true;
}
One more thing, I wanna be able to make this PHP Code where it gives %number% credits within xx time.
If you got the codes or if you can make the codes, that is highly appreciated.
Thanks.