Posts: 4,231
Threads: 176
Joined: Jan 2007
05-13-2010, 08:36 PM
(This post was last modified: 05-13-2010, 08:52 PM by Turkey)
Let's say the following is the html code/script for
http://kemaliciouz.com/index.php (it's a hidden sound player that plays a specific sound from your FTP right away when the page pops up)
So,
1) you need a html code uploaded on a FTP:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<meta name="Chillnat0r" content="Hi there!">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div id="bv_WinMedia1" style="position:absolute;left:118px;top:78px;width:150px;height:150px;z-index:0;" align="left">
<embed src="David Guetta (featuring Kid Cudi) - Memories.mp3" id="WinMedia1" border="0" autostart="true" loop="true" hidden="true" width="150" height="150">
</div>
</body>
</html>
2) go to your topic and use the following with your link of course:
Code:
[html]<iframe frameborder='0' width='900' height='2185' src='http://kemaliciouz.com/index.php'></iframe>[/html]
Just check out the BB start post, pretty much the same schema.