PDA

View Full Version : my_blog_visitors - version 1.0


idneo
08-20-2008, 02:36 PM
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.

idneo
09-03-2008, 10:52 PM
...please find attached picture ...
http://rapidshare.com/files/142427399/moodaholic_blog_page.JPG.html

thank you,
Ion P.

Ubbe
09-04-2008, 12:12 PM
it's an addon made by moodaholic, and it's not public.

idneo
09-04-2008, 03:16 PM
it's all clear now ...
thank you Mr.

idneo
01-15-2009, 10:57 PM
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


$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;
<?}?>

idneo
01-16-2009, 09:02 PM
I found the solution ....
http://www.pixelpost.org/extend/addons/top-commenters-basic/

:-)
cheers
idneo