bhojes
disini tempat yg pas buat nanya bro, yg laen juga konsulnya disini kok.........
sebelum kita ngasi kode redirectnya, bro perlu perhatikan penulisan URLnya
[quote][color=blue]
www.profile.friendster.com/numpang[/color] => [color=red]
www.numpang.com/friendsterprofile.html[/color][/quote]
kalo emank benar yg bro maksud tulisan biru diatas adalah url bwat profile FS bro bhojes
maka seharusnya penulisannya kek genee [quote]
http://profiles.friendster.com/numpang[/quote]
and kalo emank benar yg bro maksud tulisan merah diatas adalah url bwat redirect html template bro bhojes
maka seharusnya penulisannya kek genee [quote]
http://www.numpang.com/friendsterprofile.html[/quote]
tapi kalo ga salah c url FS bro bojhes ini [quote]
http://profiles.friendster.com/bhojessuchie[/quote]
kita mulai
1.
kode redirect kalo bro bojes menggunakan html templatenya sebagai welcome page tanpa redirect button ke profile bro bojes
[quote][color=green]place=document.location.href
if(place=="http://profiles.friendster.com/user.php?uid="+pageOwnerID){
}
else{
top.location.href="[b]
http://www.numpang.com/friendsterprofile.html[/b]"
}[/color][/quote]
kode redirect kalo bro bojes menggunakan html templatenya sebagai intro page dengan redirect button ke profile bro bojes
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=UID FS KAMU"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=UID FS KAMU"){
}
else {
location.href = "URL HTML INTRO";
}[/quote]
2. save kode diatas sebagai file js atw duplikasi dengan ekstension .swf 'salah satunya sesuai dg html kode yg bro maksud krn saia coba liad halaman html diatas ternyata kosyong...
3. kalo bro bojes punya script yg lain ma css external kombinasikan jadi satu file dg ekstension .js atw .swf
Last edited by boim (2008-05-25 13:20:46)