Jump to content
MakeWebGames

The Ace

Members
  • Posts

    363
  • Joined

  • Last visited

    Never

The Ace's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: PLEASE DONT LISTEN TO SKULL ABOUT BUYING LW CODES ITS A SCAM   hmmm you have your files outside the game... meaning that you have them on ftp.yourdomain.com and your game is on www.yourdomain.com, interesting... And Cpanel is accessed via game url? oh boy! https://cpanel.yourdomain.com or https://cpanel.yourdomain.com:2082 (or whatever port is defined) or even http://www.yourdomain.com:<port>/cpanel etc etc etc... meaning it should always run under SSL. if the password is shared with another user... well for as much secure a site is... it gets stolen. And people's bigger problem is that they share passwords, or use the same password EVERYWHERE, meaning that sooner or later they will get exposed. Nah, I don't even have them at ftp.yourdomain.com You could look at it like this: my files are, in a way, on my hosts server, but not, if you know what I mean... Sorry, I didn't really make myself clear in my first post. But yeah, what I meant was that cPanel is access from www.yourdomain.com:2082, which could be the main reason as to why nedved got his codes stolen, excluding the fact of a weak password. I defo agree with your last statement...you should definitely use different passwords, especially when it comes to your games FTP.
  2. Re: PLEASE DONT LISTEN TO SKULL ABOUT BUYING LW CODES ITS A SCAM Do you use cPanel? Because, from my knowledge, cPanel is accessed via the game url...with a colon and a few numbers afterwards... Surely it would be better to find a host that has its FTP and ALL other files away from the site URL. So, to actually hack the FTP, they would need to find out what host you have...because that is what I do...all of my files are, in a way, outside of the game, which I believe is much better.... ;)
  3. Re: [WIP] New Game Banner   Yeah, I know. Hehe. And don't forget that this is still a WIP! Haha. :-P
  4. Re: [WIP] New Game Banner Crap. I just noticed that!! Haha. I'll amend it when I get home from school. :-P Thanks killah. :)
  5. Re: [WIP] New Game Banner Damn, too late to Modify... This any better:
  6. Re: [WIP] New Game Banner Thanks for your opinions killah. :) I'll try that as well. Sounds good. ;) Cheers again.... And yeah, it'd be good to see what others think as well. :-P
  7. Re: [WIP] New Game Banner C&C's on this one: (I'm a bit "iffy" with it, to be honest)
  8. Re: [WIP] New Game Banner Ooh, I'll certainly try that. Thanks killah. :)
  9. Hey all. I am planning on making a new game, and therefore made a new banner for it. It is a work in progress, as I am a little "stuck", as it were: Now. I like the text and the sniper rifle, but I am completely stumped as to what to do for the background.... any ideas/suggestions? Cheers, The Ace
  10. Re: Houses Lvls Maxed Hehe, so it does. Brain fart... :|
  11. Re: Houses Lvls Maxed Oh..I have mine set to float and seems to be fine....
  12. Re: Houses Lvls Maxed Hmm, from my experience houses aren't based on level, but based on will. Now, looking at your game, do you mean that no one can surpass level 200? If that is the case, you must change the exp type in the database from int to either bigint or float.
  13. Re: [v2]Assassin.php[v2] The reason this happened is most likely because of:   $newhosp=$hospital-150;   on line 64 Here is that segment of code:   if($chance>85) { $newhosp=$hospital-150; $fun=$db->query("SELECT u.*,g.* FROM users u LEFT JOIN gangs g ON g.gangID=u.gang WHERE fedjail=0 ORDER BY RAND() LIMIT 1", $c); while($f=mysql_fetch_array($fun)) { $id=$f['userid']; $db->query("UPDATE users SET hospital=$newhosp,hospreason='Assassinated by {$ir['username']}.' WHERE userid=$id",$c); event_add($id,"You were assassinated by {$ir['username']} and put into the hospital for $hospital minutes.",$c,'general'); $db->query("UPDATE users SET money=money-{$_GET['PAID']},brave=brave-5 WHERE userid=$userid",$c); print "Your Assassin Is A Bit Blind Instead of hitting {$r['username']}, they hit {$f['username']} But They Still Demand Pay"; } }   Is it just me or should the - sign be a + sign??
  14. Re: Shooting Stars Agh. I'll call that the final product. :) I can't remember what I was going to add... :| I was tired when I was going to edit and said to myself that I would do it in the morning, but I can't remember what that was...hehe. ;)
  15. Re: Shooting Stars Hehe. OK. I had it in my head what I was going to do to it (last night), but I can't remember now... so I'll think on it. Ggl. ;)
×
×
  • Create New...