jaringan kok milih2 situs ada yang cepat ada yang lambat. .[/quote]
aneh yah??
Last edited by assassin (2008-05-23 08:40:47)
Last edited by assassin (2008-05-23 08:59:39)
strezzpc
udah bro ....
van ilmi
udah jg bro ...
apa y yg salah ?
junkir blik saya perbaiki g jg jalan ...
Last edited by assassin (2008-05-23 09:02:32)
semua
mo tanya apa ada yang salah dengan skript ini
<">
){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a<4)
a++
else
a=1
setTimeout("rattleimage()",50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}
</script>
</head>
<body>
<?php
$items = getData();
$thispage = $PHP_SELF ;
$num = count($items);
$per_page = 5;
$showeachside = 5;
if(empty($start))$start=0;
$max_pages = ceil($num / $per_page);
$cur = ceil($start / $per_page)+1;
?>
<?php
for($x=$start;$x<min($num,$start+$per_page);$x++){
if(($x % 2) == 1) {
echo "\t<div class=\"stxt1\">\n";
echo "\t\t<div class=\"dtxt1\">\n";
}
else {
echo "\t<div class=\"stxt0\">\n";
echo "\t\t<div class=\"dtxt0\">\n";
}
$k=date("D d F Y H:i:s ",$items[$x]['timestamp']+$oss+18000)." GMT".$osh;
$minute=floor((double)$items[$x]['duration']/60);
$second=fmod((double)$items[$x]['duration'],60);
if(!$items[$x]['exit']) $online="<span class=\"online\">ONLINE</span> ";
else $online="";
echo "\t\t</div>\n";
echo "\t\t<div class=\"imgblock\">\n";
echo "\t\t\t\t\t<a title=\"".$items[$x]['name']."\" href=\"http://profiles.friendster.com/".$items[$x]['id']."\" target=\"_blank\">";
echo "<img src=\"".$items[$x]['url']."\" alt=\"".$items[$x]['name']."\" class=\"shakeimage\" onMouseover=\"init(this);rattleimage()\" onMouseout=\"stoprattle(this);top.focus()\" onClick=\"top.focus()\" />";
echo "</a>\n";
echo "\t\t</div>\n";
echo "\n\t\t\t<div class=\"content\">\n";
echo "\n\t\t\t<span class=\"namef\"><a title=\"".$items[$x]['name']."\" href=\"http://profiles.friendster.com/".$items[$x]['id']."\" target=\"_blank\"> ";
echo $items[$x]['name'];
echo "</a></span> | ".$items[$x]['visits']." visit(s) < ".$minute." min ".$online."\n";
echo "\n\t\t\t<br />".$k."\n";
echo "\n\t\t\t<br />".$items[$x]['gender']." \n";
echo "\n\t\t\t".$items[$x]['age']." \n";
echo "\n\t\t\t".$items[$x]['status']."\n";
echo "\n\t\t\t<br />Interested In: ".$items[$x]['seek']."\n";
echo "\n\t\t\t<br />Member Since: ".$items[$x]['since']."\n";
echo "\n\t\t\t<br />Location: ".$items[$x]['country']."\n";
echo "\n\t\t\t</div>\n";
echo "\n\t\t\t<br clear=\"all\" />\n";
echo "\n\t\t\t</div>\n";
}
?>
<div id="footer" class="stxt<?php print($perpage%2);?>">
<span class="strong">
<?php
if(($start-$per_page) >= 0)
{
$next = $start-$per_page;
?>
<a title="First Page" name="lnk" href="<?php print("$thispage");?>"><<�</a>
<?php
}
?>
<?php
if(($start-$per_page) >= 0) {
$next = $start-$per_page;
?>
<a title="Previous Page" name="lnk" href="<?php print("$thispage".($next>0?("?start=").$next:""));?>"><� </a>
<?php
}
?>
<?php
$eitherside = ($showeachside * $per_page);
if($start+1 > $eitherside)print (" .... ");
$pg=1;
for($y=0;$y<$num;$y+=$per_page)
{
$class=($y==$start)?"pageselected":"";
if(($y > ($start - $eitherside)) && ($y < ($start + $eitherside)))
{
?>
<a title="Page <?php print($pg);?>" name="lnk" class="<?php print($class);?>" href="<?php print("$thispage".($y>0?("?start=").$y:""));?>"><?php print($pg);?></a>
<?php
}
$pg++;
}
if(($start+$eitherside)<$num)print (" .... ");
?>
<?php
if($start+$per_page<$num)
{
?>
<a title="Next Page" name="lnk" href="<?php print("$thispage?start=".max(0,$start+$per_page));?>"> �></a>
<?php
}
?>
<?php
if($start+$per_page<$num)
{
?>
<a title="Last Page" name="lnk" href="<?php print("$thispage?start=".$per_page*($max_pages-1));?>">�>></a>
<?php
}
?>
<br />
</span>
Page <?php print($cur);?> of <?php print($max_pages);?> ( <?php print($num);?> total records )
<center>
<br />
WVMe v2.1 by <a href="http://profiles.friendster.com/mumbhaki" target="_blank">Marfillaster</a> - Pimped by <a href="http://profiles.friendster.com/renalvir" target="_blank">RenAlvir</a><br />
<?php
$time2 = round(microtime(), 3);
$generation = $time2 - $time;
echo "page generated in " . $generation . " sec, $per_page queries";
echo "<br />";
?>
Powered by <a target="_blank" href="http://www.Ripway.com">Ripway Hosting</a>
</center>
</div>
</body>
</html>[/spoiler]
Tracker.css
[spoiler]/*---------------------------------------*/
/*----Tracker CSS Pimped by Bobcbar-----*/
/*-------Credits to Marfillaster---------*/
/*---------------------------------------*/
div, body {
margin: 0px;
padding: 0px;
background: transparent;
scrollbar-face-color:#ff9900;
scrollbar-highlight-color: #ff9900;
scrollbar-shadow-color: #ff9900;
scrollbar-3dlight-color: #ff0000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #ff9900;
}
body {
border:none;
font: 7pt Kristen ITC;
background: transparent;
color: #ff9900;
overflow-y: scroll;
}
a:link, a:visited, a:active { text-decoration: none; color: #ff9900; font-weight: bold}
a:hover { text-decoration: none; color: #545454; font-weight: bold}
a.action:link, a.action:visited, a.action:active, a.action:hover { color: #ff9900; }
.pageselected:link,.pageselected:visited,.pageselected:active {color: #ff9900; text-decoration: underline;}
/* content */
.content {
margin-left: 3px;
display: inline-block;
float: left;
}
/*img*/
.imgblock {
display: inline-block;
float: left;
background-color: transparent;
overflow: hidden;
height:70px;
width:70px;
text-align: center;
margin-right: 2px;
margin-left: 5px;
border: #ff9900 3px double;
}
a img {
filter:alpha(opacity=100);
-moz-opacity: 0.7;
opacity: 0.7;
}
a:hover img {
filter:alpha(opacity=70);
-moz-opacity: 1.0;
opacity: 1.0;
}
img {
height: 70px;
border: 0px;
}
/*row*/
.stxt0 {
padding-bottom: 4px;
padding-top: 4px;
width: 100%;
background: transparent;
}
/*alternate row*/
.stxt1 {
padding-top: 4px;
padding-bottom: 4px;
width: 100%;
background: transparent;
}
/*date*/
.dtxt0 {
margin-left: 3px;
text-align: right;
padding-bottom: 5px;
}
/*alternate date*/
.dtxt1 {
margin-left: 3px;
text-align: right;
padding-bottom: 4px;
}
/* footer */
#footer {
text-align: center;
}
/* misc */
#online {color: green;}
#records {font-size: 11px;}
#namef {font-size: 11px;}
.strong {
font-weight: bold;
font-size: 11px;
}[/spoiler]
Sebenernya tracker.css cm buat tampilan aja se, tp gpp dicoba dulu
zoorooe
[quote]var mp3andika = "<div id='mp3andika_div'>"+
"<embed quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' bgcolor='#000' width='328' height='94' src='http://www.esnips.com/escentral/images/widgets/flash/viewer_esnips_player.swf' flashvars='theTheme=blue&autoPlay=yes&theFile=http://www.esnips.com//nsdoc/ebdf7b76-fb53-4cf3-84a4-e0503d1ec3bc&theName=Naruto_-_Wind.mp3&thePlayerURL=http://www.esnips.com/escentral/images/widgets/flash/int_mp3WidgetPlayer.swf'></embed>"+
"</div>";
addBox("RIGHT","mp3 gw",mp3andika,"mp3andika_content",[color=#FF0000]"[/color]null[color=#FF0000]"[/color]);[/quote]
Kamu hapus yg warna [color=#FF0000]merah[/color]
Last edited by strezzpc (2008-05-23 09:13:48)
semua
mo tanya apa ada yang salah dengan skript ini[/quote]
di addBox nya, null nya jangan pake tanda "
jadi gini :
[quote]addBox("RIGHT","mp3 gw",mp3andika,"mp3andika_content",[b]null[/b]);[/quote]
--- edited ---
Last edited by nopathz (2008-05-23 09:15:05)
strezzpc
coba chek bro fs nya ??
dah jalan g ???
http://profiles.friendster.com/60881860