Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Addons

Post Reply
 
Thread Tools
  #1  
Old 08-20-2008, 02:36 PM
idneo Offline
forum loafer
 
Join Date: Jul 2008
Posts: 15
my_blog_visitors - version 1.0

anyone heard about this pixelpost plugin ?
''my_blog_visitors - version 1.0''
i can't find it in the addon section ...

thank you
ion p.
Reply With Quote
  #2  
Old 09-03-2008, 10:52 PM
idneo Offline
forum loafer
 
Join Date: Jul 2008
Posts: 15
...please find attached picture ...
http://rapidshare.com/files/14242739..._page.JPG.html

thank you,
Ion P.
Reply With Quote
  #3  
Old 09-04-2008, 12:12 PM
Ubbe's Avatar
Ubbe Offline
pixelpost guru
 
Join Date: Apr 2006
Location: Denmark
Posts: 151
it's an addon made by moodaholic, and it's not public.
__________________
Best Regards
Ubbe - UbbeDall.dk | Photoblog
Reply With Quote
  #4  
Old 09-04-2008, 03:16 PM
idneo Offline
forum loafer
 
Join Date: Jul 2008
Posts: 15
it's all clear now ...
thank you Mr.
Reply With Quote
  #5  
Old 01-15-2009, 10:57 PM
idneo Offline
forum loafer
 
Join Date: Jul 2008
Posts: 15
hi again , it's been a while ...
someone help me to create this php code but i'm not sure if it's working because i can't create the addon ... could someone check and help me please ?

PHP Code:
<?php


$hostname 
"localhost";
$dbuser "myuser";
$dbpassword "mypasswprd";
$dbname "mydbname";

     
$db_link=mysql_connect($hostname$dbuser$dbpassword
     or die(
"Unable to connect to the server!");

     
mysql_select_db($dbname)
     or die(
"Unable to connect to the database");


$sql "SELECT `name`, `url` FROM `pixelpost_comments` GROUP BY `name` ORDER BY `id` DESC";

$result mysql_query($sql);

while(
$row mysql_fetch_array($result)){

?>
  <a href="<?=$row['url']?>">
  <?=$row['name']?>
  </a>&nbsp;&bull;
  <?}?>
Reply With Quote
  #6  
Old 01-16-2009, 09:02 PM
idneo Offline
forum loafer
 
Join Date: Jul 2008
Posts: 15
I found the solution ....
http://www.pixelpost.org/extend/addo...menters-basic/

:-)
cheers
idneo
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 06:12 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs