Core Feature Sitemap

Harris Marfel

Top 100 Online Gaming
i got this message when execute /sitemap.php

Code:
Strict Standards: Non-static method base::rank_by() should not be called statically in /home/top100o1/public_html/sitemap.php on line 83
 
Warning: Cannot modify header information - headers already sent by (output started at /home/top100o1/public_html/sitemap.php:83) in /home/top100o1/public_html/sitemap.php on line 85
http://www.top100onlinegaming.com 2013-01-20T21:00:15+07:00 daily 1.0 http://www.top100onlinegaming.com/category/ACE-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Aion/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Cabal-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Ether-Saga/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Fiesta-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Flyff-/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Forsaken-World/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Gunbound-/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Gunz-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Jade-Dynasty-/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Lineage-2/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Luna-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Minecraft-/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Mu-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/O2Jam/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Perfect-World/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Ragnarok-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Ragnarok-Online-2/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Ran-Online-/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/RF-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Risk-Your-Life/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Rose-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/Seal-Online/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/War-of-the-Immortals/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/category/World-of-Warcraft-/ 2013-01-20T21:00:15+07:00 daily 0.9 http://www.top100onlinegaming.com/details/bluestorm/ 2013-01-20T21:00:15+07:00 monthly 0.7 http://www.top100onlinegaming.com/details/brian/ 2013-01-20T21:00:15+07:00 monthly 0.7 http://www.top100onlinegaming.com/details/hrace009/ 2013-01-20T21:00:15+07:00 monthly 0.7 http://www.top100onlinegaming.com/details/moltenwow/ 2013-01-20T21:00:15+07:00 monthly 0.7 http://www.top100onlinegaming.com/details/pwaera/ 2013-01-20T21:00:15+07:00 monthly 0.7 http://www.top100onlinegaming.com/details/robb/ 2013-01-20T21:00:15+07:00 monthly 0.7
and at google sitemap i got this message:
1.JPG

it will be good if it produce with XML format
 

Basti

Administrator
Staff member
Can you try to open sitemap.php and find this line
Code:
$order_by = base::rank_by()." DESC";
and replace it with
Code:
$base = new base;
$order_by = $base->rank_by()." DESC";
Let me know if that gets rid of the error
 

Harris Marfel

Top 100 Online Gaming
Can you try to open sitemap.php and find this line
Code:
$order_by = base::rank_by()." DESC";
and replace it with
Code:
$base = new base;
$order_by = $base->rank_by()." DESC";
Let me know if that gets rid of the error
thanks, it works

here the prove
Capture.JPG

Capture1.JPG
 
Top