
Joshua
Members-
Posts
1,271 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Joshua
-
Nm, got it to work. Almost done with it now, I need this How would i implement a Table that shows the users Previous tries. Obviously add a table to the users, but how to keep track of something like that? i want users to know what they've already tried, going to put it in a table under the submit forms
-
Lazy-T dont you have some games you want to go hack? You're probably the one that was in on it ;) UPDATE: There were various files that weren't secured, some have been, some still are open as he had to go for the time being. He had removed his installer.php by the time I signed up and checked it out, but he had it on earlier today, which is the most propable cause of the hack. PEOPLE---REMOVE your installer :\ Secure your Inputs
-
Almost good to go, +1 me..oh wait no Rating no more >< :)
-
Already checked, it's gone ;p
-
Squared Player Reports away, now onto your Preferances :-)
-
Though I'm not 100% sure on where to locate it, It is entirely possible someone uploaded a Shell to your file manager.
-
It may also be possible your site was re-directed to another site that is having problems, check the URL and report back ;)
-
It is possible you have had a shell uploaded and someone tinkered with your config file. Did you do any updates and add a differant config file perhaps? Check the password in your config and make sure it matches your cpanel, then change them both to be safe.
-
(Access denied for user 'krakisgod'@'localhost' (using password: YES))" Someone connected to your Cpanel and changed the password. If Cpanel password is changed, it won't connect to your game. That or you changed it and didnt update your config file :p
-
Sounds like you have a Shell in your filemanager.
-
Get rid of .php! No file extensions in links!
Joshua replied to Konsigliare's topic in Other Programming
So if they enter say a basic cmrket hck or something similar it wouldnt tell them 404 error as page not found? Would it also change their entry into the w/o .php ? -
Get rid of .php! No file extensions in links!
Joshua replied to Konsigliare's topic in Other Programming
Curious if something like this could be integrated into extra security via known sql injects. Going to tinker around with it :) -
Need some help with this code
Joshua replied to corruptcity || skalman's topic in General Discussion
granted i just glanced over it, but it's because he removed the function that defines the stat :P -
Wow, with the exception of not adding the reason to fed jail, Danny's worked better than the one I had > <
-
Insert Points into Cmarket Every *set amount of time*
Joshua replied to Joshua's topic in Free Modifications
Aye, but the differance between what a player wants and what a game needs is a large margin :-) Players also want several billion in cash :P -
curl http://MYSITE.COM/cron_fivemins.php?code=MYCODEHERE Thats my cron-jobs and they work :P
-
Ok, in your cron jobs, the ? is included /home/starwars/public_html/cron_day.php?code=yadayadayada But hopefully you know yadayadayada isnt going to work and you have the actual cron code provided by your installer there =P
-
Edit--Shoudla read the whole post><
-
I'll give them both a shot. I'm also going to change the cig mod to a Glass of Blood mod for my vampires. But they won't matter whether they start or not. Just going to have their stats drop by 1 or 2 points every hour, as that's what happens when they don't get their Blood. Thanks everyone, appreciate the help.
-
That's a "quick" fix as well, as it's only a matter of time before it's guessed, not to mention, youd have to change A LOT of files and update your SQL database tables. It's much easier just to re-name files and change in the script, hide files, pword protect files etc. If they want to find the user level, it wouldn't be to hard :P
-
Question Re-Vamp. I'm going to use the Ciggarrettes mod to do the following. When a user Starts Smoking, they will gain 1 or 2 points in a certain userstat. Ciggs will be a bit pricey but not real pricey. Every..Hour? The users stats will drop by 1 or 2. May even do the higher the addiction the more they drop....or raise.. My question would be on the Hour_cron $db->query("UPDATE users SET userstats=userstats-2 WHERE userstats > 0 AND smoking > 0") Would that cron work ?
-
This isn't going to stop ALL hacks, but it helps stop some of the beginners. I'm trying to take the click click boom mod and make it where it Auto Feds users when they try and inject Only problem I'm having is It won't update the FedJail sentence. Anyone help me out here? if($_GET['ID'] != abs(@intval($_GET['ID']))) { die("For attempting a known sql injection, your IP and Name has been banned. Nice attempt, Enjoy your Fed jail sentence."); $db->query("INSERT INTO fedjail VALUES('',{$_GET['ID']}, 300, $userid, 'Hack Attempt')"); }
-
yeh i'm thinking userid :p but stops other minor things as well ^_- nice catch.