
Samurai Legend
Members-
Posts
483 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Events
Everything posted by Samurai Legend
-
This is great! I just added this to my site and I am loving it. Thanks for the share mate.
-
Hello Guest, thanks for the share! This is great just added it to my website. +1 It's much quicker for me to change to my Test Account.
-
@Peter - Probably another 2 - 3 weeks, I will master HTML! After learning HTML I will move onto learning CSS. It's easy for me as I can remember a lot. And thanks :) @Lucky - Thanks for pointing the mistake out. Just give me about 2 - 3 weeks, I will learn! I am determined to learn :P @Kyle - Thanks bud :) @Guest - I like dicks...
-
I am soon going to be mastering HTML! I started today on Code Academy. I've learned a lot! Example - <!DOCTYPE html> <html> <head> <title>Samurai Assault</title> </head> <body style="background-color:grey"> <h3 style="font-family: Arial; color:red">List of things I hate!</h3> <ul style="background-color:red"> <li style="font-family:Impact; color:blue; font-size:10px">Liars</li> <li style="font-family:Impact; color:blue; font-size:10px">Black Mailers</li> <li style="font-family:Impact; color:blue; font-size:10px">Theifs</li> </ul> <p>Thats <strong>All</strong>. Come <em>back</em> later</p> </body> </html>
-
Alright, I'll start looking tomorrow for a good tutorial. Within 3 weeks, I should be releasing a template.
-
The first two I made, I used a tutorial. The 3rd one I used my own mind. There's a lot of tutorials, how ever I find them really complex and hard to understand.
-
Yeah haha, the colours also did startle me to. How ever this is just practise when I get the hang of it, I am sure my imagination will run wild.
-
-
Thanks MNG for sharing it with the community! I am creating something should be released around 10:30AM :)
-
Hello and thanks for your feed back guys! @Gamble - Thanks man! Probably in a few months time, I will be making great templates! @Kyle - Thanks for the advice bud :D I appreciate it! @MNG - Thanks for being honest bud! I respect you for being honest! I will PM you about the PSD, so I can fiddle about with. @Script - Thanks man :) Third template should be out by today. :)
-
Thanks Djkanna for the feedback! This is my second piece I have created. [ATTACH=CONFIG]1342[/ATTACH]
-
Hello. This is my first time designing a template. It's rubbish to be honest. But practise makes perfect! I also want true opinions. (Harsh comments included) I also will need advice. And if anyone wants to help me out. PM me your skype name. Here's my first template. [ATTACH=CONFIG]1341[/ATTACH]
-
Thanks guys :)
-
Jail (Users don't show up?)
Samurai Legend replied to Samurai Legend's topic in Modification Support
I don't really know why it's playing on my server. I'll get the bust file fixed asap! Jail Bust fixed. -
Jail (Users don't show up?)
Samurai Legend replied to Samurai Legend's topic in Modification Support
Still don't work..? - - - Updated - - - I fixed it. I changed INNER JOIN to LEFT JOIN! Thanks all for helping :) -
Jail (Users don't show up?)
Samurai Legend replied to Samurai Legend's topic in Modification Support
Oh that's when I was trying to fix the error xD But still didn't work when I change it to jail > 0 -
Hello. I've been trying to create a new jail to go with my game. How ever the users do not show up on in jail? Any ideas why? Heres my code - <?php require('globals.php'); echo "<h3><u>Jail</u></h3>"; if(!isset($_GET['st'])) { $_GET['st'] = 0; } if(!$_GET['st']) { $_GET['st']=0; } $st=abs((int) $_GET['st']); $q=$db->query("SELECT `jail` FROM `users` WHERE `jail` > 0"); $membs=$db->num_rows($q); $pages=ceil($membs/25); for($i=1;$i<=$pages;$i++) { $s=($i-1)*25; if($s==$st) { echo "Pages: <strong>$i</strong> "; } else { echo "<a href='jail.php?&st=$s'>$i</a> "; } if($i % 25 == 0) { echo "<br />"; } } echo "<br /> <hr width='50%'>You take a trip down to the jail and take a look at the latest convicts.<hr width='50%'><br /> <hr width='85%'><table width='85%' class='table' border='0' cellspacing='1'><tr><th>Name</th><th>Level</th><th>Time</th><th>Reason</th><th>Bail</th> <th>Actions</th></tr>"; $q=$db->query("SELECT `u`.*, `c`.* FROM `users` AS `u` INNER JOIN `gangs` AS `c` ON `u`.`gang`=`c`.`gangID` WHERE `u`.`jail` > 0 ORDER BY `u`.`jail` DESC LIMIT $st, 25"); while($r=$db->fetch_row($q)) { $cost=25*$r['jail']*$r['level']; $cf=number_format($cost); $time=$r['jail']; $t4=floor($time/60/24); $t1=floor($time/60) % 24; $t2=$time % 60; if($t2 < 10) { $t3="0".$t2; } else { $t3=$t2; } if($t4) { $t5="$t4 days,"; } else { $t5=""; } if($t1) { $t1="$t1 hours,"; } else { $t1=""; } if($t2 == 1) { $t2="1 minute"; } else { $t2="$t2 minutes"; } print "\n<tr><td> <a href='viewuser.php?u={$r['userid']}'>{$r['username']}</a> [{$r['userid']}]</td><td>{$r['level']}</td><td>$t5 $t1 $t2</td><td>{$r['jail_reason']}</td><td>$$cf</td><td>[<a href='jailbust.php?ID={$r['userid']}'>Bust</a>] [<a href='jailbail.php?ID={$r['userid']}'>Bail</a>] [<a href='jailbribe.php'>Bribe</a>] [<a href='jailbreak.php'>Break</a>]</td></tr>"; } if($db->num_rows($q) == 0) { echo "<td colspan='6'>There is no one in jail!</td>"; } echo "</table><hr width='85%'><br /><hr width='50%'><a href='index.php'>> Go Home</a><hr width='50%'><br />"; $h->endpage(); ?>
-
Hey Kyle, thanks for pointed out the error. And thanks Veramis for telling me how to resolve the problem. This problem is now fixed.
-
Hello MWG! I am here to learn how to create a template. I need advice about how to create a template. Few good tutorials from anyone! These are the softwares I have - [ATTACH=CONFIG]1337[/ATTACH] If I learn enough and get the hang of creating templates, I will then make a good template and release a template for MCCodes V2. (PSD Only) Thanks for listening guys.
-
Okay, I am literally going to change all the MCCodes into something different for my game. I so far re - coded the lucky box and made it much more better. Lucky Box is now called Wheel Of Destiny. Crystals Temple to Coin Temple (Re-coded and much better) Crimes re-coded, new estate agent. Added few modifications which I was given by a friend.
-
Hello all, I am here to introduce a new game. Samurai Assault! I am here today to see your opinions about the game. How ever the game is only 30% done. There's a lot to do. I am here also for ideas and ways I can make the game more interesting and fun to play. I also need ideas and some advice. I know quite a lot of PHP and how to use phpmyadmin. If there's anything you wanna know, please comment below.