Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by Clawed

  1. Clawed

    PC Upgrade for 1080p @ 60 FPS

    OC or upgrade lol
  2. Clawed

    Concor CMS (PHP, MySQLI, OOP)

    $coins = $user->getuser($username, "credits"); $pixels = $user->getuser($username, "activity_points"); $motto = $user->getuser($username, "motto"); $rank = $user->getuser($username, "rank"); You should change the getuser() function to arrays, instead of doing multiple querys.
  3. Clawed

    PC Upgrade for 1080p @ 60 FPS

    Don't matter, anymore purchased i7 6600K and a GTX 1080, thought why not go big :) Thanks for the suggestions.
  4. Clawed

    PC Upgrade for 1080p @ 60 FPS

    Hi, Looking to upgrade cheapish, wanting to start streaming and recording clips for mates. My PC crashes when i run my HD60 Pro on OBS, and really wanna upgrade. Current specs: - AMD Athlon(tm) X4 860K Quad Core Processor - 16GB - Some crappy gigabyte motherboard, not sure if its AMD A78, or...
  5. Clawed

    Xert CMS

    This is full of exploits, very badly coded, use a TPL system or even do MVC. Wouldn't recommend using this at all.
  6. Clawed

    [Discussion]Scuf Controllers

    Scuf's make it easier to jump around and drop shot crap, unless you play claw on a standard controller, but i wouldnt waste money on them, i own 2, 1 for 360 and xbox one both alright for grinding but i dont grind no more..
  7. Clawed

    [Discussion]Crossplay for Xbox One Announced, Xbox One/PC Rocket League

    You must be registered for see element. Great news has been released today for Xbox fans though PC and PlayStation 4 are certainly benefiting from it as well. Chris Charla, the director of ID@Xbox took to the official Xbox news site to announce none other than the upcoming introduction of one...
  8. Clawed

    [Console] What console should I get?

    Xbox 360 any day, but i do also own a PS3, don't play it much depends who I'm plating with lol. Also have Xbox One and PS4 lol. Currently in process of building a gaming PC. But 360 all day long.
  9. Clawed

    Unite

    I wish people would stop making dev threads when none are getting finished! But good luck with this!
  10. Clawed

    Hotel redirect url!

    You check your config file url field should have http://
  11. Clawed

    .cs files Phoenix

    If you don't know how to open .cs files then you shouldn't even be trying to full stop! Further reference its Visual Studio, you've gotta edit things compile etc etc! But then what's the point in even trying when you have no clue what a .cs file is!
  12. Clawed

    Field 'position' doesn't have a default value

    Yea so it should be something like: ALTER TABLE users MODIFY position int(11) DEFAULT '0'; That's just an example, now just edit it to you table and column specifications.
  13. Clawed

    Field 'position' doesn't have a default value

    ALTER TABLE %table% MODIFY %column% %type% DEFAULT '%value%'; %table% = table of course. %column% = the column name. %type% = this is a few examples, int(11) or varchar(255) %value% = the value of the default column.
  14. Clawed

    [HABBO] Hybrid is looking for a tech! [HABBO]

    1. This is RaGEZONE not DevBest. 2. RevCMS is a no no. 3. What you looking for the person to do, e.g. PHP? JS? C#? Etc etc etc!
  15. Clawed

    Get div height on change event

    Hi, Coding a layout for a friend and what i have is a wrapper container and a sidebar that should fill the whole left side from top to bottom and sidebar don't resize when wrapper container size changes, its fine when loading page, but cant seem to figure out the problem, plus i dont wanna use...
Back
Top