Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. Should imagine thats a $_GET['ID'] Look at the query above :D
  2. print "<tr><td><a href="http://factions.php?step=profile&ID={$r[" target=_blank"><h3>{$r['faNAME]}</h3></a></td><td>"; {$r['userid']} perhaps? never used it so not sure but its calling the users table in the query above Dont forget to change the quotes :D
  3. eewww I dislike the use of \ / for such things. I think your much better putting images in the directory its supposed to be in. Makes life much easier in the end. Otherwise your image directory contains a silly amount of images
  4. Generally scripts such as this will not work if you put in a browser steal.php it has to have the players ID.
  5. rulerofzu

    Busking

    Street trade has a time served loyalty scheme and etiquette of its own. Usually busy spots are busy as they generate the most money. Best thing to do is next time you go busking and it happens. Wait until said person has finished and have a chat. See if you can arrange what times is good for you both and then stick by that. That way you both win rather than trying to compete. I worked on seafronts and various streets in the UK and across Europe before I went into trading from my own shop. Some of the best yrs of my life and it was a great time with lots of people.
  6. PHP round example $stat = round(1.3723, 2); will result in 1.37 Or if you wish a whole number then round up or round down http://php.net/manual/en/function.round.php
  7. The code has had the <img src= removed and replaced with bbcode
  8. Its really really slow. There is no way you will be able to run a game on that hosting server. Have to agree with Peter the rest of the template needs work regardless if it was not made by yourselves it still needs work. In my opinion the font chosen for the title is wrong.
  9. No fuzzy its a valid point. Last post was back in 2009. Having seen how illusions works then if he was going to complete this it would have been done a long time ago. If you wish to say anything to me take it to pm. Your remark is just showing how stupid you are.
  10. Fair enough Analog but its still wrong.
  11. Nope none that I know of. Your on your own :D
  12. Well Im just thinking usual forum rules dont start multiple topics on the same subject. Its pretty standard practise.
  13. I dont believe 2.3 comes with marriage so you would need to make sure you still have it in your users table. Or better still program it in again in a seperate table so your not cluttering up your users table which is already oversized in mc2.x anyway
  14. I dont really see the point when they can add their mods to this site. But good luck anyway.
  15. Yeah well thats what I meant Eq.
  16. Last post was on 12-17-2009 what do you think??
  17. $q = mysql_query("SELECT userid, username FROM users WHERE sensei = {$r['userid']}"); $students = "Students:"; $sep = 0; if(!mysql_num_rows($q)) { $students .= " N/A"; Of course it will return 1 Look at your query your not asking about students your asking if there is a userid with your userid result = 1
  18. Taking into account the average monitor res is now 1280 x 768 then it should be fine and still plenty of room. Depends on how big you make the menu on each side :D
  19. LOL I find it astonishing that people needed help with that.
  20. All in all....its a mess :D
  21. After removing all your extras so i could test it the page loaded fine. So must be something in your extras from the default that is causing the problem. But I cannot see the datetime parse function in your global_func file
  22. Not the case lucky Difference between single and double quotes " text here $var"; works when using double quotes.
  23. Hmm one....what version are you using. As its not secure. Also there is a function missing DateTime_Parse()
  24. Always take a backup before you start updating codes. You are going to need to provide more info or source code
  25. Would be better if you could post the image so people can see what your working with. What size is your image? you may find this easier to shrink a larger image than stretch a smaller one.
×
×
  • Create New...