Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. As lame as I may sound its actually decent and filled with proper drama
  2. Haha I don't know if its a good thing to watch Highway to Heaven but I used to watch it with my grandma all the time along with Murder She Wrote and Matlock. The good ol days. Lately my girlfriend and I have been watching Downton Abbey:o
  3. I use godaddy and never had any issues with them and like DJK I never needed to use support and plus they send me promo codes all the time to keep getting my money
  4. You got it   As stated above he figured it out. Thread locked
  5. Your first post and you are already starting a battle huh? When you come here and start telling people they are liars, scammers, etc please be aware that you should probably show some proof. Us sending you an email doesnt prove anything. Hell, why are you lying? I'm the owner of GRPG send me an email and I'll reply to it. See how that works? It doesnt, so get some facts please
  6. there has been instances where colblooded has offered a downgrade so you can maybe ask him but no promises
  7. @jcvenom: I removed your last post because I dont think that file should be posted since its part of the core mccodes. I just did a soft delete so if I am wrong then it can be restored but if he is a license holder he can go and download the updated version of mccodes which comes with the global non auth file. and if he's not a license holder then, well tough luck :p
  8. it was done by someone I believe a long time ago. so open your config and change the host to the host ip and see if that changes
  9. there was a post about a local host running slow and I guess the user changed his host from localhost to the default ip which is the 127.whatever.whatever
  10. well sure doing this will get rid of the error: function get_mine() {} But does that actually fix what wrong? The answer is no. And why? I doubt anyone would just create a function that isn't useful in the mod itself so here's how to fix it: A quick search of the forum I came across this
  11. I know you were having a little discussion with !Angel about mccodemods.com so maybe hit him up about that. Or there is mccodes.com marketplace
  12. well do you have a list of your paid modules to look out for cause that might help if people stumble across them
  13. Just some advice so take it as you will: But dont give your players stuff "whenever they want" it will hurt in the long run and inflate economy, that is one of the worst things to happen to a lot of games
  14. @kcmajor36: Please wrap you code in code tags please. There are like 5 buttons in the "Go Advanced" reply are which has PHP HTML CODE SQL CSS And all those are accessible by putting them in brackets like so: [one of those above]your awesome stuff here[/one of those above]
  15. this should be pretty simple to do
  16. If is is true I hope you sent him a pm letting him know what is exploitable because that would be a pretty nice thing to do. But on a side note the link worked for me earlier as well
  17. What???? Guest released a paid mod. Good Job man. its LQQKn' pretty top notch
  18. there should he no reason it wouldn't work.
  19. you must be using the $ir variable
  20. not to sound stupid or nothing but did you create a function called num_rows() in your class? Could you have misspelled it somewhere, maybe called it numrows()?
  21. Try this: <b>Married To: </b>"; if($r['married'] > 0) { print"<a href='viewuser.php?u={$m['userid']}'>{$m['username']} [{$m['userid']}]</a>"; } else { print"Nobody"; }   Also it helps if you go to the person you purchased this from for support
  22. all you really need is just a WHERE statement like where it.itmtypeid !=9
  23. I don't think their is any reason to add the global $ir. you really only need to add that if you are in a function so you can most likely remove that line
  24. In after the lock. Sorry DJK
  25. like Dom said, Pick An Engine. You won't get very much help unless we know what you are using. So here is some help to get you started: Pick your engine of choice Create some database tables with some columns for your clan script(s) Now create your clan scripts(s) based off the features you would like See how helpful I was :p? Good luck with your script
×
×
  • Create New...