
lucky3809
Members-
Posts
1,115 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by lucky3809
-
Secrets does not matter, what matters is your scamming, point blank. Even if you tried to scam, it is still called scamming. I didn't know that there was a lot of scammers out here on this forum, really sad for the honest people on here that sell stuff legit. Why don't you scammers just stop scamming all together would make this forum a better place to trust, how hard would it be to just be honest!?
-
older mods dated back from 09 were and still effected... ones after that time is ok.... target="blank" ' http:// Also in some fields such as example $ir['userid'] , is changed to $ir['target_blank" or whatever I forgot what it had replaced some of the fields with.
-
For my free hosting I use hostable.com but I won 3 years of their deluxe package free, they are always giving away packages in contests on their facebook page, to be honest it's much better then my paid hosting with another company lol. They have a package now that is a starter, for free for a year then after that $3 something a month. I have never had to submit a ticket theyre service is that great! They have never had downtime since I been with them over 1 year and a half.
-
if $hc is not working and it shows $hc=$set['hospital_count']; in your code then that would not be the problem look at your query, and see if it is selecting hospital_count field the query should be the one above that part of your code. Should be the query that starts as $set=
-
Don't know your full code but instead of {$ir['userid']} try {$_GET['u']}
-
LOL people who is trying to crack it should use common sense kind of easy has nothing to really do with the code of numbers!!
-
didnt mean the underslash you had a back tick and a ' if you use both together you get an error.
-
@chicka... look at your code lol. you have `jail_reason' may not work i think it should be `jail_reason` (back ticks aren't really needed though)... IF he/she has added the sql for the modification as in the error is saying they don't have it in their database. else if ($step['reward_type'] == 'jail') { $db->query("UPDATE users SET jail= '{$str}', jail_reason='{$step['reason']}' WHERE userid= $userid");
-
could be a number of things wrong without snippets of the code, no one can help.
-
Yeah your missing the query that is selecting your equipped weapons ... <?php include "globals.php"; $q=$db->query("SELECT * FROM items WHERE itmid IN({$ir['equip_primary']}, {$ir['equip_secondary']}, {$ir['equip_armor']})"); print "<h3>Equipped Items</h3><hr />";
-
Hello Teath, as before when you posted on your other hosting that was illegal of use... Does the same thing apply on your new hosting site? Because you did piss off a lot of paying customers that had your host before, when you deleted all the accounts, then your site was reported for fraud... I am sorry I have said this but others need to know whom they are dealing with, in my book your hosting is unreliable, and not trustworthy. No one should use your service whom are expecting to have their website up for over 2-10 years, your last hosting lasted 2 months and it was shut down for illegal program use, that you used, which everyone whom paid was chit out of luck.
-
You have no query at the top so what are you calling in your while statement? while($r=$db->fetch_row($q)) {
-
what would be best kind of game to make with mccode v2?
lucky3809 replied to LearningCoder's topic in General Discussion
Do something people has not seen yet... crime,mafia,pirate,vampires all been done and duplicated and army... -
LOL... Well I am a fan of duplicating roguevampires, and his is nothing like it, he may have used the same topics but it's not the same... Anyways I am willing to bet though you have used mccodes to get an idea how to start from scratch if that's what you call it. We all start from scratch when coding, even the professionals, and we do use other codes to get an idea, my last post was just stating it looks like mccodes just recoded to your liking that's all. Nothing bad I guess because there are tons of games that look alike. I myself is inspired by the older roguevampires layout, but that's because its easy to navigate around, but i dislike their forum,and profile set up.. but love the vala modification (which I duplicated) was not easy, but after awhile you learn how to code anything you put your sight onto... If you like a game,and it keeps your attention why not copy it? But also add your own touches to it to make it something of your own how i see coding a game... Inside the game the (codes) are not seen by the source code only the html and css are shown...
-
It's mccodes!!! You may have altered the coding but it still resembles the mccode engine.
-
I did too and had to move along, obviously not good in coding, many things were out of place, and many query errors are showing, doesn't even compare to torn its more crappier lol. If your going to duplicate a game do it the correct way, any n00b can copy and paste through the source code!
-
I've redone this in another thread, it was way off... Because you can add the person over and over... I made it simpler and recreated it using the friendslist page.
-
How to move decimal place to the left on prices
lucky3809 replied to Hendrickson's topic in General Discussion
moving the decimal place edit the field... either 4,1 4,2 4,4 .... 4,1 would come out as 1000.0 4,2 would come out as 1000.00 4,4 would come out as 1000.0000 and so forth... if your wanting it to go to 100.00 and nothing over 900.00 you would edit it to.. 3,2 your decimal is the comma. -
Richards Business Mod--Fixed With a few Things added.
lucky3809 replied to Joshua's topic in Free Modifications
Close... but you put the '. wrong around the userid field.. should be... echo '<b>Director /b> <a href="viewuser.php?u='.$r['userid'].'"> '.$r['username'].'</a>'; username in echo does not need stripslashes it is not going into the database... only database needs to be secured and fields where users type and queries... -
Richards Business Mod--Fixed With a few Things added.
lucky3809 replied to Joshua's topic in Free Modifications
Please read what I said about the forum, what happened when it changed!! It can help you with further problems, then look what i did to that line... -
Richards Business Mod--Fixed With a few Things added.
lucky3809 replied to Joshua's topic in Free Modifications
As said before when the forums changed the bbcodes were off and screwed up 80% of the mods on here leaving.. http:// AND ' also adding target="_blank" which was NEVER part of the mods, people have posted on here... with that said your line should be.. <td><a href="viewuser.php?u='.$fm['userid'].'" >'.stripslashes($fm['username']).'</a> ['.$fm['userid'].']</td> How hard was that to solve? -
$tablets=mysql_query("SELECT inv_qty FROM inventory WHERE inv_itemid='620' AND inv_userid='$userid'"); $tabletsone=mysql_fetch_assoc($tablets); echo ''.$tabletsone['inv_qty'].'';
-
{$tabletsone} should be {$tabletsone['inv_qty']} If your wanting the item number it would be {$tabletsone['inv_itemid']} take off the limit on your query and change the && to AND as sniko stated.
-
heres what you can do... make modifications where the user can use their cash up, such as events or something permanent.. make weapons not sellable back to the system, make a modification for them to use them for upgrading something in game, like their housing, ect... lower interest rate for banks and set a cap on how much can be deposited. make money hard to get, set caps on points sold and added... you can also add housing tax too. and if you want to reset a few weapons prices do that also, players will complain but they will understand faster then they complain lol. higher your house prices, make new weapons and items for larger prices....
-
Buying user database backups price will vary
lucky3809 replied to firecamp's topic in Requests & In Production
Very unethical to even sell or buy!! Why would anyone consider doing such?! Besides trying to hack,or scam those vulnerable people in the database?? Makes you not very trustworthy if your doing this or considering it.... And eventually if it's the law stating it's illegal you get caught in the end, and can face felonies, and prison time, it's also called fraud when you tempt to use peoples info to benefit you... Do what any hard worker does, and work for your money and position, don't try to cheat your way in life, it never happens by cheating others!! Don't know where you are from, but here where I am we work hard to get where we are in life. That info your wanting from a backup database is not going to make you any richer, or get your game any popular then what it is now. Instead of looking for shortcuts, or wasting your time on them, you should direct your intentions on what YOU can do to improve your website, or game, and also realize it takes time and effort for success to fall in your lap!