Search results

  1. griimnak

    [Fansite] Rate this Layout!

    fair enough
  2. griimnak

    [Fansite] Rate this Layout!

    In all honesty it's alright.. but waste your life on something else besides habbo
  3. griimnak

    The title to this thread should've been "Wanting to buy a new mouse (and possibly a keyboard)".

    razer makes some good shit, i have the deathadder but it's not chroma, so it doesnt change colors like these.
  4. griimnak

    MoonPHP ~ The most advanced Habbo CMS as of 2015

    good shit goodluck
  5. griimnak

    MoonPHP ~ The most advanced Habbo CMS as of 2015

    You should ditch mysqli and go with pdo, prepared statements are the way to go man it's cleaner and is more secure. snip from my personal login: <?php if(isset($_POST['username'], $_POST['password'])){ $user1step = strip_tags($_POST['username']); $pass2step = strip_tags($_POST['password'])...
  6. griimnak

    you're a legend harry

    you're a legend harry
  7. griimnak

    MoonPHP ~ The most advanced Habbo CMS as of 2015

    looks pretty advanced vs something i'd write in php, you planning on making this an MVC type of cms?
  8. griimnak

    Show DevBest NeptuneX- become a leet hax0r in minutes

    Yes indeed, download the exe and run it. if you want the source, download it and run it through the terminal "python neptunex.py". Keep in mind if you wanna run the source you need python installed on your computer. Valid points, i still love php as a language even though i'm bashing on it in...
  9. griimnak

    Show DevBest NeptuneX- become a leet hax0r in minutes

    i wanna get fluent, it's great because it's multi platform and and can work with arduino and stuff. goodluck with pythyon
  10. griimnak

    Show DevBest NeptuneX- become a leet hax0r in minutes

    it's honestly one of the easiest languages to pick up imo, it depends alot on indentation though, you can't just copy and paste stuff to your scripts like you would in php because php mostly reads from the {} things. Indentation errors usualy make you have to rewrite your whole script lol so...
  11. griimnak

    Show DevBest NeptuneX- become a leet hax0r in minutes

    Hell yeah man here's some references: Offical python reference pyqt gui reference If you wanna start with python GUI's, go with this guy: Oh, one last thing. If you're gonna get started with python start right from OOP don't do the regular way. object oriented code is much cleaner my man. OOP...
  12. griimnak

    MoonPHP ~ The most advanced Habbo CMS as of 2015

    you can change client text through the external variables though right? i remember something like that back when i did habbo. Maybe you could make php check what langauge they are and load the client variables for that language
  13. griimnak

    Show DevBest NeptuneX- become a leet hax0r in minutes

    but dude i'm uber leet. yeah that was supposed to be a joke i'm glad you noticed it haha python is great man, i love how it reads.. compared to php you'll have like if ($cock == true){ echo 'lol'; } but in python it's much cleaner if cock == true: print 'lol'
  14. griimnak

    MoonPHP ~ The most advanced Habbo CMS as of 2015

    Goodluck on this, the language system is a cool idea.. actualy i haven't seen a language system yet in the habbotard community
  15. griimnak

    i love you

    i love you
Top