morgan1122
Members-
Posts
168 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by morgan1122
-
If you get someone good PM me im looking for one aswell dont want to create a topic about it
-
That game is so good :p
-
Cant wait for the free dps :)
-
Looks goof have you got an estamate of how long its going to be till its out?
-
Good luck danny cant wait for it to be out :)
-
Nice ;)
-
Parse error: syntax error, unexpected T_STRING in /home/corrupt1/public_html/viewuser.php on line 108 104 $rr=$db->query("SELECT * FROM referals WHERE refREFER={$r['userid']}"); 105 print $db->num_rows($rr); 106 print " 107 Friends: {$r['friend_count']} 108 echo "Enemies: {$r['enemy_count']} 109 </td> <td> 110 Friends: {$r['friend_count']} 111 Enemies: {$r['enemy_count']} 112</td> <td>";
-
The download Page has an error :(
-
Thanks alot mate it helped me so much now its all working
-
thats what i got below when i tryed adding it mate #1050 - Table 'items' already exists
-
im asking were wo i find my mysql for amour mate because i dont know were i can find it
-
Cheers Dom You Help Me Alot Can You Tell Me Your MSN Please Buddy :)
-
So what should i change it to Dom
-
sorry i dont understand i havent got armour power i think i need that were do i find the sql to insert?
-
There all the tables i have in my items
-
What table needs droped itmid itmtype itmname itmdesc itmbuyprice itmsellprice itmbuyable effect1_on effect1 effect2_on effect2 effect3_on effect3 weapon
-
Can someone please repost the V2 Version of this fully working please i couldnt find it thanks guys
-
Enemies: {$r['enemy_count']} </td> <td>"; Friends: {$r['friend_count']} Enemies: {$r['enemy_count']} </td> <td>"; This is from lines 108 to 112 Please help
-
is that by phpmyadmin? and how i do it?
-
QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO items VALUES('',1,'DEFAULT','DEFAULT',1,1,1, '1', 'a:4:{s:4:\"stat\";s:2:\"hp\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:7:\"percent\";s:10:\"inc_amount\";i:100;}', '0', 'a:4:{s:4:\"stat\";s:6:\"energy\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:6:\"figure\";s:10:\"inc_amount\";i:0;}', '0', 'a:4:{s:4:\"stat\";s:6:\"energy\";s:3:\"dir\";s:3:\"pos\";s:8:\"inc_type\";s:6:\"figure\";s:10:\"inc_amount\";i:0;}', 0, 0) This is the error i got when i tryed to create an item dont know what it is or if its a table in PHPMyAdmin how do i delete it Thanks
-
All Works then i get to userlist.php and i get the error below Parse error: syntax error, unexpected '<' in /home/corrupt1/public_html/viewuser.php on line 110
-
mccode-v2 New and improved inventory code sources for free!
morgan1122 replied to MDK666's topic in Free Modifications
I done this and got -------------------------------------------------------------------------------- Parse error: syntax error, unexpected '&' in /home/corrupt1/public_html/smenu.php on line 13 on my staff.php someone help -
if($ir['donatordays'] > 0) { print " [[url='friendslist.php?action=add&ID={$r[']Add Friends[/url]] [[url='blacklist.php?action=add&ID={$r[']Add Enemies[/url]]<td/></td>"; } print "</td></tr> "; print "</td></tr></table>"; } $h->endpage(); } } ?> i have if($ir['donatordays'] > 0) { print " [[url='friendslist.php?action=add&ID={$r[']Add Friends[/url]] [[url='blacklist.php?action=add&ID={$r[']Add Enemies[/url]] "; } print "</td><td>"; if($ir['user_level'] == 2 || $ir['user_level'] == 3 || $ir['user_level'] == 5) { $r['lastiph']=@gethostbyaddr($r['lastip']); $r['lastiph']=checkblank($r['lastiph']); $r['lastip_loginh']=@gethostbyaddr($r['lastip_login']); $r['lastip_loginh']=checkblank($r['lastip_loginh']); $r['lastip_signuph']=@gethostbyaddr($r['lastip_signup']); $r['lastip_signuph']=checkblank($r['lastip_signuph']); print "<h3>Internet Info</h3><table width='100%' border='0' cellspacing='1' class='table'> <tr><td></td><td class='h'>IP</td><td class='h'>Hostname</td></tr> <tr><td class='h'>Last Hit</td><td>$r[lastip]</td><td>$r[lastiph]</td></tr> <tr><td class='h'>Last Login</td><td>$r[lastip_login]</td><td>$r[lastip_loginh]</td></tr> <tr><td class='h'>Signup</td><td>$r[lastip_signup]</td><td>$r[lastip_signuph]</td></tr></table>"; print "<form action='staffnotes.php' method='post'> Staff Notes: <textarea rows=7 cols=40 name='staffnotes'>{$r['staffnotes']}</textarea> <input type='hidden' name='ID' value='{$_GET['u']}' /> <input type='submit' value='Change' /></form>"; } else { print ""; } print "</tr></table>"; } } function checkblank($in) { if(!$in) { return "N/A"; } return $in; } $h->endpage(); ?>
-
can someone post what it should be please as im crap at php/html im learning tho