03laceys
Members-
Posts
863 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by 03laceys
-
Game over! Your final score is 1305!
-
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"?
-
Yes might help if i uploaded a login file for you. There we go uploaded try again.
-
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.
-
No probem halfbaked good luck.
-
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)
-
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)
-
Mm thought so. Dosn't work for me strange o well xD
-
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?
-
Nope my JS definatly on.
-
Mmm strange still not working my end :/ I am using IE
-
Mmm does seem a bit strange i will try again, but there isn't much you can do wrong with this modification lol.
-
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.
-
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.
-
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.
-
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.
-
Is this engine still around for download?
-
Nobody remember this programme?!?
-
Nobody remember this programme?!?
-
[paid request] Gym pass addon [paid request]
03laceys replied to 03laceys's topic in Requests & In Production
If anyone is interested in this modification let me know and i will write it up and release it free. -
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?
-
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?