Search:

Type: Posts; User: Law

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    132
    Views
    26,244

    Re: [PHP, MySQLi] BoostCMS 2.0 ~ The return of Packages!

    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 :)
  2. Replies
    242
    Views
    33,692

    Closed: Re: The Humble Butterfly -CRACKED- Emulation Bundle

    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
  3. Replies
    37
    Views
    6,824

    Closed: Re: Phoenix string editor

    You should add a search function, it would be lot easier for the people who are using it :P
  4. Replies
    34
    Views
    3,664

    Closed: Re: [PHP, MySQL] CronicUIF [Phoenix Compatible]

    Maybe you should tell him why? :)
  5. Thread: Project Habzone

    by Law
    Replies
    26
    Views
    3,130

    Closed: Re: Project Habzone

    I knew this wouldn't go well once I saw wy479's username was in the credits.
  6. Replies
    34
    Views
    3,664

    Closed: Re: [PHP, MySQL] CronicUIF [Phoenix Compatible]

    Most likely because he has seen his last development thread, one does not simply learn PHP that fast.

    ^see what I did there?
  7. Replies
    57
    Views
    13,955

    Closed: Re: Automatic VIP Script

    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...
  8. Replies
    57
    Views
    13,955

    Closed: Re: Automatic VIP Script

    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...
  9. Replies
    69
    Views
    11,327

    Closed: Re: deltaEmu [R63B, C#, 10% I Think, Still in DEV]

    I actually learned something now :D
  10. Replies
    106
    Views
    8,030

    Closed: Re: IndigoWEB [OOP, MySQL]

    I have already told him that.
  11. Replies
    62
    Views
    7,170

    Closed: Re: [Dev] TrentCMS [MySQL, Phoenix Compatible]

    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
  12. Replies
    106
    Views
    8,030

    Closed: Re: IndigoWEB [OOP, MySQL]

    Damn, that is nice :)
  13. Replies
    30
    Views
    2,884

    Closed: Re: Core [DEV, IMPROVED]

    "Double facepalm, because one isn't enough"
  14. Replies
    74
    Views
    5,099

    Closed: Re: phCMS [MySQL - PHP]

    $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...
  15. Replies
    74
    Views
    5,099

    Closed: Re: phCMS [MySQL - PHP]

    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...
  16. Replies
    74
    Views
    5,099

    Closed: Re: phCMS [MySQL - PHP]

    Y u no use "Else" ?


    function phLogin()
    {
    $username = mysql_real_escape_string($_POST['username']);
    $password = md5(sha1($_POST['password']));

    $query = mysql_query("SELECT *...
  17. Replies
    12
    Views
    1,537

    Closed: Re: Project Client [VB + HTML]

    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...
  18. Replies
    30
    Views
    3,968

    Closed: Re: MacroCMS By PowahAlert EDIT

    Oh, ok, sorry :)
  19. Replies
    30
    Views
    3,968

    Closed: Re: MacroCMS By PowahAlert EDIT

    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 ..
  20. Replies
    30
    Views
    3,968

    Closed: Re: MacroCMS By PowahAlert EDIT

    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...
  21. Replies
    88
    Views
    13,319

    Closed: Re: MacroCMS [PHP, MySQL, H4BBO]

    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.
  22. Replies
    30
    Views
    3,968

    Closed: Re: MacroCMS By PowahAlert EDIT

    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
  23. Replies
    88
    Views
    13,319

    Closed: Re: MacroCMS [PHP, MySQL, H4BBO]

    He's probably using session_start() later in the page, not in the top xD If I remember right.
  24. Replies
    30
    Views
    3,968

    Closed: Re: MacroCMS By PowahAlert EDIT

    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.
  25. Replies
    30
    Views
    2,884

    Closed: Re: Core [DEV, IMPROVED]

    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";
    }
  26. Replies
    88
    Views
    13,319

    Closed: Re: MacroCMS [PHP, MySQL, H4BBO]

    It's a private messaging system, like Habbo has? dunno if they have removed it.
  27. Replies
    88
    Views
    13,319

    Closed: Re: MacroCMS [PHP, MySQL, H4BBO]

    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...
  28. Replies
    47
    Views
    3,803

    Closed: Re: MyCMS [PHP, Secure, Fast]

    He could also make the salt changing from user to user, ex: the date he registered.
  29. Replies
    25
    Views
    3,523

    Closed: Re: QuoCMS - PHP, MySQL, PhoenixEmulator

    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.
  30. Thread: FailPHP

    by Law
    Replies
    358
    Views
    34,659

    Closed: Re: FailPHP

    Don't forget if it wasn't for the other dude who got the uber source, there would only be phoenix.
  31. Replies
    55
    Views
    9,866

    Closed: Re: Habbo.SWF - Latest Cracked?

    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...
  32. Thread: FailPHP

    by Law
    Replies
    358
    Views
    34,659

    Closed: Re: FailPHP

    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...
  33. Thread: ProjectRetro CMS

    by Law
    Replies
    58
    Views
    4,879

    Closed: Re: ProjectRetro CMS

    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...
  34. Thread: ProjectRetro CMS

    by Law
    Replies
    58
    Views
    4,879

    Closed: Re: ProjectRetro CMS

    Omg, I am trying to like about 1000 times!

    :( Can only like it once :(
  35. Replies
    15
    Views
    4,469

    Closed: Re: RevCMS eXperts Page

    Y u no make it sexy?!?!
  36. Replies
    20
    Views
    3,551

    Closed: Re: Joker ~ A theme for Rev

    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...
  37. Replies
    20
    Views
    3,551

    Closed: Re: Joker ~ A theme for Rev

    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...
  38. Replies
    19
    Views
    3,597

    Closed: Re: PHP (CMS) Patch Exploits!

    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? ;)
  39. Replies
    20
    Views
    2,803

    Closed: Re: CMS Addon -> Hotel Profile Box (unfinished)

    There is no fucking PHP code in there...
  40. Replies
    46
    Views
    7,010

    Closed: Re: Chaos CMS PhoenixPHP heavy edit

    Problem?

    I'm just saying, your last "query" looked fuckd up.
  41. Replies
    46
    Views
    7,010

    Closed: Re: Chaos CMS PhoenixPHP heavy edit

    Just do it yourself?

    Oh wait, you failed at making a query and got help from another user to fix it up....
  42. Replies
    264
    Views
    53,432

    Poll: Closed: Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    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.
  43. Closed: Re: MyKi's SWF Ripper [C#, .NET Framework 4]

    Ehehhe, no problem :)



    Yeh, needs more pepper.



    Sorry for not being so smart like you are, lol.
  44. Replies
    48
    Views
    10,552

    Closed: Re: [C#] Woodpecker v3 [Shockwave][MySQL]

    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?
  45. Replies
    19
    Views
    4,081

    Closed: Re: Xoa rp emu edit // arrows

    Offtopic: Omg, please stop using a capital on each of the letters in the sentece....

    Ontopic: Nice, I guess?
  46. Closed: Re: MyKi's SWF Ripper [C#, .NET Framework 4]

    No sauce? doesn't taste good then.

    BTW, you should probably upload virus scan ;) everybody likes 'em :)
  47. Thread: Raxor's HabboPHP

    by Law
    Replies
    7
    Views
    1,818

    Closed: Re: Raxor's HabboPHP

    Not sure if holocms or just a fail development thread.
  48. Replies
    19
    Views
    5,640

    Closed: Re: DrabboCMS v3.2 + swf's

    Mabbo = PhoenixPHP so Drabbo = phoenixphp.
  49. Replies
    21
    Views
    3,783

    Closed: Re: Automatic VIP for ubercms

    Go check out Coders Paradise's tutorial section I believe jm2.me? created a tutorial. Somebody did atleast :P
  50. Replies
    21
    Views
    3,783

    Closed: Re: Automatic VIP for ubercms

    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:


    ...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4

Advertisement