• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Gesior latestnews issue

Queari

New Member
Joined
Feb 27, 2015
Messages
75
Reaction score
1
Hello I got a little problem with my latestnews.php, as you can see does not show images for guilds and does not show Who joined last and other things :)
2w5irtv.png

and this is my latestnewst.php
Code:
http://pastebin.com/xnY9vHjR
 
Can't enter your website, so check if you can see the images in your guilds page.
Might be a problem with the guild image loader php file or if they are all default images that you don't have that file(The script cannot add an image it can't find).
 
Because my pc is not launched.. What about the last joined thing, can anyone repair the php file ? Please :)
 
If you had znote acc before, people have to change guild logos on your new gesior website!
 
Nope I did not have znote acc, @WibbenZ In guilds page it shows guilds logo normally, although it happens only on main page, if you are online you can check my website now, zelita.hopto.org
 
To have a logo, change this:
Code:
<img src="guilds/default_logo.gif" width="64" height="64" border="0">
This configuration thinks your logo is at:
Code:
http://zelita.hopto.org/guilds/default_logo.gif

Probably it's in images folder.

And the problem with Stats is probably caused by not defined query.
 
Yeah I got it now, it was in images folder, I had to change the destination and name of gif file :), thanks anyways
I have defined query before, but might they were wrong or something :p
 
For newest player you need to make query, that select player with last id.
For best player, select player by lvl.
All the rest is counting values in tables.
 
Back
Top