
DELETE-ME-NOW-
Members-
Posts
152 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by DELETE-ME-NOW-
-
Hello. I recently just purchased a chat script for my game, but im having trouble trying to even get it to work! Nothing comes up, or it blocks scrolling on the page. Heres the script: <link type="text/css" rel="stylesheet" media="all" href="./chat/css.php" charset="utf-8" /> <script type="text/javascript" src="./chat/js.php" charset="utf-8"></script> Ive been trying to add it to loads of different places of header.php, but all have failed :( If someone could help me then that would be great!
-
Looking Good!
-
As i went through them, they got alot better. I liked the old diary one. But i would consider making the login boxes a bit smaller. But alot of potential here!
-
Got a bit bored and made a login on photoshop. Feel free to use it. Yea shit i know. But ohh well ;) Download PSD
-
Lol. Im not sure how i didnt see that lol... So what would go instead of $q?
-
Thanks for the advice Armageddon. As ive never acualy used tables before, this code was referenced from my criminal.php file... So $q is prob something to do with crimes lol... Is that what is causing the table not to show properly?
-
<?php include 'globals.php'; if($ir['donatordays'] < 1) { die('This is for donators only!'); } echo' Welcome to the gym membership hall! '; if($ir['gym'] > 1) { echo" You are currently a member of XXX gyms!"; } else { echo" You are not a member of any gym at the momment. Please join one of the gyms below!"; } echo" <table width='90%' cellspacing=1 class='table'><tr><th>Gym Name</th> <th>Cost Per Week</th> <th>Level</th> <th>Join</th></tr>"; while($r=$db->fetch_row($q)) { print "<tr><td align='center' colspan='5' class='h'> [b]{$r['gymgroupNAME']}[/b]</td></tr>"; foreach($crimes as $v) { if($v['gymGROUP'] == $r['gymgroupID']) { print "<tr> <td>{$v['gymNAME']}</td> <td>{$v['gymCOST']}</td> <td>{$v['gymLEVEL']}</td> <td><div class='perform_btn'>[url='joingym.php?c={$v[']Join[/url]</div></td> </tr>"; } } } print "</table>"; $h->endpage(); ?> Not really much too it the now lol... This code i just started :)
-
Im in need of a little noob help :) Im trying to make a gym memberships MOD for my game (First mod), and ive got everything nearly done, but then i come to the table part where to view the available gyms... None of the gyms are showing up even after i have added them to phpMyadmin Heres my table: echo" <table width='90%' cellspacing=1 class='table'><tr><th>Gym Name</th> <th>Cost Per Week</th> <th>Level</th> <th>Join</th></tr>"; while($r=$db->fetch_row($q)) { print "<tr><td align='center' colspan='5' class='h'> [b]{$r['gymgroupNAME']}[/b]</td></tr>"; foreach($crimes as $v) { if($v['gymGROUP'] == $r['gymgroupID']) { print "<tr> <td>{$v['gymNAME']}</td> <td>{$v['gymCOST']}</td> <td>{$v['gymLEVEL']}</td> <td><div class='perform_btn'>[url='joingym.php?c={$v[']Join[/url]</div></td> </tr>"; } } } print "</table>"; I know this is probably something simple, as im still a noob. Can someone please point ot to me where i am going wrong? Thanks!
-
Thanks. Got it fixed thanks to skalman. Thanks bud
-
Ok. I done what you sayed, now im getting unexpected t_lumber or something :(
-
That sounds about right skalman Ill try it and post here :)
-
same again :(
-
Exact same probme with that too :( Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
-
While i was changing my game so that you can only view the EXP bar in a certain city, i encountered this problem...: Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING The statement i was using is : if($ir['location']==9) { <img src=bar_left_purp.gif height=13><img src=barpurple.gif width=$brperc height=13><img src=barred.gif width=$bropp height=13><img src=bar_fil_end.gif height=13> [b]EXP:[/b] {$experc}% } Wheres the error there? Thanks for any help!
-
Its not paid :) Its only paid if you want updates ect :)
-
Ok. So i found this pretty good chat from - http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/ Its pretty much the same as the torn one. But im having problems accualy adding it to my game. Could anyone tell me where exactly, and how to add this? Thanks.
-
mccode-v2 Stock Market
DELETE-ME-NOW- replied to Dillion & Amanda 4 Lif's topic in Free Modifications
I like the look of this mod. But what does it acualy do? can someone please explain to me lol? -
Any Gfx makers atall? Please mail me so we can discuss!
-
Well i fixed it. Turns out it was only me with the problem. I dleted ll my cookies, and i was rolling again! :)
-
When i goto my game, i am getting several errors similar to these: Warning: session_start() [function.session-start]: open(/tmp/sess_90099c579daacc3c2e2c54e50ef98806, O_RDWR) failed: Permission denied (13) in /home2/****l/public_html/core.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 3 Warning: session_start() [function.session-start]: open(/tmp/sess_90099c579daacc3c2e2c54e50ef98806, O_RDWR) failed: Permission denied (13) in /home2/****/public_html/authenticate.php on line 16 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/***/public_html/authenticate.php:16) in /home2/mafiakil/public_html/authenticate.php on line 16 Warning: Cannot modify header information - headers already sent by (output started at /home2/***l/public_html/authenticate.php:16) in /home2/mafiakil/public_html/authenticate.php on line 77 Warning: Unknown: open(/tmp/sess_90099c579daacc3c2e2c54e50ef98806, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 Coming up on authenticate.php too :/ I have changed NOTHING. But i fear i may have just been hacked. Any advance on what im experiencing?
-
Theres a part at the top right of the screen. There you can search threads and all tht. Incase you didnt know. NOONE is goin to make you a custom layout for free. Most of the avalible free tempates have alreay been posted on this site.
-
If you want anything decent at all, then your gona have to pay $50+. Otherwise, use the search feature. Someones not gona just make something this big for free unless they feel lie it. Not via request.
-
Isnt there a part you need to add to inventory?
-
Ah ok then. Thanks alot bud :D