First we are going to start off with some basics. You must first learn these in order to follow this guide.

Secret link: Your outwar secret link (example): http://www.outwar.com/page.php?x=983850

Re-direct: A website which has a meta refresh tag that automatically reload the page sending the person to your Outwar link.

Refresh:

(here is an example of a refresh code)

<meta http-equiv="refresh" content="0;URL=http://www.outwar.com/page.php?x=983850">

That code redirects a person directly to you Outwar link.

Pop-Up:

This is a window that pops up when you visit the page that this code is on.

(example of a pop-up code)

<SCRIPT LANGUAGE="JavaScript">

window.open("http://www.outwar.com/page.php?x=983850");

</SCRIPT>