Adult NetSurprise Newbie Tips and Free Site
Templates
Free Site
Templates
Welcome to the Adult NetSurprise Templates. We are pleased
to provide our valued members with tools such as this, to help you get started
and on your way to making money! These templates are designed for you to
experiment with and cater them to YOUR specific needs. Feel free to change
background colors, fonts, etc...
TEMPLATE ONE:
Two Gallery Site

INDEX PAGE |

MAIN PAGE |

GALLERY ONE |

GALLERY TWO |
[CLICK HERE
TO DOWNLOAD TEMPLATE ONE]
TEMPLATE
TWO: Two Gallery Site

INDEX PAGE |

MAIN PAGE |

GALLERY ONE |

GALLERY TWO |
[CLICK HERE
TO DOWNLOAD TEMPLATE TWO]
TEMPLATE
THREE: Two Gallery Site With Webmaster And Links Page Included

INDEX PAGE |

MAIN PAGE |

GALLERY ONE |

GALLERY TWO |
[CLICK HERE
TO DOWNLOAD TEMPLATE THREE]
TEMPLATE
FOUR: Two Gallery Site

INDEX PAGE |

MAIN PAGE |

GALLERY ONE |

GALLERY TWO |
[CLICK HERE
TO DOWNLOAD TEMPLATE FOUR]
Newbie Tips,
Coding Help and Examples
Below we have provide a wide variety of java
scripts that will hopefully answer some questions that you may have on how to
do things. It should be noted that there can be various versions of a script
that can perform the same function. Yet, due to the space limitations and such
here - we have provided some of the most common methods used to perform various
functions. It should also be noted that not all scripts work with all browser
versions and you may not be able to mix and match some scripts together.
Through trial and experimentation we're sure you will successfully accomplish
what you need.
Adding Blurs
A "blur" is a page or site that opens -
then hides behind the current page you are viewing. The most common java script
to accomplish this is listed below.
Contributed by Frank.
Timed
Blurs
Just as you can add a blur. You can also "time" when it is to
open and hide. The java script for this is listed below. The number value is
indictive of seconds.
Contributed by Frank.
Frame
Prevention
You can prevent your pages from coming up in someone elses
frames by adding this java.
Contributed by Frank.
Entrance Popup
You can open a new window in front of
your page by adding this java script.
Contributed by Frank.
Sizing & Locating Your Popups
You can use the
java code below to establish the size that you want to make your entrance popup
window as well as the location that it pops up. Whereas X=Top to Bottom and
Y=Left To Right in Pixels
Contributed by Frank.
Coloring Your Scroll Bar, Track Color, Etc...
To add
color to your site you may choose to color the scroll bar, track color, arrows,
etc... To do this you can add this java into your <head> tags.
Contributed by Frank.
Banner
Rotation
The java code below can be used to rotate as many banners as you
wish. You simple copy the first banner code if
(ad==1), and add as many as you wish into the string. With
this code the page should display a different banner with
every page view. You insert this code where you are wanting
your banner to be.
Contributed by Frank.
Basic
.htaccess
Copy and paste the code below into a text editor such as
notepad and save it as a htaccess text file. Edit the URL/IP to what ever YOUR
hosting is and also change the RewriteRule /* to what ever you wish to redirect
this traffic to. Upload this in the ASCII Mode into the directories you seek to
protect. This also protects all directories under that directory. Once uploaded
change the file name to .htaccess. Check by typing in the url and see if you
are redirected.
Contributed by Frank.
|
|
Another Sized Entrance Popup Version
This is another
version of a sized entrance popup. This java will popup the window "without"
the toolbar, menubar, or location.
Contributed by Frank.
MouseOvers
Mouseover are used to display something
different in the menu tray other than the actual URL of the location when the
mouse goes over the link. The code below can be put at the end of the link code
to display what ever you choose.
Contributed by Frank.
None
Underlined Links
To prevent page links from being underlined you can
insert this java script.
Contributed by Frank.
Text
Changes On Mouseover
If you wish for your text to change font and
color on mouseover you can add a A:hover to the java code above.
Contributed by Frank.
Opening A Link In A New Window
Opening a link in a new window is probably about the most simplest
thing to do. This is done by simply adding this tag at the
end of the link code that you wish to open in a new
window.
Contributed by Frank.
Exit
Popups
If you wish to open a new url upon your surfer leaving your
site you can add a exit popup by adding this java code into the <head>
tag of your page.
Contributed by Frank.
Frame
Prevention
You can prevent your pages from coming up in someone elses
frames by adding this java. You must then also add onunload="Out()" into the
<body> tag. Any links that you may have the you "do not" want the exit to
pop open when a link is clicked you add this onclick="exit=false" into all the
href links that you do not want the exit to pop at.
Contributed by
Frank.
Basic
404 .htaccess
Cut & paste this code into a text editor such as
notepad and save this txt file naming it .htaccess - Edit this url changing it
to what ever you will be using as your 404 page. Upload this file to your base
directory (where your index page is) in ASCII Mode. You also have the option to
put a different .htaccess in each subdirectory. Test the operation by typing in
the url and see if you get redirected.
Contributed by Rowdy.
|
|