Page 1 of 1

Extendet rank color

PostPosted: Sun May 27, 2007 11:13 am
Author: siljo
Your phpBB Version: 2.0.22
phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://siljo.game-server.cc

PHP Version: 4.4.5
MySQL Version:5.0.33


What was done before the problem appeared?
N/A


What was done to try to solve the problem?
N/A



De.scription and Message:

I need same help integrating [url=http]Extendet rank color[/url] and [url=http]Totally Erc[/url] into the blocks_imp_online_users.

Please help <img>

Re: Extendet rank color

PostPosted: Sun May 27, 2007 3:04 pm
Author: Frost
Have you tried it already and failed, or you just don't know what to do and want someone to do it for you?

Re: Extendet rank color

PostPosted: Mon May 28, 2007 2:25 am
Author: siljo
I did try and i got it working with Extendet rank color ,but i`m still having problems with totaly erc,because it`s gaving me an error.I need totaly erc for showing legend in who is online.I`m trying to make forum online and portal online to look the same.Plus i`m having problems integrating portal`s who is online and statistics.

I also have problems with bots online mod.I user is logged ot it gave this error
Wrong datatype for second argument

This are the lines in block:
Code: Select all
                    $guests_online++;                 // List Search Bots                 include_once($phpbb_root_path .'includes/functions_bots.'. $phpEx);                   $ip1 = decode_ip($row['session_ip']);                 $ip2 = explode('.', $ip1);                 $ip = $ip2[0] .'.'. $ip2[1] .'.'. $ip2[2];                         if (in_array($ip, $google))                     $online_userlist .= (!$online_userlist) ? $lang['google_spider'] ];                 if (in_array($ip, $yahoo))                     $online_userlist .= (!$online_userlist) ? $lang['yahoo_spider'] : ', ' . $lang['yahoo_spider'];                 if (in_array($ip, $msn))                     $online_userlist .= (!$online_userlist) ? $lang['msn_spider'] : ', ' . $lang['msn_spider'];                 if (in_array($ip, $altavista))                     $online_userlist .= (!$online_userlist) ? $lang['altavista_spider'] : ', ' . $lang['altavista_spider'];                 if (in_array($ip, $lycos))                     $online_userlist .= (!$online_userlist) ? $lang['lycos_spider'] : ', ' . $lang['lycos_spider'];                 if (in_array($ip, $wise))                     $online_userlist .= (!$online_userlist) ? $lang['wisenut_spider'] : ', ' . $lang['wisenut_spider'];                 if (in_array($ip, $ask))                     $online_userlist .= (!$online_userlist) ? $lang['askjeeves_spider'] : ', ' . $lang['askjeeves_spider'];  


Can somebody please help.

Re: Extendet rank color

PostPosted: Tue May 29, 2007 1:27 am
Author: siljo
Since my english is not so good i`m going to show some pictures of index.php and Viewonline.php.

Ok so i would like the Who is online part in index

[url=http][flash=,:17ypl574]http://shrani.si/thumbs/snap111eg7.jpg[/flash:17ypl574][/url]

to be viewed in Viewonline

[url=http][flash=,:17ypl574]http://shrani.si/thumbs/snap211eg8.jpg[/flash:17ypl574][/url]

This is how i would like to be viewed in viewonline ( Made in photoshop )

[url=http][flash=,:17ypl574]http://shrani.si/thumbs/snap311eg9.jpg[/flash:17ypl574][/url]

I tryed myself but no luck,can somebody help me?Please