It seems like everyone from netherland becomes pro coder in a short amount of time, you've become good in the couple of years I've seen you in here Azaidi :)
Type: Posts; User: Law
It seems like everyone from netherland becomes pro coder in a short amount of time, you've become good in the couple of years I've seen you in here Azaidi :)
If he wants to give you his reason again for the 350 usd with big fonts it would be:
Because he doesn't want every fucking hotel to have bfly
You should add a search function, it would be lot easier for the people who are using it :P
Maybe you should tell him why? :)
I knew this wouldn't go well once I saw wy479's username was in the credits.
Most likely because he has seen his last development thread, one does not simply learn PHP that fast.
^see what I did there?
The point of my post was that he found that somewhere, and as it's nearly the same as the link I sent I believe he has just edited that.
Anyways you should add something so they can change...
If you want to grow your e-peen, then fucking create your own shit, don't take others code and take out the fucking credits:
Paypal - Php help - Stack Overflow
and your index.php says "fuck off...
I actually learned something now :D
I have already told him that.
Too lazy to read everything, but I noticed:
if(isset($_SESSION['M_USER'] = $username;) == "1")
quite fast.. you did $username; in a if statement.... take away that semi-colon :P
Damn, that is nice :)
"Double facepalm, because one isn't enough"
$tocken = $Core->SSOGEN($username);
Do that instead, don't have "$username" xD
If it still doesn't work, it's something with the $username in $tocken = $Core->SSOGEN($username);
I tested the...
you do if($password == $assoc['password']){ /* CODE SHIT */ }
and if($password !== $assoc['password']){ /* CODE SHIT */ }
and instead of having both, you could have one of them with the else...
Y u no use "Else" ?
function phLogin()
{
$username = mysql_real_escape_string($_POST['username']);
$password = md5(sha1($_POST['password']));
$query = mysql_query("SELECT *...
If this is going to be excactly the same as the client on ex: retro.domain/client.html then this would be useless and waste for the users who are going to connect because they can easily connect to...
Oh, ok, sorry :)
You knoww when you're just going to get one thing from it, ( I mean username, rank or something ) you don't need to select * from users, but select username from users ..
Sucky CMS' uses 4325 queries to check how many people who are online.
Anyways that also depends on the emulator which usually updates HOW many users that are online. Which would be one query to...
If you require it after something then it would still be under something.. I mean session start will still be under ex: require 'lol.php'; if you do so.
The cms is not holding "4324" users, the emulator does. So saying "the whole concept of MacroCMS was to learn, it's not made to hold 4324 users." Is kinda dumb.. :P
He's probably using session_start() later in the page, not in the top xD If I remember right.
You did the same thing saying "I'm not good with php" when you were making yours, he's probably making it to improve his skills like you were.
Creating a function for something that could've been a variable, why?
And I'd like if you'd put a little more "structure" into your coding I mean you do
function blabla()
{
echo "blabla";
}
It's a private messaging system, like Habbo has? dunno if they have removed it.
Doing so people can connect through an IP has nothing to do with the CMS, if someone is actually using a variable for the site name, I believe it's for redirection purpose only or for settings within...
He could also make the salt changing from user to user, ex: the date he registered.
I wish there was some way to destroy all cms' that has coding like this ;(
Srsly bro' I don't like it... anyways, good luck on projects in the future.
Don't forget if it wasn't for the other dude who got the uber source, there would only be phoenix.
Basicly because of AWA some "developers" would rather just download that instead of cracking it themself which means they will not learn anything from it. And I believe Dom and Office want's people...
You know, emulators are making rank 1 = normal user... Problem?
You should add a row "isBanned" to the users structure instead. or just make a new table so you can specify reasons too. ( which I...
If you didn't see it was an example for him, as he only used POST in his snippet. That's why he didn't include GET, you know, he is not going to code all the security for him and let him learn it...
Omg, I am trying to like about 1000 times!
:( Can only like it once :(
Y u no make it sexy?!?!
I believe you have to get a brain somewhere, it is clearly in the development section which means it's in development and it can be from this to something completely different. So wait with saying...
I want to know why you are using so little space for your boxes, when you have so much space to use? that's a minus xD
But else from that it's just the blue login and register button that is kinda...
Oh, we gonna talk about defacing websites?
Well I have defaced 0 websites cause I'm not a asshole to other people.
Stop braggin' about it, mkay? ;)
There is no fucking PHP code in there...
Problem?
I'm just saying, your last "query" looked fuckd up.
Just do it yourself?
Oh wait, you failed at making a query and got help from another user to fix it up....
Remove? NO.
Change $CLOUDFLARE = true; to $CLOUDFLARE = false;
YES!
If he switches to cloudflare later he would have to look for it again later which is waste of time.
Ehehhe, no problem :)
Yeh, needs more pepper.
Sorry for not being so smart like you are, lol.
Anyone found copying any source code from this project will be banned from 8Z.
Lol, you must be frickin kidding me, lol.
Anyways, nice release I guess?
Offtopic: Omg, please stop using a capital on each of the letters in the sentece....
Ontopic: Nice, I guess?
No sauce? doesn't taste good then.
BTW, you should probably upload virus scan ;) everybody likes 'em :)
Not sure if holocms or just a fail development thread.
Mabbo = PhoenixPHP so Drabbo = phoenixphp.
Go check out Coders Paradise's tutorial section I believe jm2.me? created a tutorial. Somebody did atleast :P
It seems like Meth0d used LIMIT 1 several inside UberCMS, else it's the guy that edited the cms, but I believe he didn't edit the users class :p
the mysql update queries from ubercms:
...