First I got the html code of what I wanted to do. Came here and used the html to php converter, i then went to the block creator and posted the php into that and made the block php, i then have copied that to my clipboard and now will paste it here....
|
Code:
|
<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<?php";
$content .= "#### Generated by Html to PHP converter By Disipal Site (www.disipal.net) ####";
$content .= "";
$content .= "";
$content .= "echo\"<iframe src='http://www.phpelement.co.uk/scripts/shoutbox/?box=Colin_da_Killer' width='150' height='300' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='yes'></iframe> \"";
$content .= " .\"\";";
$content .= "";
$content .= "?>";
?> |
Now what i want to know is where i go from there. do i just open Editpad pro paste that in there and save it as a php file? then what do i do? where do i upload it?
Sorry for being a n00b, i am just trying to get a shoutbox on my website. If there is a current shoutbox available somewhere please tell me, i would like to have a chat on the front page just below last 5 posts. And only want members to be able to use it.
Thx for all the help i no i will get.
