Ok Here are some info about it:
- This is my first edites and release, hope i will help.
1.Based On Scutt WebPage
2.Server Status
3.Accounts Status
4.New BackRound Picture
90% of credits to scoot ;D
..:: ScreenShot ::..
..:: Download ::..
Printable View
Ok Here are some info about it:
- This is my first edites and release, hope i will help.
1.Based On Scutt WebPage
2.Server Status
3.Accounts Status
4.New BackRound Picture
90% of credits to scoot ;D
..:: ScreenShot ::..
..:: Download ::..
nice work if its yours.. ;)
maybe gonna use it
I recommend that the use-the site very good ...
Fucking dickhead this is my site all you did was change the banner image, Jesus noob fail.
Oh and you changed the background to a grey color? Such hard work. This isn't a release you noob and you will get no credits from this.
Reporting thread
*Removed.
How the hell does this offend you? You released your work to the public, diegoalefru edited it, he credited you, and he even listed what exactly he changed. It's not his fault if he's credited for it because some idiot didn't take the time to read his post. There's nothing wrong with his post/thread.
Theres a difference between based on and, credits to Scott.
He changed a 10kb banner and made a thread about it thats the problem.
There's also a difference in asking someone politely to change a bit of what they posted and being a complete ass about something small.
If you're not ok with minor shit like this, then don't bother releasing your stuff.
@ScottDavey: I don't see anywhere on the release "You may not reproduce this work and release it in any way" or the like whatsoever. So until you start doing that, you may not go bitch about person X editing the stuff a little and releasing the edited work.
Even if he is "noob", at least he is not saying the work is all his and is giving you credit for basing his edits off of your released website for the public.
That's a pretty god damn huge difference from what I see in the pictures, and it looks a lot cleaner than yours.
(I apologize for stretching the page).
http://img155.imageshack.us/img155/5287/basiczb3.pnghttp://img297.imageshack.us/img297/9671/jku5xzxz5.png
I like the new one better. Btw, I like lofts too.
I love both templates been looking and only 1 row appears for each section.
E.g
Top Level
Name: test - Level: 135
Top Devil
Name: test2 - Pk Points: 21
Top Moneybags
Name: test3 - Gold: 1000042119
Top Bulker
Name: test4 - CPs: 999999999
how do i make it so more then 1 appears.
E.g
Top Level
Name: test - Level: 135
Name: test2 - Level: 100
Name: test3 - Level: 10
Like that please help me and can post on here ore PM me please.
Suppose you change LIMIT 1 to 5, I believe it's adding to the array, so you'd also need to add the extra values in echo"", since it's only displaying the first element in the arrays.
Try that and see if it works.Code:$res = mysql_query("SELECT CharName FROM characters ORDER BY Level DESC LIMIT 5;");
$res2 = mysql_query("SELECT Level FROM characters ORDER BY Money DESC LIMIT 5;");
$val = mysql_fetch_array($res);
$val2 = mysql_fetch_array($res2);
echo "<div style='top: 200; left: 550; position: absolute; z-index: 1; visibility: show;'>Top Level<br> <b>Name:</b> ".$val[0]." - <b>Level:</b> ".$val2[0]." <b>Name:</b> ".$val[1]." - <b>Level:</b> ".$val2[1]." <b>Name:</b> ".$val[2]." - <b>Level:</b> ".$val2[2]." <b>Name:</b> ".$val[3]." - <b>Level:</b> ".$val2[3]." <b>Name:</b> ".$val[4]." - <b>Level:</b> ".$val2[4]."</div>";
Thank you to everyone who helped me i got another little question.
How do we do the code to get top Trojans.
E.g.
Rank Name Level Spouse GuildName
1 test 130 Love Ragezone
anyone know the code to show all of that.
Please help me.
Thank You.
Job=15;
;)
Dude do some work yourself, use my example and the code you already got and you got it.. you expect everybody else to code it..
ive almost got it to work but got alittle question to make ti query for only trojans and highest lvl how would i do it.
Like this?
ORDER BY Level, Job= <9>16; DESC LIMIT 1;");
Plz respond soon.
lol a question job?
ive got all of rank page working but cant get guildname working.
This isn't a php help thread, the guy that created it is a noob hes very unlikely to help you
lol youfail.org
yeayea w/e its not yours.
It belongs to its original owner.
The image goes to original site.
The text goes to ur notepad or any of that shit.
You better read this.
"We don't care, as long we can use it for free".
So next time put a legal copyright on it? Oh wait, I bet u just download other theme and edit that shit too.
So ur da most noob one in here :) have u ever heard of Open Source?
endo scott made the website =.= try using the SEARCH button or something.
then why do you keep bitching at people when they tell you its their sources?
Hes a noob, He thinks because he joined in 2004 that hes UBER PWNER 1337.
Nab.
PS i coded it from scratch. And whats it got to do with a theme seriously stop trying to act like you know what your talking about
Register:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\AppServ\www\register.php on line 63
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\AppServ\www\register.php on line 64
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in C:\AppServ\www\register.php on line 64
can uhelp me