Jump to content
MakeWebGames

03laceys

Members
  • Posts

    863
  • Joined

  • Last visited

Everything posted by 03laceys

  1. Game over! Your final score is 1305!
  2. Thank you for the links will take a look and of course read and go from there :) Could you further explain what you mean by "hard coded into one"?
  3. Yes might help if i uploaded a login file for you. There we go uploaded try again.
  4. The main menu is Jquery, then the content is displayed in an iframe. http://xvon.info/gametest USERNAME - demo PASSWORD - demo Go to explore, click userlist. Now try to go to explore from the mainmenu again it just displays userlist.
  5. No probem halfbaked good luck.
  6. Just to explain why you got the error message you did. The member function error you recived was because you was missing $db from the global on line 147. This line. global $ir,$c,$userid,$h; So to fix this error as Equinox did you need to add $db like so. global $ir,$c,$userid,$h,$db; Just so you know how to fix these errors in the future.   (On a side note you have posted in the wrong part of the forum just so you know for future reference)
  7. Ok so i currently using a jquery menu which call the corresponding page inside an iframe. When i click a link within the iframe it takes me there no problem. But when i click the original link it will take me to the last visited page in the iframe and not the one i want to call. How do i fix this? Also how do i remove the border? (If this has confused you at all please reply and i will send a link to your inbox so you can see what i mean)
  8. Mm thought so. Dosn't work for me strange o well xD
  9. Just thought i would double check. All files simlply replace the files already in the base code on the server. Or do they have to go into a coresponding folder as you have the first file shown as. inv/inventory.php So are they going in root or inv?
  10. Nope my JS definatly on.
  11. Mmm strange still not working my end :/ I am using IE
  12. Mmm does seem a bit strange i will try again, but there isn't much you can do wrong with this modification lol.
  13. Thought i would test the modification out. Unfortunatly this mod dosn't work. I have uploaded it to a fresh copy of mccodes v2. Upon clicking equip/unequip it goes to the index page (but does actually perform the action) I know nothing about ajax/jquery to be honest so cannot help fixing it. Not mocking you just pointed out my findings. Nice Idea for a little bit of Jquery on the inventory.
  14. Nooby moment was when i first signed up to CE a few years ago spent around 4 hours trying to solve a send error. Then asked for help to find i only needed an extra } Or it could be when i lost all my purchased codes, made modifications, game backups, unfished project & much more when i didn't bother backing them up and my external harddrive failed.
  15. Thank you for the replies, and not just posting the fix. Was nice to have a post explaining why it was doing it and how to fix. Thank you.
  16. Ok so i am highlighting the text in explore using...   function highlightWords($string, $words) { foreach ( $words as $word ) { $string = str_ireplace($word, '<span class="highlight_word">'.$word.'</span>', $string); } /*** return the highlighted string ***/ return $string; } $string = 'http://xvon.info/game/register.php?REF=$userid'; $words = array('http://xvon.info/game/register.php?REF=$userid'); $string = highlightWords($string, $words);   Problem with using this is that it dosn't display the actuall userid it just display the code $userid How am i able to highlight this particular text? Thanks.
  17. Is this engine still around for download?
  18. Was there a point in your message? Anyway in reply to it, i do not claim to be the first to write this script. Although this script does not run the same was illusions does. Also i made this two years ago now, so i am not claiming anything about anything simply offering this script for free again.
  19. Nobody remember this programme?!?
  20. Nobody remember this programme?!?
  21. If anyone is interested in this modification let me know and i will write it up and release it free.
  22. If anyone is interested i will re-write this mod for you to use, other wise i will not bother xD
  23. Did not realise the download link was dead. Unfortunatly my external harddrive is dead and i now have only a limited amount of modifications on my pc. This is not one of them. Did anyone download a copy and still have it kicking about?
  24. Did not realise the download link was dead. Unfortunatly my external harddrive is dead and i now have only a limited amount of modifications on my pc. This is not one of them. Did anyone download a copy and still have it kicking about?
  25. Sorry didn't realise link was dead. Link revived but need to get the images again.
×
×
  • Create New...