i need the html script to make my website show in my gunz laucher well im notusing it for my gunz laucher but for smething else but its the same script anyway so plz help./..
Printable View
i need the html script to make my website show in my gunz laucher well im notusing it for my gunz laucher but for smething else but its the same script anyway so plz help./..
there are different ways of doing it
PHP Code:<?php
$target = 'link to your website here';
header('Location : '.$target);
?>
also u could use iframe's etc..PHP Code:<?php
$target = 'link to your website here';
require_once $target;
?>
maybe even better change the path the page on the launcher to the page u want to show..
if you don't want to do that use that small php script..
php, not html
Hope this will help?Code:<IFRAME ALLOWTRANSPARENCY FRAMEBORDER="0" SRC="http://www.google.nl"> </IFRAME>
Edit : Only need to set Width & Height <3
mmm the best idea will b... on the adress of the launcher web page put ur webpage adress :D done