Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. Yeah something similar but not exactly. Mine doesnt come with a shop
  2. Select the gang tag from gangs where the gang id equals your gang and while the result is true fetch the data and echo it out
  3. Maybe tomorrow when I get a chance I will whip something up since I haven't done any MCC stuff in quite sometime and I will have a bit of fun with it.
  4. I would prefer you got it from there so I don't have to keep track of who purchased it and if I upgrade it you get the upgrade for free. But if you wanted you can buy it from my site which the link is in the OP but be warned I am having some DNS issues so it may not load straight away but you can keep trying.
  5. Check out http://makewebgames.io/showthread.php/39128-New-Leveling-up-system! It doesn't have the [upgrade] link but maybe you can make that work
  6.   Should be. *too short*
  7. Pretty much :p
  8. Ok then if you use the $db class just go to config.php and chula gd where it says mysql to mysqli
  9. Well no one can really tell you what you can or cannot use unless it's a client. Can I ask if your using a particular engine? Or is this all custom from scratch. The reason I ask is because a lot of people here use MCC and it's just a simple 1 letter change to enable mysqli but if not then I'm sorry, there will be no easy way to change what you have done.
  10. Or just have him set you up with FTP and maybe remote SQL entry with just your IP that way he won't have to change his cPanel Info but can disable your info.
  11. I would use mysqli because mysql is being or has been deprecated depending on your set up. Plus it's a tad bit more secure than mysql
  12. Thanks for clearing it up. And good luck with the sale. I personally believe its a good solid price and you should have no issues with it
  13. And just so we are clear here you get the following: Template and MCC V2 license?
  14. Classic. 'Nuff said
  15. You also want to be careful using raven since it is highly controversial to use since it is as lucky has told you, it's a replica of MC Codes V2 and some DMCA a notices may be sent to you at some point in time. But it back to the OP: If you wish to get your script live it will not work on your computer unless your computer is a server which I highly doubt because most ISP providers would have a cow about it. You can get a free host from x10 which is one example and there are many others out there, create a database with a user and password, follow the README that should be included and enter any credentials it may ask of you and you should be good to go after that.
  16. All you need to do is change mysql_query's to $db->query and mysql_fetch_array of whatever to $db->fetch_row
  17. If you have V2 then you have the database wrapper
  18. Well I never said it wasn't allowed to ask for someone to do paid work. You were jumping to conclusions there. I was just stating that you were right and that this forum probably isn't the best for that sort of thing. So sorry if you may have mis understood me and I will ide this thread because you asked, if you need it reopened then give me a shout.
  19. That should probably go in the collab thread and if people are ripping people off then evidence would be needed too to squash all the arguments that would arise. And in all fairness and respect to the forum, I don't believe this is the actual place to hire people. Sure, there are people who do paid work but this is also "Make Web Games" where people Make Web Games and not Find People to Make Web Games. Mostly for show boating, bouncing off ideas, general questions, and web games in general.
  20. Yeah the database class. Lit is saying that param 2 is null which means it it empty ie mysql_query($param1,$param2); or mysql_fetch_array($param1,$param2); Chances are you are just using mysql_query("some db query here"); but you are missing your resource Your connection string. If you use the wrapper then that will handle it all for you (would be better anyways so you can switch to MySQLi on the fly). Long story short, convert you queries and fetches to the applicable $db-> method and you should be good to go.
  21. Well you should be using the Database wrapper provided for you that comes with V2
  22. Yeah I could have but I forgot haha my bad. I owe you one
  23. Be sure to match the js file name at the bottom of your script. The script tag says uploader.js but the file name says upload.js
  24. Hmm not too sure. What you can do is use some magic in the user class with __set and __get
  25. That wasn't meant to be taken as a literal code but as an example
×
×
  • Create New...