| SURFERS LOOKING FOR PORN CLICK HERE |
|---|
|
|||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||
| To make a console that would open on page load and load behind the page Between the opening and closing <head> </head>tags you would place <script language="JavaScript"> <!-- window.open("http://www.CONSOLEURL.com","_blur"); if (window.focus) { window.focus(); } //--> </script> |
To make a console that would open on page exit Between the opening and closing <head> </head>tags you would place <script language="JavaScript"> <!-- var exit=true; function xit() { if (exit) open("http://www.CONSOLEURL.com","copy"); } //--> </script> In the <body> tag itself you would place onunload="xit()" On any links that you would not want to have the console open up you would put this in the <a> tag onclick="exit=false" |
To make a console that would open a page in front of the page Between the opening and closing <head> </head>tags you would place <script language="JavaScript"> <!-- function act() { window.open("http://www.CONSOLEURL.com"); } //--> </script> In the <body> tag itself you would place onLoad="act()" |
You can control where your window will open, the size of it and it will have a tool bar, etc. like this ("http://www.CONSOLEURL.com","window_name ","width=450,height=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,top=20,left=35"); Note, do not put spaces in the above |
You can have the page resize to fill the screen like this Between the opening and closing <head> </head>tags you would place <script language="JavaScript"> <!-- self.moveTo(0,0) self.resizeTo(screen.availWidth,screen.availHeight) //--> </script> |
You can have more then one console per page like this <script language="JavaScript"> <!-- var exit=true; function xit() { if (exit) open("http://www.CONSOLEURL.com","copy","resizable=yes,scrollbars=yes,width=550,height=450"); } window.open("http://www.CONSOLEURL.com","_blur", "width=600,height=500,resizable=no,scrollbars=no,top=120,left=190"); if (window.focus) { window.focus(); } function act() { window.open("http://www.CONSOLEURL.com","1", "width=450,height=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,top=20,left=35"); window.open("http://www.CONSOLEURL.com","2", "width=450,height=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,top=220,left=35"); } self.moveTo(0,0) self.resizeTo(screen.availWidth,screen.availHeight) //--> </script> In the <body> tag itself you would place <body onunload="xit()" onLoad="act()"> |
| Anti-Hotlinker Mod Rewrite Script If you have apache mod-rewrite installed on your server you can use this script to stop people from hot-linking your images. Consult your sys admin if you're not sure if you have mod rewrite or not. Put this script inside your .htaccess file. It will protect everything in this directory and below. The yourdomain and yourdomain.com should be replaced with any domains and ip addresses that are allowed access. You should always include the ip address of your domain into this script.
|
! - negation ^ - start of string $ - end of string . - any character ? - repetition [0,1] * - repetition [0,..,n] + - repetition [1,..,n] \ - escape character [NC] - ignore case [R,L] - redirect, last Partial list of "Failed" codes:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Web-Safe Fonts
Andale Mono AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Arial AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Arial Bold AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Arial Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Arial Bold Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Arial Black AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Comic Sans AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Comic Sans Bold AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Courier New AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Courier New Bold AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Courier New Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Courier New Bold Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Georgia AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Georgia Bold AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Georgia Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Georgia Bold Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Impact AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Times New Roman AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Times New Roman Bold AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Times New Roman Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Times New Roman Bold Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Trebuchet AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Trebuchet Bold AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Trebuchet Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Trebuchet Bold Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Verdana AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Verdana Bold AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Verdana Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Verdana Bold Italic AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz1234567890 Webdings AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz 1234567890 |