Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. Yes thats what it reads well im sure if an actual hacker saw that they may find it amusing and continue on their path of destruction as thats about all its worth. if($yourahacker) echo "IM DOOOOOMED QUICK BETTER DO A RETURN"; return; Not really going to work is it.
  2. Was there actually anyone on your game at all or was you laughing at port sniffers which is actually more what it looks like. If you find that funny **** your gonna be laughing all day everyday get over it already as they are just automated bots. and what the heck is that code lucky!!!
  3. LOL This is funny as for one your game wouldnt really attract a hacker and anyone who is actually a hacker would have done so and they wouldnt have used their own IP so the block would have been completely useless. This is probably more a case of people trying exploits. These are not hackers not even close.
  4. rulerofzu

    Game engine

    a_bertrand coded NWE so yes definitely less errors!! and if you do find one expect a fix within 24hrs (which has always been the case when I found something)
  5. http://makewebgames.io/content.php/151-Helpful-Links
  6. Please dont give him more ideas on how to steal stuff that is not his. Skooda seriously if you dont know how to code up a simple html/css menu you should go learn rather than asking for someone to do it for you. Beyond lazy.
  7. Nice Alain. Good work.
  8. You dont know what your doing though skooda. The only time I use dc support is for hardware issues. Pay more if you want the support or pay less if you can do it yourself. Never used Burst so I wouldnt know if they are any good.
  9. Just seen this advertised elsewhere. BurstNET® SUMMER VPS CLEARANCE SALE! ALL EXISTING LOCATIONS! The following discount code is available for our global VPS services: 10% OFF ALL VPS SERVICES: USE PROMO CODE "SUMMER10" ** VALID THRU JULY 31ST 2012 SERVICE AVAILABILITY: ALL LOCATIONS Scranton, PA - Los Angeles, CA - Miami, FL - Chicago, IL - Manchester, UK/EU US: PRODUCT DETAILS - ORDER LINK UK/EU: PRODUCT DETAILS - ORDER LINK
  10. See this which was discussed recently. DJK made some suggestions in the last post. http://makewebgames.io/showthread.php/41834-Need-A-Hosting-Recommendation?highlight=vps+recommendation
  11. Go for a VPS
  12. Your host said they dont deal with website dev? Its not website dev its server operation. Get another host pref one that knows what they are doing!!
  13. Really most packages wont let you run the installer once you have setup. Most likely will throw an error or in this case they didnt code it to display the error message. Is it all crons that are not working? most likely cause if your game is now setup correctly is your host does not allow 1 minute or perhaps even 5 minute crons.
  14. No.3 Is going to mean nothing to someone who knows very little about mysql and will click all privs anyway. No.5 May or may not work. Phpmyadmin often throws an error when trying to run multiple queries. Be prepared to cut and paste! If your login page appears without throwing a error cannot connect to database message then you have manually set up just fine. As for the crons. The code is just there to stop people running them manually. They shouldnt be there anyway which Ive stated numerous times before. Take them out of the www and set the real path to the class,config and global_func files. Comment out the line if($_GET['code'].... Set up a cron job to run them from out of the www
  15. Thats why you should read the instructions!
  16. Doesnt matter neither exist!!
  17. Thats a whole lotta code for something you can achieve with what I posted above which is what I use on my game for alternate background colours in tables ;)
  18. Give it up already and try this on somewhere else. Cmon moderators lock it up.
  19. $bgcolor = ($bgcolor == "white") ? "#232846" : "white"; <tr style='background-color: $bgcolor;'> Works.
  20. I put my left foot in my left foot out in out in out and shake it all about.
  21. $1000 for private chat....hahaha cam girls are cheaper (so ive heard)
  22. Take your time. Do a closed test with respected members of the community here that can test your game for exploits/bugs/general things that would need fixing. Do a further open test to any prospective players you may have to see if they wish anything changed, consider the options and take appropriate action. I dont change everything players request its your game set the rules in place and keep to it. Then open your game.
  23. Users online really depends on if your running your game as a business or not. I know a game which has several hundred players on in 24hrs most are playing for free though so whilst one one hand you can call that a success for having the users online. Business wise they sold it as it was making little money. So for them it wasnt a success.
  24. Zu was created for a group from a different game as they was unhappy with how it was proceeding. Memberbase has never been more than 50 online at any time They all login chat and play everyday The like the content, features and new features and enjoy the challenges I set etc Has made a nice pile of $ which is always a bonus. I deem that as a success. Longevity of your game is a big factor regardless of the number of players. I see lots of people going my past game(s) but where are they now? dead. Whilst it was a success the fact its now dead n buried means it was a flash in the pan.
  25. Well I do agree with you there a lot of games are rushed and dont last long however if 1920 makes it past the two yr mark like rulerofzu has and is still turning a profit then you will be able to comment. Roz was actually based on another game layout wise of which many of the players came from. They wished the layout to be similiar as that is what they was used to. Giving your players what they want is a good way to go. I just feel you are on this occasion being harsh. He seems to have put in more effort than most and has whilst posting for help come up with some interactive ideas to make his game play differ from others.
×
×
  • Create New...