-
Posts
3,368 -
Joined
-
Last visited
-
Days Won
126
Content Type
Profiles
Forums
Events
Everything posted by Dave
-
Re: Help me please http://criminalexistence.com/ceforums/h ... 15#p148315 Basically the same thing? Why post it again....
-
Re: Gang Error It's not pulling the userid out for some reason, Check to make sure the var your using for the userid is working correctly.
-
Re: [mccodes] Advanced Pet Mod [$15] Cant re-sell it :) and guys chill stop bitching about each other whats been done has been done, In the past. Just shake hands make up, kiss (If thats your kinda thing) and be happy :)
-
Re: Selling Login/Register Use Photoshop's slicing tool to slice it up, Then when exporting it save it as image and HTML. You've got your basic HTML now you can just modify it a bit to add the actual login fields.
-
Re: help I did help? Go to the file you downloaded after you purchased the code's of mccodes.com, Then locate the class folder inside of it and upload the 2 files inside to your web server. There we go fixed
-
Re: Need help; Mass file editing What if they didnt do a backup Then they shouldn't own a website? Most hosting companies offer some form of backup service, Even if its just weekly its better then none. If your using a host without backup's you could be ruined if you get hacked or a server error occur's.
-
is there any tutorail on how to set up mccodes [v2]?
Dave replied to lukeybabe's topic in General Discussion
Re: is there any tutorail on how to set up mccodes [v2]? Such an old site lol :P Glad to see someone remembers about it :D I do have a video of how to install Mccodes V2 but i have no idea where it is ill see if i can dig it up for you guys. -
Re: help You mean you deleted the class/class_db_mysql.php files and you would like to request if anyone can help you out? I'm sure if you check in the folder you got when you purchased mccodes that the files you need will be in there.
-
Re: Need help; Mass file editing Why remove the code? Just restore a backup prior to you being hacked.
-
Re: query event error If your using mccodes $ir['gangID'] should infact be $ir['gang'], But the error is being caused due to $ir['gangID'] not existing :)
-
Re: Selling Pre Made Game Layout We can provide valid xHTML and the appropriot header.php, mainmenu.php files for a small extra fee :) (I have not gotten a confirmed fee for this yet but im speaking with Peter on it :))
-
Re: align left <div align="left"> Left aligned text </div> Start and end
-
Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] PayPal causes more problems then its worth... Because its free every time you get money in plonk it straight into your bank account, Then its more safe (Well after the 3-5 days it takes to get to your bank), But normally PayPal should take your side as you are the one in the right but make sure you stay calm :). and Nice mod!
-
Re: Naruto Online RPG Very true... Most people think by putting your details into a website there going to try and sell your details on or something simular (Some sites will so watch out!) but the fully genuin ones are using this as a business stratergy to gain more clients and most the time it works....
-
Re: why isnt it refilling? Like this kind of but you'll need to change it around to suit and work for this mod.... $db->query("UPDATE users SET mine_power=mine_power+5 WHERE mine_power<max_mine_power");
-
Re: multi curency Your probably gonna need to create some form of "exchange" system so if your account is currently in $'s and you want to change it to say pounds or yen... To make the game more interesting you could have this change but then your players might get annoyed. You'd also need to automatically work out the prices for the items in say Yen aswell as US. Your idea is good but i would say quite hard to implement across a hole game.
-
Re: please help Whats the difference from the other one posted? lol btw..you should sanitize the $_POST. values with mysql_real_escape_string(). To the OP, you could try this: <?php /* Mccode V1, authenticate.php recode by PHP Scene. */ session_start(); include ('mysql.php'); $username = mysql_real_escape_string($_POST['username']); $password = mysql_real_escape_string($_POST['password']); if ($username == '' || $password == ''){ exit('Please make sure you fill the username and password fields in. [url="login.php"]Back[/url]'); } $check = mysql_query("SELECT `userid` FROM `users` WHERE `login_name` = '{$username}' AND `userpass` = md5('$password') LIMIT 1;", $c) or die(mysql_error()); if(!mysql_num_rows($check)){ exit('Account cannot be found with that username and password.'); }else{ $_SESSION['loggedin'] = 1; $user = mysql_fetch_object($check); $_SESSION['userid'] = $user->userid; header('Location: index.php'); } ?> (recode from scratch) You don't need to use "mysql_real_escape_string" on a password, if it's beening hashed.. with md5/sha1/ ect So mres'ing the password would potentially lock out any users with a ' in their password.
-
Re: [V1][V2] 50/50 Chance Mod. Free Version Ripped of? Sorry but im with Isomerizer on this one his coding is quality and shouldn't be dis-respected at all! The code's may do the same thing but Isomerizer's code is most likely more efficent and better layed out then yours is.
-
Re: Hes Back Is this a good thing me wonders ;)
-
Re: Monorail Problem Add an order thing to your cities table then modify your code to order by the order number (That sounds confusing lol)
-
Re: Malacious Error Detected Seeing the script would help greatly.
-
Re: Game Security Which domain/site was this on? And do you have any evidence? (No i am not acting childish i've recently had a few memory "issues" so i cannot completly remember certain area's of my life).
-
Re: Advanced Voting $15 This paid mod was made before Cronus released his quite badly made mod, Thus meaning that HD will still be trying to sell copies of this mod.
-
Re: Game Security Is it? Or you already forgot what have you done in DS and i guess a few more places? (or maybe as you "operate" under a new name, you think people might have forgotten who you are?) Can you explain to me what a DS is and what the incident(s) that you are refering to please (Please provide proof or i shall completly discard them).
-
Re: [REVIEW] BuskerWars - Please review!! It's good to see a game using a free template once in a while :) But a game that big should invest in a graphics designer to get a nice professional game design for there site :). From the login it looks like a good game and seems quite active aswell considering its saying you have ?75709 players signed up?