 |
Myspace Tweaks |
 |
|
| |
| |
| |
| |
|
 |
Easy Myspace Comments
: Hide Friends |
 |
|
|
/* include("include/connection.php");
$TRecord = mysql_query("SELECT * FROM comments where comments_category = '$category' ");
// $result = mysql_query("SELECT * FROM tblStaff ORDER BY fldStaffName LIMIT $StartRow,$PageSize");
$qry = "Select * from comments where comments_category = '$category' LIMIT $StartRow,$PageSize";
//Total of record
$RecordCount = mysql_num_rows($TRecord);*/
//Set Maximum Page
$MaxPage = $RecordCount % $PageSize;
if($RecordCount % $PageSize == 0){
$MaxPage = $RecordCount / $PageSize;
}else{
$MaxPage = ceil($RecordCount / $PageSize);
}
$rs = mysql_query($qry) or die (mysql_error());
while($row = mysql_fetch_array($rs))
{
$image_name = $row['commentCategory'];
$path = $row['imagePath'];
?>
| MySpace
Tweak - Hide only your friends |
| Place
this code anywhere. |
| |
}
?>
| |
| MySpace
Tweak - Hide only your comments
|
| |
| Put
this at the bottom of your "I'd
like to Meet" |
|
|
|
|
|
|
Copyright © 2005-2007 EasyMyspaceComments.
Some myspace comment images, image codes, graphics, pictures &
animations remain Copyright their respective owners.
EasyMyspaceComments.com is not affiliated or endorsed with
MySpace.com in any way. All Trademarks are owned by their
respected owners.
Our only purpose is to Pimp Out Your Myspace profile!
|
|
|