ada yg tw gak kode opening window selain yg getar
[/quote]
yg kayak gini
http://theftalk.com/t24187-%7BTUTORIAL%7DTwo-Way-Window-Expansion.html
http://theftalk.com/t24187-%7BTUT � nsion.html[/quote]
makasih ayank ilham
:rose:
+1 buat kamu karena uda jawab pertanyaanq :gift:
kalo boleh tw kode ini kaya mana ya kalo openingnya
Last edited by yondaime4th (2008-07-31 04:42:39)
:rose:
+1 buat kamu karena uda jawab pertanyaanq :gift:[/quote]
sama2 bibeh 
coba liat aja prepiunya
Last edited by ilhamc17 (2008-07-31 04:46:09)

[/quote]
ini openingnya bagaimana ya
[b] all...[/b]
liat fs q bih...
font di tracker q kok gk bsa dganti warnanya...
yg dganti yg di css kan...
nih...
[spoiler]body {
border:none;
font-size: 10px;
font-family: arial,helvetica,sans-serif;
background: transparent;
color: #00ff00;
overflow-y: hidden;
margin: 0px;
padding: 0px;
}
a:link, a:visited, a:active {
text-decoration: none;
color: #00ff00;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #ff00cc;
font-weight: bold;
}
a.action:link, a.action:visited, a.action:active, a.action:hover {
color: #ff00cc;
}
.pageselected:link,.pageselected:visited,.pageselected:active {
color: #00ff00;
text-decoration: underline;
}
/* image opacity */
a img {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
a:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
/* content */
.content {
margin-left: 3px;
display: inline-block;
float: left;
}
/*img*/
.imgblock {
display: inline-block;
float: left;
background-color: #d7d7d7;
overflow: hidden;
height:98px;
width:78px;
text-align: center;
margin-right: 2px;
margin-left: 5px;
border: 2px solid #00ff00;
}
img {
height: 98px;
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;
}
/* footer */
#footer {
text-align: center;
}
#copyright {
border: 2px solid #00ff00;
}
/* misc */
#offline {
font-size: 11px;
font-weight: bold;
}
#records {
font-size: 11px;
}
#namef {
font-size: 11px;
}
#misc {
font-size: 10px;
font-weight: bold;
}
.strong {
font-weight: bold;
font-size: 11px;
}
.onlinenow {
width:80px;
height:20px;
}[/spoiler]
yg mana yg dganti...
or di jsnya ? ? ?
[/quote]
coba liat prepiuna
[/quote]
kan ada previwe d thread nya bro
yg pasti gak make alert
[b]oby_nagnar[/b] mana tracker.php lo sob
[b]yondaime4th[/b] [spoiler]sejak kapan lo jadi cewek sob
[/spoiler]
Last edited by teguh0203 (2008-07-31 04:48:48)
[/quote]
nih bro...
[spoiler]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>WVM Visitors</title>
<SCRIPT>
<!--
function doBlink() {
var blink = document.all.tags("BLINK")
for (var i=0; i<blink.length; i++)
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}
function startBlink() {
if (document.all)
setInterval("doBlink()",1000)
}
window.onload = startBlink;
// -->
</SCRIPT>
<!-- change value of href for your css (relative or absolute) -->
<link rel="stylesheet" type="text/css" media="screen, print" href="tracker.css" />
<!--
/*#######################################################################################
Friendster Tracker version 2.3.5
Created by: Marfillaster, http://profiles.friendster.com/mumbhaki
Version by: ChibibO http://chibibo.elementfx.com
Credits to: Shirow Masamune and Shakiro of friendstertalk.com
License: GNU General Public License, version 2
See http://www.gnu.org/licenses/gpl.html for the full license.
Privacy Policy: Same as friendster.com
Disclaimer: this program is for educational purposes only
the author and editor will not be responsible for any damage that this program will cause
The program and the site is not affiliated with Friendster.com
########################################################################################*/
-->
<?php
$phpowner="70837574";
$limit=1000;
?>
<?php
$owner=$_GET["owner"];
$start=$_GET["start"];
$id=$_GET["id"];
$name=$_GET["name"];
if(strlen($name)>15) {
$name=substr($name,0,15)."�";
}
$url=$_GET["url"];
$gender=$_GET["gender"];
$age=$_GET["age"];
$status=$_GET["status"];
if(strlen($status)>46) {
$status=substr($name,0,0)."Its Complicated";
}
$country=$_GET["country"];
if(strlen($country)>21) {
$country=substr($country,0,18)."�";
}
$since=$_GET["since"];
$seek=$_GET["seek"];
if(strlen($seek)>21) {
$seek=substr($seek,0,20)."�";
}
$exit=$_GET["exit"];
$mydata =getData();
$osh=$_GET["osh"];
$oss=$_GET["oss"];
if(!$exit){
if(!empty($id) && $owner==$phpowner && !empty($gender) && !empty($age) && !empty($status) && !empty($country) && !empty($since) && !empty($seek)) {
$myitem=checkExist($mydata,$id,$exit);
if($myitem['item'])
appendData($myitem['array'],$id,$name,$url,time(),$age,$gender,$status,$country,$since,$seek,0,$myitem['item']['duration'],$myitem['item']['visits'],$limit);
else appendData($myitem,$id,$name,$url,time(),$age,$gender,$status,$country,$since,$seek,0,0,0,$limit);
}
}
else {
if (!empty($id) && $owner==$phpowner && !empty($gender) && !empty($age) && !empty($status) && !empty($country) && !empty($since) && !empty($seek)) {
$myitem=checkExist($mydata,$id,$exit);
if($myitem['item']) {
$s=time()- $myitem['item']['timestamp'];
if ($s<0) $s=0;
appendData($myitem['array'],$id,$name,$url,time(),$age,$gender,$status,$country,$since,$seek,1,
$myitem['item']['duration']+$s,(int)($myitem['item']['visits'])+1,$limit);
}
}
}
function checkExist($da,$valme,$e) {
if(empty($da)){
return $da;
}
for($y=0;$y<count($da);$y++){
if($y>2) {
if(!$da[$y]['exit']) {
$da[$y]['exit']=1;
}
if($da[$y]['duration']<1) {
unset($da[$y]);
}
}
if($da[$y]['id']==$valme) {
$t=$da[$y];
unset($da[$y]);
$da = array_values($da);
return array(
"array" => $da,
"item" => $t
);
}
}
return $da;
}
function appendData($da,$a_id,$a_name,$a_url,$a_timestamp,$a_age,$a_gender,$a_status,$a_country,$a_since,$a_seek,$a_exit,$a_duration,$a_visits,$a_limit) {
if(!is_array($da)){
$da=array(
array(
"id" => $a_id,
"name" => $a_name,
"url" => $a_url,
"timestamp" => $a_timestamp,
"age" => $a_age,
"gender" => $a_gender,
"status" => $a_status,
"country" => $a_country,
"since" => $a_since,
"seek" => $a_seek,
"exit" => $a_exit,
"duration" => $a_duration,
"visits" => $a_visits
)
);
}
else {
array_unshift($da,
array(
"id" => $a_id,
"name" => $a_name,
"url" => $a_url,
"timestamp" => $a_timestamp,
"age" => $a_age,
"gender" => $a_gender,
"status" => $a_status,
"country" => $a_country,
"since" => $a_since,
"seek" => $a_seek,
"exit" => $a_exit,
"duration" => $a_duration,
"visits" => $a_visits
)
);
if(count($da)>$a_limit) array_pop($da);
}
saveData($da);
return;
}
function saveData($d) {
if (file_exists("mv.txt")) unlink("mv.txt");
$file = fopen("mv.txt", "w") or exit("Unable to open file!");
fclose($file);
$temp="";
for($x=0;$x<count($d);$x++) {
$temp=$temp.$d[$x]['id']."&".$d[$x]['name']."&".$d[$x]['url']."&".$d[$x]['timestamp']."&".$d[$x]['age']."&".$d[$x]['gender']."&".$d[$x]['status']."&".$d[$x][
'country']."&".$d[$x]['since']."&".$d[$x]['seek']."&".$d[$x]['exit']."&".$d[$x]['duration']."&".$d[$x]['visits']."\r";
}
$file = fopen("mv.txt", "a+") or exit("Unable to open file!");
fwrite($file,$temp);
fclose($file);
return;
}
function getData() {
$a="";
$temp="";
$file = fopen("mv.txt", "r") or exit("Unable to open file!");
while(!feof($file))
{
$temp=$temp.fgets($file);
}
fclose($file);
$j=explode("\r",$temp);
foreach ($j as $val) {
$c=explode("&",$val);
if(count($c)>3) {
if ($a==""){
$a=array(
array(
"id" => $c[0],
"name" => $c[1],
"url" => $c[2],
"timestamp" => $c[3],
"age" => $c[4],
"gender" => $c[5],
"status" => $c[6],
"country" => $c[7],
"since" => $c[8],
"seek" => $c[9],
"exit" => $c[10],
"duration" => $c[11],
"visits" => $c[12]
)
);
}
else {
array_push($a,
array(
"id" => $c[0],
"name" => $c[1],
"url" => $c[2],
"timestamp" => $c[3],
"age" => $c[4],
"gender" => $c[5],
"status" => $c[6],
"country" => $c[7],
"since" => $c[8],
"seek" => $c[9],
"exit" => $c[10],
"duration" => $c[11],
"visits" => $c[12]
)
);
}
}
}
return $a;
}
?>
</head>
<body>
<?php
$items = getData();
$thispage = $PHP_SELF ;
$num = count($items);
$per_page = 4;
$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 id=online><img src='http://img179.imageshack.us/img179/2899/onlinenoweg9.gif' class='onlinenow'></span> ";
else $online="<span id=\"offline\"><img src='http://i104.photobucket.com/albums/m168/chibib0/wvm/offline.gif' class='onlinenow'></span>";
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']."\" />";
echo "</a>\n";
echo "\t\t</div>\n";
echo "\n\t\t\t<div class=\"content\">\n";
echo "\n\t\t\t".$k."\n";
echo "\n\t\t\t<br />Name: <span id=\"namef\"><a title=\"".$items[$x]['name']."\" href=\"http://profiles.friendster.com/".$items[$x]['id']."\"
target=\"_blank\"> ".$items[$x]['name']."</a></span>\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<br />Total Visits: ".$items[$x]['visits']." visit(s) in ".$minute." min(s)\n";
echo "\t\t\t\t\t<br />".$online." | <span id=\"misc\"><a href=\"http://www.friendster.com/sendmessage.php?uid=".$items[$x]['id']."\" target=\"_blank\" title=\"Send A Message\"><img style=\"border:0;width:17px;height:12px\" src=\"http://images.friendster.com/images/samsg_icon.gif\"></img>";
echo "</a>";
echo "<a ";
echo "href=\"http://www.friendster.com/sendmessage.php?uid=".$items[$x]['id']."&action=sendsmile\" ";
echo "target=\"_blank\" title=\"Send A Smile\"><img style=\"border:0;width:17px;height:13px\" ";
echo "src=\"http://images.friendster.com/images/sas_icon.gif\"></img>";
echo "</a>";
echo "<a ";
echo "href=\"http://www.friendster.com/comments.php?uid=".$items[$x]['id']."\" ";
echo "target=\"_blank\" title=\"Give A Comment\"><img style=\"border:0;width:17px;height:13px\" ";
echo "src=\"http://i104.photobucket.com/albums/m168/chibib0/wvm/comments.png\"></img>";
echo "</a>";
echo "<a ";
echo "href=\"http://www.friendster.com/bookmarks.php?action=add&uid=".$items[$x]['id']."\" ";
echo "target=\"_blank\" title=\"Bookmark It?\"><img style=\"border:0;width:17px;height:13px\" ";
echo "src=\"http://i104.photobucket.com/albums/m168/chibib0/wvm/bookmark.png\"></img>";
echo "</a></span><br />\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:""));?>">Previous </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));?>"> Next</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 )
<br /><?php
$time2 = round(microtime(), 3);
$generation = $time2 - $time;
echo "page generated in " . $generation . " sec, $per_page queries";
echo "<br>";
?>
<div id="copyright">
<center>
WVMe by <a href="http://profiles.friendster.com/mumbhaki" target="_blank">Marfillaster</a><br>Version 2.3.5 by: <a href="http://profiles.friendster.com/chibib0" target="_blank">ChibibO</a><br><blink><b>Grab your own!</b></blink> @ <a
href="http://chibibo.elementfx.com" target="_blank">Chibibo.ElementFx.com</a><br />
</center>
</div>
</div>
</body>
</html>[/spoiler]
[b]legend4[/b] efesnya ke redirect terus
kayaknya bentrok ama autumn leaves lo
[b]yenzq_rolandand[/b] d bagian addbox sob
[b]oby_nagnar[/b] kok gak ada y, coba tracker.css nya
maklum gue belum nyoba yang 2.3.5
Last edited by teguh0203 (2008-07-31 04:53:16)
teguh0203
[quote=teguh0203]efesnya ke redirect terus
kayaknya bentrok ama autumn leaves lo[/quote]
kira2 bagusan mana ya? autum leaves atau cursor trail?
[b]legend4[/b] tgantung selera lo aja sob, kalau lo orangnya romantis kayaknya autumn leaves deh
silahkan pilih
maklum gue belum nyoba yang 2.3.5
[/quote]
yg ini
[spoiler]body {
border:none;
font-size: 11px;
font-family: arial;
background: transparent;
color: #00ff33;
overflow-y: hidden;
margin: 0px;
padding: 0px;
}
a:link, a:visited, a:active {
text-decoration: none;
color: #ff0000;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #ff00ff;
font-weight: bold;
}
a.action:link, a.action:visited, a.action:active, a.action:hover {
color: #ff00ff;
}
.pageselected:link,.pageselected:visited,.pageselected:active {
color: #ff0000;
text-decoration: underline;
}
/* image opacity */
a img {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
a:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
/* content */
.content {
margin-left: 2px;
display: inline-block;
float: left;
}
/*img*/
.imgblock {
display: inline-block;
float: left;
background-color: #d7d7d7;
overflow: hidden;
height:98px;
width:78px;
text-align: center;
margin-right: 1px;
margin-left: 1px;
border: 8px solid #e5e5e5;
}
img {
height: 98px;
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;
}
/* footer */
#footer {
text-align: center;
}
#copyright {
border: 2px solid #ff0000;
}
/* misc */
#offline {
font-size: 11px;
font-weight: bold;
}
#records {
font-size: 11px;
}
#namef {
font-size: 11px;
}
#misc {
font-size: 10px;
font-weight: bold;
}
.strong {
font-weight: bold;
font-size: 11px;
}
.onlinenow {
width:80px;
height:20px;
}
/* Version 2.4 Feature */
.contentslide{
border: 2px solid #ff0000;
border-bottom-width: 6px;
padding: 5px;
height: 100%;
}
.contentslide .opacitylayer{
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.contentslide .contentdiv{
display: none;
}
.pagination{
text-align: right;
background-color: transparent;
border: 1px solid #ff0000;
border-width: 0 2px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
border-bottom-width: 1px;
}
.pagination a{
padding: 0 5px;
text-decoration: none;
color: #ff0000;
background-color: transparent;
}
.pagination a:hover, .pagination a.selected{
color: #ff0000;
background-color: #ff00ff;
border: 1px #ff0000 solid;
}[/spoiler]
[/i]