Jump to content
MakeWebGames

lucky3809

Members
  • Posts

    1,115
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by lucky3809

  1. yeah change print" to echo ' and the end where it's "; to '; look up print and echo statements... looked again you have if($ir['hospital']){ that would change your menu when you go into the hosp... You can easily take it out and the end of the statement }
  2. There is nothing wrong with the preferences.php tested it on my server and did not get the error... perhaps try checking your public_html directory and see what the permission is set to, else contact your web host of your problem, because it has NOTHING to do with your file, if you have it set to 644 already. and your directory is set to 755...
  3. change your permission to the file to 644 your directory to your display pics should be 755
  4. depending on the average screen I would say the grey area is ok, I would NOT exceed the layout you have now or widen it, it's fine to me....I like the second one, the brick background is ok on the first one, but some people have hard time reading the text.
  5. I seen the real photo of Bin Laden dead, I don't think it is him, there are so many Pakistani's that look like him, the photo the guy looked much younger then Bin Laden, same facial expressions that's about it... President Obama is not releasing the photo because it's NOT him!! But little does Obama know there were outsiders in that country that already released the dead corpse pics of Bin Laden for cash... If they were able to release such photo's to their country what makes it so secretive for Obama not to release them? And the throwing of his body at sea was not a Muslim ritual, they failed to tell the people that is the ritual the US Navy does... Not the Muslin religion.... They gave him a Muslim prayer that was it that made it part of his religion... Then I doubt they did so... With a fake Bin Laden corpse... November is when the votes takes count of the next president in Jan 2012, This is the biggest hoax in history!! And it has earned Obama a second election win... Majority of the votes for him will be the many millions who lost someone in the worlds trade center...which is over 14 million people that have suffered a loss from that day, who will be giving him the vote.... In my eyes I don't believe Obama deserves a second chance, he still have yet helped the US in anyway but make it go into debt even more, by the lavish vacation trips, plus his wife spending American money on staff more then any presidents wife has ever spent!! If he was wiser and didn't go on vacations and his wife didn't dip her hand into the US dollars he may have had my vote... But I have always second guessed his nature from day one!!
  6. oh ok automatic leveling didn't read it like that... Thought he wanted to give the player a level for each time experience is gained...my bad.
  7. For the part where users dont refresh, think you would run it with a javascript code, I have yet seen one on this forum.. as for exp going into levels that is kind of stupid, why would you want your players to level quickly? if your wanting them to level quickly just update the level in a query it's that simple!!
  8. depending on what type of game it is, and the look of it... Missions keeps me playing lol... something that never ends or gets boring, less chance for someone to gain level,money, and what not... a game should not be easy, and fast to finish, it should take time, and effort, also good staff, and customer service, is a plus...updates once a month or 5 times a month is good. I know players leave if there is no updates to the game, so gotta keep it alive and add new stuff to it at all times... A dedicated developer will ALWAYS have players, when you don't possess such skill your players will know, and leave just as fast as they signed up... Also the game needs to be one of a kind, can't be a copy of another one online, must have it's own touch lol....
  9. Elections are coming up and Obama needed something to put him ahead in votes, he has already now claimed credit of Bin Laden's death, just like I had thought he would, now the media is saying what such a great hero Obama is for telling the US navy when the time was right to go into his residents to capture him and shoot him in the head... A typical hoax to get the media to look at him, before the election comes up, and to shut media attention off the other candidates whom are running aside him... He gain the whole state of New York votes, plus everyone else around the US with this news... Still say there is much more to the story then what is being told by the press and media at this time... They seem really unsure of their evidence which only leads one to wonder...
  10. Well Trump was investigating Obama right when he got close to his investigation on Obama's origins and where he is from, this suppose new news came about, to only keep Trump out of the media light from exposing Obama, how I take this Bin Laden dead news... Just do not make since and the first story was they did not know who killed him, then later made up the story of the US marine navy killing him in a gun battle, which is not likely when Bin Laden had been out of sight, and now he went back into his old territory? Where the US was set up?
  11. LOL. If you would like to believe that, in this world anything is taking into the news headlines for media attention in politicians next Obama will take the credit so then people will vote for him in 2012... anyways i dont believe it. Think its a cover up to get the attention off mr Obama bad doings...
  12. can also be a fraction 6 / 2 and be the power of ( 1 + 2) which would change the outcome of 1 and 9...
  13. I voted 1 6 / 2 *( 1 + 2) 6 divided 2*3=(6) =1 can very much be 9 though...
  14. Looks good. when is it up live?
  15. it would be the $var that is Selecting their info in a query.. $odata or whatever you are using. make sure your query is selecting display_pic.
  16. Yeah it was me trying to help you secure your game, but think I will pass now... Because your too busy making account after account on here... Maybe if you didn't get your ego in the way of things, you could have had people help you with your security flaws in your game, but you insist in playing games, and we arent talking about the type of games you make, talking about children games, of whining, and coming on here acting like your a dummy like people dont know you haha... Your the Biggest liar in this thread!! Be real, and stop acting like a child, you said your not prove it!!
  17. lol my bad all this time i thought 11,4 meant 11 numbers here >11111111111.0000<4 numbers here. I guess it pays to read from the mysql site.
  18. He needs 7 values thats how many fields he has in userstats table 1---`userid` int(11) NOT NULL default '0', 2---`strength` decimal(11,4) NOT NULL default '0.0000', 3---`agility` decimal(11,4) NOT NULL default '0.0000', 4---`vitality` decimal(11,4) NOT NULL default '0.0000', 5---`IQ` decimal(11,4) NOT NULL default '0.000000' 6---`guile` decimal(11,4) NOT NULL default '0.000000' 7---`spirit` decimal(11,4) NOT NULL default '0.000000' should be... $db->query("INSERT INTO userstats VALUES($i, 10, 10, 10, 10, 10,10)"); His problem is the query in global_func the rank function get_rank($stat, $mykey) { global $db; global $ir,$userid,$c; $q=$db->query("SELECT count(*) FROM userstats us LEFT JOIN users u ON us.userid=u.userid WHERE us.$mykey > $stat AND us.userid != $userid AND u.user_level != 0") ; return $db->fetch_single($q)+1; }   where $mykey>$stat $mykey is in config.php which is the code for crons... $stat is the array table in gym.php   $statnames=array( 'Strength' => 'strength', 'Agility' => 'agility', 'Guard' => 'guard', 'Labour' => 'labour');   also when he altered the userstats table he has more zero's then there should be, when he is using 11,4 decimal.
  19. if you type it in google it doesnt go to that security page... anyways why not put the links in your forum sig instead of all these threads? Or just add them to prior threads you made? lol a_bertrand... Well we both agree about his game lacking of story.... not to mention the lack of security, anyone can make themselves admin on his game. Anyways we all should know his aka names tezz,draftrude, then this one lol. why so many? personality disorder? He told me he was a professional at designing games that it was his forte, he once said he didnt know about coding but only graphics, but now he became a professional over night??? lol.
  20. lol well I was never using $var= it was suggested by rulerofzu... I guess it just makes the string shorter instead of typing $_GET lol.
  21. change $_POST['email'] = htmlentities($_POST['email']); $_POST['username'] = htmlentities($_POST['username']); to... $email= mysql_real_escape_string(htmlentities($_POST['email'])); $username = mysql_real_escape_string(htmlentities($_POST['username'])); then change all the $_POST and $_GET with the $var like... if($email){ $search_users = mysql_query("SELECT userid FROM users WHERE login_name='$username'") or die(mysql_error()); Only select fields you need, don't select the whole user table.
  22. Nope same owner.... Oh for the record never use admin as your login draftrude,on your game that is the first no,no when making a game, always pick something else besides admin. Making myself back as member...lol
  23. Oh so you went live and changed your game name to http://www.apocolyptical.com? tezzmosis=draftrude... Well I already knew that prisonsurvival.com was taken it's not hard to search for domain names... I'm guessing that's why you changed the name? Secure your game, I hacked it and made myself admin...Just did so, to prove that you have a lot to learn!
  24. lol. I would never go with an imac I stick with Dell or Sony...
  25. If your getting the error from the gym you need to add your new stats to the gym also. As for the rank in global_func.php is calling $stat which is your query error, which I have only seen $stat in gym.php $statnames=array( 'Strength' => 'strength', 'Agility' => 'agility', 'Guard' => 'guard', 'Labour' => 'labour'); that part you need to add those new stats to.   this is the query your having problems with function get_rank($stat, $mykey) { global $db; global $ir,$userid,$c; $q=$db->query("SELECT count(*) FROM userstats us LEFT JOIN users u ON us.userid=u.userid WHERE us.$mykey > $stat AND us.userid != $userid AND u.user_level != 0") ; return $db->fetch_single($q)+1; }
×
×
  • Create New...