
My Codes are not working!!!!!!!!
Please check that you are using the latest JS Linker and also, your codes are working properly (I suggest remove nonsense codes). And try to clear cache or temp files. Try also refreshing your profile. And most of all be sure that your profile is not in Safe Mode (turned off).
What is JS File?
Well, JS came from the word JavaScript which is a scripting language used in web pages. In tweaking our Friendster Profile, we use Javascript codes to surpass the limits and reach the sky (FTW?) just to tweak our profile. With Javascript we can use Who's Viewed Me, Add Box, and more tweaks. The file is saved and has the extension of .js .. To use Javascript in our profile we must upload the JS File in a hosting site and then we link the URL in our profile using some XSS Vectors.
If you do not know how to host your files. Please try to visit this thread: Click Here
Or watch the Video Tutorial: Click Here
What is CSS File?
CSS is short for Cascading Style Sheets. It works as a web page designer. These styles sheets can change colors of fonts, resize boxes, add backgrounds, create paddings, and etc. With CSS we can also change how our profile looks using relative positioning and hide codes. More layouts can be seen in the CSS Layouts Section. CSS Files should and always be saved as .css extension. We also link this in our profile using a specific linker, though we can also inject this in our JS File.
Where can I host my Javascript and CSS Files?
You can search google or try the suggested ones: ripway.com , fileave.com , geocities.com
How to create Who's Viewed Me?
There are different versions and most of them are still working. 
Try these Links:
- Accordion Who's Viewed Me *Nopathz
- DATABASE Who's Viewed Me *hosted by Ren Alvir
- Who's Viewed Me via SEND SMILE
- Who's Viewed Me Shaking Image *Lordheinz
- Chibibo's Generator
- Who's Viewed Me CBox Version
I am looking for a trick but I can't find it even if I used search function.
Owss??? Have you tried this link??
- Tricks And Tutorial Directory [Categorical]
Or maybe if you know the author of the Trick you can use this thread:
- Compilation of Tricks and Tutorials (Sort by Contributors' Name)
How to create my own layout?
You can try these two threads
Click and Click
How to create Screenshot?
If you are using Mac visit this thread -> Click
If you are using Normal PCs visit this thread -> Click
I want a No Right Click Code!!
The No Right Click code has many versions and actually it can also be compiled in you CSS (but this only works in IE).
Anyway, please visit these threads:
- Silent No Right Click
- No Right Click With Alert Message/No Right Click With No Message *CSS
- Right Click Infinite Pop-up Message
- Disable Everything. Lol.
- Right Click Redirect Home
- Right Click CBox
- Right Click Menu For IE only
- Right Click Navigation (x-browser)
What is reputation?
Please visit this thread -> Click
I can't post a layout in CSS Layouts Section!
admin wrote:
After considering all of the opinion posted here, currently:
- All codes stay visible to everyone
- Members with post < 100 can post a new thread, and can only post in their own thread
This has been implemented in Friendster Layouts [CSS] and also [Overlay] category.
What is the new linker? Where can I find the new working linker?
Please visit the Underground Section and read the sticked Topics in that Section.
If your codes aren't working please try to consider the following:
Make sure:
- You're using the latest linker.
- The scripts in your javascript file is really working
- Double check the saved linker
- Did you try to Refresh your profile
- Clear Temps or Caches?
- You are awake. Lulz.
My media box is not showing.
It's one of Friendster's bugs. Just try to save your codes again and again. Or try to logout and then login again. Clear cookies and temp files.
How to Clear Cache and Temporary Files?
For Mozilla Firefox Users: Press CTRL + Shift + DEL (simultaneously) Then Clear Private Data.
Internet Explorer Users: Press ALT + T + D (one by one) Then Delete all.
Using other browser? Do your own research . Lul.
Where can I download Adobe Photoshop?
Aw. >_< This isn't allowed here because distributing Pirated Softwares is not allowed according to our Primary Forum Rules. Downloads can be discussed on PMs or YM. 
How to hide Google Ads?
Visit this collection of Hide codes -> Click
More hide codes can also be found in that thread. 
How did you do those images in your layout? How can I make one?
You can obtain graphics with the aid of Photo Editing Softwares such as Photoshop which is the most popular one. A similar editor is the GIMP. the GIMP is a freeware so you can have it for free. Adobe Photoshop is not freeware nor shareware. You must buy it.
You can download GIMP here: http://www.gimp.org
*c/o meng.o3
Where do you get CSS Properties and attributes?
This is the best answer I can give you
-> http://www.w3schools.com
Help! How to fin my UserID?
Please visit this thread -> Click
How do you use spoiler tags? Post youtube videos? Add flash here in FTalk??
Please go here.
The solution for the problem "Image won't show up" at Friendster.
1. Select Control Panel from the Start menu.
2. Click Network Connections from the
Control Panel choices.
3. Choose your connection from the
Network Connections window.
4. Click Properties button.
5. Select Internet Protocol (TCP/IP) and
click Properties.
6. Click the radio button Use the
following DNS server addresses and type
in OpenDNS addresses in the Preferred
DNS server and Alternate DNS server fields.
Preferred DNS server address for Open
DNS is:
208.67.222.222
Alternate DNS server address for Open
DNS is:
208.67.220.220
.... more to come O_o
Last edited by deathwish4MCR-freak-dude (2008-08-21 05:09:32)

Xave,please do ad as well that Friendstertalk is not affiliated with friendster-Layouts ,Friendster.com etch ek-ek, what i mean is those people who keep on asking why they can't submit their own work at friendster-layouts
.. thank you 
Last edited by tjayvalrose_02 (2008-06-22 23:27:41)
-Offline- |

Acceptable site that can be affiliated to friendsterTalk.
General:
Site:
Markyctrigger
Reason:
Main Resource regarding Overlaying.
Sites:
Friendster-Tweakers
Friendster-Layouts
Friendster Top Profiles
Reason:
General Affiliates of friendsterTalk. (Ask admin) 
Non-General:
Site:
The Cradle
Reason:
One of our linkers resources. Also provides ideas regarding advance JavaScript ideas.
Site:
FriendsterMagic
Reason:
Main Resource regarding General Cross Over Layouts.
Site:
FriendsterForums
Reason:
One of the earliest visitor site of friendsterTalk. A good site for resources and ideas.
Last edited by Ephemeral (2008-10-12 11:08:51)


added:
what is onloadHandler?
this is the simple explanation.
onloadhandler just this simple codes:
function onProfileLoad() {
//CODES INSIDE ONLOADHANDLER
}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
RED = the function
BROWN = name of the function
GREEN = codes inside onload function
BLUE = calling the function to load the codes inside it when your profile completely loaded.
Q: Where the blue come from?
A: attachOnLoadHandler is also a function, one of friendster's js already does have this function so we do no longer need to copy the whole attachOnloadhandler code. in the code above, we only called it and passed a parameter.
Q: Can i make another function for another codes?
A: Sure, you can put a different name of the function. ex: function kherNavarro () {. You can read the full tutorial here: CLICK ME!
correct me if i am wrong. 
Last edited by KhErMiNaToR (2008-07-19 03:28:35)

Good Information Sites About HTML
http://wikipedia.org
http://w3chools.com
http://w3.org
Added:
Question: Is Ripway Back Online?
Answer: Yes, They are done with their updates.
Question: Why was my Ripway Account Deleted? 
Answer: The accused your account as a malware holder or they mistakenly thought your account was a duplicate due to IP matches and relativity.
Last edited by Ephemeral (2008-10-20 13:15:08)

Making External Files...
yh3t wrote:
- make an account on any hosting site.
i prefer ripway.
- go to files. make a SUB FOLDER.
name it the way you want.
- in that folder, click "create text file"
name it as EXTERNAL.CSS
save it. nothing to put.
- create another "create text file"
name it as EXTERNAL.JS
save it. nothing to put.
- create another "create text file"
name it as EXTERNAL.SWF
save it again. nothing to put.
now you have three files.
------------------
edit your EXTERNAL.SWF as
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "LINK OF YOUR EXTERNAL.JS";
document.getElementsByTagName("head")[0].appendChild(script);
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "LINK OF YOUR EXTERNAL.CSS";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);
change the bold part as what was asked.
- save it.
then get the direct link then generate it in this given site:
http://the-cradle.users-board.com/JS-Ll…or-h75.htm
paste in your "who i want to meet area"
--------------------
all you need is get the code of what you want.
take note: the js codes must be put in your external.js
and css codes must be put in your external.css
for example you want this simple alert (js)
alert("Welcome to my profile"+pageViewerFName+"!");
go to your ripway acct.
then edit your external.js
paste it.
- save.
go to the linker on the underground section.
generate it.
paste it to who i want to meet area.
note:
for every code, put it in your external.js/css
you must COMPiLE iT.
example. 10 codes in external.js
generate it.
remove the old code in who i want to meet area,
rather put the new re-generated code!![]()
hope you understand the instruction