| > |
® Kimyong
Many people must be always ask how to insert their shoutbox or own ads or visit counter into their friendster profile.
They thought should have extra skill like hacking or to be a hacker to do this.
But the truth is, you may not need it. You just need a basic skill in programming language.
What I mean is, you should only have a basic in javascript programming, but if you want your source code store securely
from copycat, you may use php / perl / c / python / jsp / asp.
But in this article, I wrote this source code in javascript. So, you don’t need to install any program into your computer.
So what your requirement ?
1. Only basic in javascript programming.
2. You may need to dig into unicode character deeply.
3. test / run your program in your browser (IE,Mozilla,etc).
Lets take a look deeper.
I separate this program into 2 file, first one I wrote in HTML CODE (index.html), and second one, I wrote in javascript (fs.js).
Here’s those source code :
1. index.html
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″>
<meta name=”keywords” content=”friendster shoutbox, fs shoutbox,at,on,in,hacking,tools,pernak pernik,decoration,shoutbox in friendster”>
<meta name=”description” content=”Shoutbox in Friendster, make your friendster more beautiful”>
<title>Put shoutbox in Friendster Profile, Make Your Shoutbox Works on Friendster</title>
<script src=”js.js”></script>
<style>
p { color:green; font-weight:bold; font-size:14px; font-family:Arial; }
b { font-size:12px; }
a:link { color:green; }
a:hover { color:black; }
</style>
</head>
<body>
<p>Paste your shoutbox codes to below:</p>
<textarea name=”txt” id=”txt” cols=”40″ rows=”4″></textarea><br>
<input style=”" type=”button” value=”submit” onclick=”p()”>
<br>
<b style=”color:red;”>Please note, all HTML CODE should not be included <em><script></script></em> tags</b>
<br><br>
<p>Result</p>
<textarea id=”ta” cols=”40″ rows=”4″></textarea>
<br>
<b style=”color:red;”>Insert code to your Friendster Profile Editor Box</b>
<br><br>
<b>Report bugs here : <a href=”mailto:speedytown@gmail.com”>CLICK HERE</a><br>
<b>Author : <a href=”http://www.speedytown.com/kimyong/”>Kimyong</b><br>
<b>Get that source codes soon !</b>
</body>
</html>
2. fs.js
function p() {
text1 = document.getElementById(”txt”);
var valtext = text1.value;
var s = valtext.length;
var arr = new Array(s);
var forta =”;
for(var i=0; i < s ; i++){
arr[i] = ‘’ + valtext.charCodeAt(i) + ‘;’;
forta = forta + arr[i];
}
document.getElementById(”ta”);
ta.value = forta;
}
if you prefer test it online without wasting time, you may check that on :
Baca Juga:
- Source Code Script Untuk Login / Masuk ke Friendster dng Bahasa PHP
- Bikin script pasang shoutbox dan visit counter di friendster
- PASANG SHOUTBOX DI FRIENDSTER (Jokes)
- Contoh Script - Source Code Untuk Posting ke Plurk
- Download Template Friendster dengan gambar Film Shrek 3
- Free Themes / Templates Friendster Transparan
Leave a Reply
| google emang baik ya, saya cuma pakai blog bhs indonesia dan cuma jalanin google adsense for search dan for feed,... |
| #dimas, coba deh ini : http://forums.guru3d.com/showthread.php? t=284132 http://www.sevenforums.com/drivers/16... |
| thanks |
| siang semua….gimana,da yang ngerti kenapa dilaptop gw gak bisa berfungsi flash player nya???gw lagi pake... |
| mas mas…mo tanya dong…gw lagi pake windows seven build 7100..tp pas gw masuk mozilla, pas lagi mo maen... |
| eey.. ini udah lama postingannya.. skrg harus nunggu lagi.. hehe,.. |
| jgn pake biodata yang sama terus2an bro.. lebih baik bikin semua baru.. biodata, alamat blog, isi blog, dan... |
| ikutan dong |
| Cuy…. Klo Mo ikut denger dulu suara loooo, cempreng gak…. Jangan hanya modal tampang…. ini ajang... |


