[PHP] HoloCMS PHP Codes NEEDED

Status
Not open for further replies.
Newbie Spellweaver
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

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.
 
Why are people still using/building on that piece of crap? When I coded HoloCMS I was pretty much clueless when it came to PHP....

Anyways, that code above simply needs === replaced with ==. The === should only be used when you're validating whether the return value is false or not.
 
....are you kidding? Obviously it isn't going to work then. Look at your own code! You are validating the HTTP refer url, not the username.
 
it needs to refer to username not http,
im too busy to explain. im abertising..

****
This is just like Handyandy Web Catalogue.
I could ask him, Nah.
 
What the crap is wrong with people he just wants some help. I mean for real you guys think your high and mighty because you make stupid emulators and programs. You guys are bullies, he just wants to know how to fix something but you professionals cant even spare a moment of your time to help. People like you are the reasons why instead of going to RaGEZONE they go to Otaku and to other places. Just stop flaming and get a God Damn life.
 
What the crap is wrong with people he just wants some help. I mean for real you guys think your high and mighty because you make stupid emulators and programs. You guys are bullies, he just wants to know how to fix something but you professionals cant even spare a moment of your time to help. People like you are the reasons why instead of going to RaGEZONE they go to Otaku and to other places. Just stop flaming and get a God Damn life.

Hey Thanks man, I mean I can code C# and VB6 and PHP (Not that good in PHP) but regardless of the fact, I mean if they needed help or advice, they'd expect it, but instead they choose to be fags and block people off MSN and crud. But when you need something don't come to me, because I am not your damn supporter, since something so simple just come forth and you chose to judge it judging me by calling me an idiot?
First of all at least when I develop something I don't quit and leave it and become all confused, release a big buggy piece of crap from your ass. Also, if it wasn't for us and others that lame development called Holo wouldn't be nothing. Thanks to Nillus and his successful since of knowledge. But no Meth0d leaves and quits, what a quitter, you deserve no respect.
 
What the crap is wrong with people he just wants some help. I mean for real you guys think your high and mighty because you make stupid emulators and programs. You guys are bullies, he just wants to know how to fix something but you professionals cant even spare a moment of your time to help. People like you are the reasons why instead of going to RaGEZONE they go to Otaku and to other places. Just stop flaming and get a God Damn life.
1. Nobody cares.
2. There is a section for peoples who knows PHP at least as beginners. You can solve any kind of problem if you thinks logically.

Just see on other threads. Peoples gets help coz they don't just asks for a "PHP code where if the purchase is successful and stuff, they get the VIP and they just reload the client".

Picksels, stop trying and start learning (c).
 
from all i've read in this forum, this is the biggest waste of webspace/bandwidth and time ever...

words from a noob:
Hey, this is for Holograph CMS.

it's like I am too lazy... 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...

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.
What can you find in those words:

-LAZYNESS
-IODIOTICY
-CRITICISM
-REQUEST


That is the definition of a noob, a lazyass idiot, who only critics and want others to make stuff for him, and then declare that it WAS HIM who did it...

My recommendations? GTFO, read a book, learn PHP ON YOUR OWN, put your brain to work and THINK... That code YOU ASK for, is FUCKING EASY... specially the where it gives %number% credits within xx time... I introduce to you CRON JOBS, use wikipedia or google...
The other code? simple, you would have find a way to paypal, send a signal to your .php code to upgrade account and send the realod command into the server when ever paypal recieves the money... DO IT BY HAND! STOP BEING LAZY! That is what makes the world what it is...

Hey Thanks man, I mean I can code C# and VB6 and PHP (Not that good in PHP) but regardless of the fact, I mean if they needed help or advice, they'd expect it, but instead they choose to be fags and block people off MSN and crud. But when you need something don't come to me, because I am not your damn supporter, since something so simple just come forth and you chose to judge it judging me by calling me an idiot?
First of all at least when I develop something I don't quit and leave it and become all confused, release a big buggy piece of crap from your ass. Also, if it wasn't for us and others that lame development called Holo wouldn't be nothing. Thanks to Nillus and his successful since of knowledge. But no Meth0d leaves and quits, what a quitter, you deserve no respect.

People stop watching habbotards as any kind of intelligence and/or support years ago, GTFO... Method just tought for a sec and said, OMG im PLAYING/DEVELOPING for HABBO D= GTFO i deserve to suicide... but he stopped, quitted and went to do something more productive...
 
Status
Not open for further replies.
Back