char-res.php [Read]

12/30/2011 01:08 Foxyz#1
does anybody know how to add the char-res.php to a website
12/30/2011 07:07 JohnHeatz#2
It is the same process as adding any other script, simply make a link on any part of your website that redirects the player to the ress script (if you want them all to be able to ress their toons) or make it just be accessed by you without publishing the link to it
12/30/2011 21:41 Foxyz#3
how do u add a script.
12/30/2011 22:42 thetruestarr1337#4
The easiest way is the iframe input. Just put the iframe with link to the Script into Website. or do only a link to it.


iframe:

Code:
<iframe src="http://yourwebsite.com/char_res.php" width="XXXpx" height="XXXpx" frameborder=0></iframe>
Note* Change with an height to your favors

Link:

Code:
<a href="http://yourwebsite.com/char_res.php">Char Res</a>