Jump to content
MakeWebGames

Veramys

Members
  • Posts

    365
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Veramys

  1. Veramys

    Humble Bundle

    I just paid $4.80 for the games. It's a good deal. I believe my brother said they've made 500 Thousand Dollars for Charity so far.
  2. What's to stop someone from stealing your idea anyway? You said yourself you know nothing of Mysql or PHP. So what's to stop someone from just taking your idea and running with it? You should think things out. Write them down come up with ideas. Find a trustworthy coder and talk it over with them and then go from there. Either that or learn to code yourself.
  3. It was in the header actually. It was a script for the crafting system written by Sniko.
  4. LOL I'm sure you would :P
  5. Nothing is really private though and sometimes you have to go into mails even though you hate reading the messages (dreaded cybering). I've found it is easier to be upfront with people though. Tell them their mail isn't private and is subject to have an admin look through it at anytime and it's easier when you have to.
  6. Thanks to Dave I got it! Thanks Dave +1 to you
  7. Further info, I called my hosting company and they claim they haven't done anything on their side. The only thing I've installed is Snikos farming and crafting system which I have taken away all changes to make sure that wasn't it. It's still not working so I'm not sure what has made it stop working.
  8. Ok, I have Daves Ajax donation system. I've not made any changes to it since I started using it and today it randomly stopped working. When a user goes to donate, they click Continue to Checkout and the system will do nothing. When they have no items selected it still brings up the error. Any idea on what I should do?
  9. It is v2 that is why I posted v2. Not redux. All my files have been converted to v2.
  10. Well if it's possible that would be great.
  11. Hell I wish I could just trade my redux license for a v2 one.
  12. License holder for redux but all the files have been converted to v2.
  13. globals_nonauth.php? no such file.
  14. Idk I guess I'm missing something. I suppose I'll figure it out eventually. Thanks for the help.
  15. Still doesn't fix the header problem and I still get problems fetching data from the database.
  16. If I take out the globals file it won't let it connect to the database. Also I lose the layout.
  17. if ($ir['fedjail'] > 0) { $q = $db->query("SELECT * FROM `fedjail` WHERE `fed_userid` = $userid"); $r = $db->fetch_row($q); die("<span style='font-weight: bold; color:red;'> You have been put in the Pits of Purgatory for {$r['fed_days']} day(s).<br /> Reason: {$r['fed_reason']}<br /> </span></body></html>"); }   Yes this is what it is in the header. I'm trying to make it allow a person in fedjail to look at one php file which is fedsupport.php and it doesn't seem to want to work.
  18. hmm didn't work
  19. Nothing about fed in globals.php
  20. Yes it does.
  21. I've made the system itself. I just can't figure out why it won't let someone in fed access the file. Tried your way Razor and it wouldn't work.
  22. Ok so I'm thinking it is simple but I can't think of how I should do it at the moment so I'm asking you all. Say someone is in fedjail and you want them to be able to access one php file. Meaning like fedsupport.php. How would I go about letting them see just that page and no others? Thanks in advance.
  23. Does his forum signature not give him away?
  24. Nvm I was looking at it wrong. Nice mod.
×
×
  • Create New...