Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. Ah yes but its not there in most images used by hosting companies. Most certainly not there by default with cPanel and Plesk installs.
  2. Yeah dubious..... For example First account user posts selling this for x amount.....another user bids. Then another Then your 2nd account comes on....bids a bit higher and the other users bid some more. See where that leads? its called shill bidding. Not that you would do such a thing but now you can see how it is dubious by having two or more accounts.
  3. Apart from the obvious reason is it worth using such a password encryption method. I can see the obvious point. I did consider using a AES method myself but then thought well actually. Is my game going to attract that *much* attention. Also is a hashed salted sha512 suitable for my requirements. Yes it is quite easily. Just think its overkill for something this level but I suppose if the engine is going to go through a major overhaul then it doesnt hurt to just implement it. As for mysql,mysqli,pdo PDO is going to reduce the amount of users that can install and run the engine. Its not installed out of the box when compiling php. Mysqli preferred over mysql. Recaptcha. Hate it. I do use it. But cant stand it. Its at 99% of the time hard to read. Not fool proof anyway. Smarty. There is better ones out there if your going to go down such a redevelopment route anyway.
  4. Hahaha Thanks for the PM asking if two accounts is allowed. I am not admin/moderator/staff of any kind for MWG. Having two accounts is just dubious plus you look like you enjoy talking to yourself and have no friends!
  5. Eh? Who is selling this Orb or Ecko or is this someone using two accounts o_O
  6. Whilst i love a discussion. The answer your looking for is no.
  7. Even with the null taken out your values are in the wrong order For example using the code you have there Itemid : 1500 Qty: 2 Userid: 1 Your code will attempt to do the following userid: 1500, itemid: 1, qty: 2
  8. You have failed to understand the function in your itembuy it will expect parameters passed to it in order So question is where did you get $_NULL from? item_give($userid,$_GET['id'],$_POST['qty']) Also have you secured those GET and POST values if not then your players will have a lot of fun
  9. Yeah big face palm right there......
  10. He is gonna sit there 24/7 waiting for it to refresh....or hitting f5 lmao
  11. Well you could use a system where if its enabled in the admin then its included. I showed such a system using xml files to DJK when NWE was released. http://code.google.com/p/vqmod/ I use the stand alone on some other sites quite useful.
  12. 1. Peter has to purchase the said stock items and then edit them blend them and so on. 2. If Peter was to create from scratch designs so for example hiring a model to dress up take photo's then sktech and digitially render the image plus the same for what else needs to go into the design then your looking significantly more than $200. More in the region of $6000 So $200 for a design. Cheap and you dont know what your talking about Samz
  13. LOL Michael. Could be his domains or space he has sold on the server. Also being able to access a server doesnt mean you can root it ;)
  14. Why are you doing two queries for colours? This should be all one query.
  15. rulerofzu

    IP's

    Well yeah you will need to place it somewhere where you can see it!! or view the source code will probably show in there. However looking at the code you have your only if( ip exists){ show this message } carry on.... There is no exit from the code so it would just continue anyway.
  16. rulerofzu

    IP's

    echo $ip Is it giving you your IP or the server IP. It is possible for the server admin to not allow remote_addr
  17. Well if you have a valid licence then why dont you download the latest mc2 version which doesnt have the problem.
  18. Cos Judge Dredd.....your a noob :P
  19. Very true. I am also on Talktalk and my IP currently tracks to Plymouth UK some 70miles away. I could reboot my router and be anywhere along the South coast of the UK.
  20. Hahaha that was funny. I am the law.....hahaha we should call you Judge Dredd from now on
  21. Why bother even posting? You have provided no evidence apart from your word for it and quite obviously ignored the request for evidence. Then when we provide more info on the alleged hacker you make that response. Your attempt to get whoever it is blacklisted fails just as much as their alleged hack attempt.
  22. That IP tracks to as13285.net which is owned by TalkTalk but traces to Opal Telecom Manchester. Chances are its not a static IP as Lithium has stated so the whole block thing.....waste of time.
  23. Yeah id like to know what you define as hacking and I concur with Sniko. Without any evidence I doubt anyone is going to add the ip to any blacklist.
  24. I believe what the person is referring too is if your host does not allow running of crons then make it a http refresh Obviously they typed it without thinking it through.
×
×
  • Create New...