Jump to content
MakeWebGames

Veramys

Members
  • Posts

    365
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Veramys

  1. Veramys

    Site Hacked

    Are you using stock forums? I seem to remember a way to get login info from forums.
  2. This is what my table looks like: CREATE TABLE `mail` ( `mail_id` int(11) NOT NULL auto_increment, `mail_read` int(11) NOT NULL default '0', `mail_from` int(11) NOT NULL default '0', `mail_to` int(11) NOT NULL default '0', `mail_time` int(11) NOT NULL default '0', `mail_subject` varchar(255) NOT NULL default '', `mail_text` text NOT NULL, PRIMARY KEY (`mail_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;   This is what my database insert looks like:   $db->query("INSERT INTO mail VALUES ('','0','Owner ID',{$i},unix_timestamp(),'Subject','Message')"); }   Mine works perfectly for me. After reading Kyles post since I didn't sift through all of your code he is of course right about your error. Happy New Years.
  3. Veramys

    Gang [Help]

    Just a question but why would you want to limit this? Isn't this a bit too restrictive? Stops your new users from being able to make a new gang. That would make me not wanna play.
  4. Okay so I didn't really know where to post this. Recently every time I refresh too much on a webpage that updates the database, like the gym, I get the No Data Received page. Has anyone else ran into this problem? Does anyone know how to fix this? It is making it hard for players to train.
  5. Dude really? This thread is a year old and you're bumping it up why?? Pay attention to dates.
  6. Of course it shows US time. X10hosting is based in the US. Your code there is showing server time.
  7. You'd be better off running the 1 and 5 minute crons as timestamps
  8. No it's not right and you're not supposed to post the code to us. it should be curl http://www.yoursite.com/yourfile.php?code=yourcodehere
  9. The code is in your config file.
  10. My commands have always been curl http://www.yoursite.com/cron_fivemins.php?code=codehere or something like that. What host are you using?
  11. Are you using the right command for running them? Are you using the file and the code for them? Can you give us anymore information than the fact that you "can't seem to get them working."?
  12. Installation finished The installation was successful. The installation was successful you may now reload and log in with your administrator account. Worked fine for me. Did you fix the config file before trying to install?
  13. I asked for one before you Coder and you don't see me complaining that I don't have it yet. Quit being a crybaby and be grateful he told you he'd do it.
  14. Who the hell buys photoshop these days?
  15. I wouldn't be posting in a forum with a language I don't speak so I think we're good on that front. He's not even making an attempt to sound literate or professional. And I'm a prick to everyone. Just my natural attitude shining through. Also I mostly don't include people in my work. Why? Cause I don't trust people very easily, been screwed over too many times now and It's hard to put faith in many people.
  16. Most browsers these days give a spelling option. Meaning that if you misspell a word it will tell you. Someone that is looking for a partner on a game should be more professional and use proper grammar. No matter that he's from India or not. Spelling and grammar errors like his do not look professional and do indeed look like he's being purposefully illiterate.
  17. Ahh purposefully illiterate then. Good luck on your search. You'll need it.
  18. Are you a little kid? Or are you purposefully illiterate?
  19. Veramys

    Interest renewed

    IT Programming and Computer Science aren't the same thing. Though some colleges/universities may be different in some required subjects, Computer Science requires you to take some form of higher mathematics.
  20. Veramys

    Interest renewed

    I looked into studying computer science. As with you Math isn't my strong suit. With Computer Science you'd have to take Calculus 1 and 2. That I was told is a must. So if you don't feel you can do those it will hold you back from a degree.
  21. I got 90 lol Nice work. Woot better score
  22. You're not exactly explaining yourself very well.
  23. What about it?
  24. I first worry about all of the main things and making sure there are no bugs. Then I worry about fine tuning everything. For me it's easier to get everything down and working before making it more efficient.
  25. A Battle Royal Tournament and PVP mod. When someone sends a request they can bet money to and play to see who wins. Make it where it sends an event whenever someone takes a turn and when they send a challenge. Make the tournament where 16 or 32 players can enter (set by Admin when they start the tournament) And make it have a buy in where players pay to play. The mod would be completely random on who wins. No stat usage.
×
×
  • Create New...