- Joined
- Aug 21, 2008
- Messages
- 2,110
- Reaction score
- 496
Credits:RisingKingTo install this script on your site:
1) Open the template file (eg: index.php)
2) Paste the following code AFTER the "<head>" tag:
<script language="JavaScript">
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=250,left = 340,top = 387');");
}
</script>
3) Next paste this link in the user panel:
<a href="javascriptopUp('vipmove.php')">Move a character to the VIP map.</a>
4) Save the template file then open the file vipmove.php in notepad
5) Configure the settings to match your server and site.
6) Save and close the file.
7) Copy the files to your site's root.
8) Test the page for and bugs or problems.
9) You're finished.
Download Here