Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.220
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Whose online block recommend?
Whose online block recommend?

6 Replies / 1586 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » Blocks

View previous topic :: View next topic


THENemesis
Reputation: 2.8 Add RepSubtract Rep
Local time: 9:50 AM

blank.gif

Spammer
Spammer

0.06 posts per day
Medals: 0

Joined: Oct 02, 2008
Last Visit: 11 Mar 2010
Posts: 83
Points: 2233 

Post Whose online block recommend? Posted: Sun Nov 02, 2008 10:31 pm

Hi All.. i have downloaded 2 whose-online blocks,
1 didnt work and the other one just shows info like there are 2 online users & 3 guests
Also tried the who-is-where but it screwed my site up and had to do backup..

What im looking for is to see all actual logged in usernames like you do at the bottom of the forum "but" in the form of a block...
Would be nice to see where they were aswell ;)
Is either or both of these possible? and can anyone recommend or guide me to it as i can't seem to find this please
thanks
Stuart
 

 
View user's profileSend private message Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 9:50 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.16 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Re: Whose online block recommend? Posted: Tue Nov 04, 2008 4:41 am

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Their are a few out their, but honestly none I would suggest. They all have their downfalls.

The best I can provide is something like our login block which shows the logged users and guest ips. You can find it in our downloads something like clan themes login block.

Just search clan themes at www.clan-themes.co.uk/search.html
 

Phpnuke Downloads | VMaxxRx Male Enhancement  
View user's profileSend private messageVisit poster's website Reply with quote

THENemesis
Reputation: 2.8 Add RepSubtract Rep
Local time: 9:50 AM

blank.gif

Spammer
Spammer

0.06 posts per day
Medals: 0

Joined: Oct 02, 2008
Last Visit: 11 Mar 2010
Posts: 83
Points: 2233 

Post Whose online block recommend? Posted: Tue Nov 04, 2008 1:01 pm

you mean "Login v1.9 Block"??
there are so many when i search login block

*EDIT*

oh i think i found it.. info-box-block-v11 ???
 

 
View user's profileSend private message Reply with quote


THENemesis
Reputation: 2.8 Add RepSubtract Rep
Local time: 9:50 AM

blank.gif

Spammer
Spammer

0.06 posts per day
Medals: 0

Joined: Oct 02, 2008
Last Visit: 11 Mar 2010
Posts: 83
Points: 2233 

Post Whose online block recommend? Posted: Tue Nov 04, 2008 1:43 pm

Well info-box-block-v11
was the one!
excellent thanks very much.!!
did i have to put a link or something? couldnt make it out.. ?

thanks again

stu
 

 
View user's profileSend private message Reply with quote

THENemesis
Reputation: 2.8 Add RepSubtract Rep
Local time: 9:50 AM

blank.gif

Spammer
Spammer

0.06 posts per day
Medals: 0

Joined: Oct 02, 2008
Last Visit: 11 Mar 2010
Posts: 83
Points: 2233 

Post Whose online block recommend? Posted: Tue Nov 04, 2008 6:49 pm

Hi, i cant seem to get the server time to show GMT correctly. I tried php.net/date and tried all the letters but can only get as close as
Server Time:
Nov 04, 2008
07:40 pm Europe/Berlin which is 1 hour infront of GMT..

this is the code im using
Code:
<tr><td>
<img src="images/info/time.png" alt=""> <strong>Server Time:</strong><br />
<div style="padding-left: 18px;">
'. date('M d, Y <b\r /> [b]h:i a e[/b]').'
</div>
</td></tr>

i tried
O
Ie
P
T

also, for this block... is there a way of showing IP address of every online member instead of just guests?
Code:
// how many newest members to show
$recent_member_count = 2;
// show online guests IP in online list
$show_guest_list = true;
// how long before inactive uses are dropped from online list
$max_session_mins = 10;
// maximum number of guests to display
$max_display_guests = 5;
// maximum number of members to display
$max_display_members = 10;
// notify users of private message by using a javascript drop box
$pm_notify_dropin = true;
// if set to true, users will only be notified of private messages once per visit
$pm_dropin_once = false;
// set the colors for the dropin box
$dropin_bgcolor = '#EEEEEE';
$dropin_bordercolor = '#4C44BA';


if ( !defined('BLOCK_FILE') ) {
    Header("Location: ../index.php");
    die();
}

global $db, $prefix, $user_prefix, $user, $sitekey, $gfx_chk, $admin;

$content = '
<!-- Start Info -->
<table width="100%">
';

// get user info/show login
if (is_user($user))
{
  $uinfo = cookiedecode($user);
 
  $content .= '<tr><td style="border-bottom: 1px dotted #CCCCCC; padding-bottom: 4px; padding-top: 4px;" title="Hello '. $uinfo[1] .'">
  <a href="modules.php?name=Your_Account&amp;op=edituser" style="text-decoration: none" title="Edit Account Info"><img src="images/info/user.png" alt="" style="border: 0px;"> <span style="font-size: 14px;"><strong>'. $uinfo[1] .'</strong></span></a><br />';
  $content .= '<div>';
  $content .= '<img src="images/info/your_ip.png" alt="">  <strong>'. $_SERVER['REMOTE_ADDR'] .'</strong><br />';
  $content .= '<a href="modules.php?name=Forums&amp;file=search&amp;search_id=egosearch" style="text-decoration: none" title="View Your Forum Posts"><img src="images/info/your_posts.png" alt="" style="border: 0px;"> <strong>Your Forum Posts</strong></a><br />';
  $content .= '<a href="modules.php?name=Your_Account&amp;op=logout" style="text-decoration: none" title="Logout"><img src="images/info/logout.png" alt="" style="border: 0px;"> <strong>Logout</strong></a>';
  $content .= '</div></td></tr>';
 

thanks ;)
 

 
View user's profileSend private message Reply with quote

Untergang
Reputation: 642.5 Add RepSubtract Rep
votes: 6
Local time: 3:50 PM
Location: Lommel
belgium.gif

Stand-by Stand-by
Stand-by Stand-by

0.19 posts per day
Medals: 0

Joined: May 08, 2007
Last Visit: 31 Oct 2011
Posts: 346
Points: 22131 

Post Re: Whose online block recommend? Posted: Tue Nov 04, 2008 7:59 pm

Try replacing
Code:
'. date('M d, Y <b\r /> [b]h:i a e[/b]').'

with:
Code:
'. date('M d, Y <b\r /> [b]h:i a e[/b]', time()-3600).'
 

UDesigns.be  
View user's profileSend private messageSend e-mailVisit poster's website Reply with quote


THENemesis
Reputation: 2.8 Add RepSubtract Rep
Local time: 9:50 AM

blank.gif

Spammer
Spammer

0.06 posts per day
Medals: 0

Joined: Oct 02, 2008
Last Visit: 11 Mar 2010
Posts: 83
Points: 2233 

Post Whose online block recommend? Posted: Tue Nov 04, 2008 8:08 pm

Uttergang to the rescue again! lol
thanks m8...
I dont know why the & wont work so edited it to this
Code:
'. date('M d, Y <b\r /> h:i a', time()-3600).'

the "e" i also took out because it was showing "europe/berlin" underneath...
 

 
View user's profileSend private message Reply with quote
Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » Blocks


 
6 Replies / 1586 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum