This is f7h's source code cache of
http://graphics.freeweblayouts.net/
. It is a snapshot of the page's source code on 03/18/2009 -
Text Version
<html> <head> <meta name="description" content="Thousands Of The Best Graphics & Glitter Graphics! All New!"> <meta name="keywords" content="myspace graphics, glitter graphics, free myspace graphics, graphics"> <title>Free Web Layouts Glitter Graphics - Thousands of Free Glitter Graphics!</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <SCRIPT language=JavaScript> <!-- Please keep copyright lines in place without changes. // Copyright 2000 William and Mari Bontrager // Copyright 2003 Bontrager Connection, LLC // // For more information and instructions, please // see the "Double Click Trapper" article at // http://willmaster.com/possibilities/archives // When the form's submit button is clicked a second // time, the click trap is set. Here, specify how // many seconds the trap exist before it's released. TrapClicksForHowManySeconds = 90; // If the user clicks the submit button and causes a // trap, or clicks when a trip is set, you may spawn // an alert box with a message. If you do want to // spawn the alert box, specify the message between // the quotation marks. Otherwise, leave it blank. //(Blank is two consecutive quotation mark characters, // with nothing between them.) // Note: If you use any quotation marks in the message // itself, those must be preceeded with a back-slash // character. Example: "My name is \"tall\", okay?" AlertBoxMessage = "Thanks for your submission.\nPlease don't submit same entry twice."; // If the user clicks the submit button and causes a trap, // or clicks when a trip is set, you may spawn a popup // box. If you want to spawn the popup box, specify // the URL of the web page to insert into the popup. // Otherwise, leave it blank. You may also specify // the height of the popup and the width of the popup. PopUpBoxURL = ""; PopUpBoxHeight = 300; PopUpBoxWidth = 500; // If you want the submit button to change its text when // it is clicked, specify the name you assigned to the // form, the name you assigned to the submit button // form field, and the new text for the submit button. // Otherwise, leave at least one of these blank. NameOfForm = ""; NameOfSubmitButton = ""; NewTextForSubmitButton = ""; // ////////////////////////////////////////// // // NO CUSTOMIZATION REQUIRED BELOW THIS POINT // // ////////////////////////////////////////// // TrapTime = 0; DoubleClickTrapperCounter = 0; function DoubleClickTrapperAction() { DoubleClickTrapperCounter++; DoubleClickTrapperButton(); var trapTheClick = false; if(DoubleClickTrapperCounter > 1 ) { trapTheClick = true; } if(trapTheClick == true) { if(TrapTime == 0) { var tDate = new Date; TrapTime = tDate.valueOf(); } else { var tDate = new Date; var localTrapTime = tDate.valueOf(); if((localTrapTime - TrapTime) > (TrapClicksForHowManySeconds * 1000)) { TrapTime = 0; trapTheClick = false; DoubleClickTrapperCounter = 0; } } } var valueToReturn = true; if(trapTheClick == true) { valueToReturn = false; DoubleClickTrapperPopUp(); DoubleClickTrapperAlert(); } return valueToReturn; } // end of function DoubleClickTrapperAction() function DoubleClickTrapperButton() { var formname = StripSpaces(NameOfForm); var submitname = StripSpaces(NameOfSubmitButton); var newtext = StripSpaces(NewTextForSubmitButton); if(formname.length > 0 && submitname.length > 0 && newtext.length > 0) { var s = 'document.' + NameOfForm + '.' + NameOfSubmitButton + ".value = '" + NewTextForSubmitButton + "'"; eval(s); } } // end of function DoubleClickTrapperButton() function DoubleClickTrapperPopUp() { var url = StripSpaces(PopUpBoxURL); if(url.length > 0) { if(PopUpBoxHeight < 1) { PopUpBoxHeight = 200; } if(PopUpBoxWidth < 1) { PopUpBoxWidth = 300; } window.open(url,'',('height=' + PopUpBoxHeight + ',width=' + PopUpBoxWidth + ',resizable=yes,scrollbars=yes')); } } // end of function DoubleClickTrapperPopUp() function DoubleClickTrapperAlert() { var message = StripSpaces(AlertBoxMessage); if(message.length > 0) { alert(AlertBoxMessage); } } // end of function DoubleClickTrapperAlert() function StripSpaces(s) { while(s.indexOf(' ') == 0) { s = s.substr(1); } return s; } // end of function StripSpaces() // --> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"></SCRIPT> <style type="text/css"> <!-- body { background-image: url(http://i72.photobucket.com/albums/i184/fwlimages/index_bg.gif); BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-SIZE: 11px; MARGIN: 0px; VERTICAL-ALIGN: middle; BORDER-LEFT: 0px; COLOR: #666666; BORDER-BOTTOM: 0px; FONT-FAMILY: Tahoma, Arial; scrollbar-3dlight-color:2E384B; scrollbar-arrow-color:FFFFFF; scrollbar-base-color:2E384B; scrollbar-darkshadow-color:2E384B; scrollbar-face-color:2E384B; scrollbar-highlight-color:4F6797; scrollbar-shadow-color:2E384B} a:link {text-decoration: none;color: 343434;} a:visited {text-decoration: none; color: 343434;} a:hover {text-decoration: underline; color: 000;} .link { COLOR: #343434; TEXT-DECORATION: none; } .link:hover { COLOR: #000; TEXT-DECORATION: underline } .link1 { COLOR: #343434; PADDING-RIGHT: 11px; PADDING-LEFT: 11px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; TEXT-DECORATION: none; } .link1:hover { BACKGROUND: url(http://mi2.bpcdn.us/fwlv2beta/linkbg1.gif) no-repeat left top; COLOR: #000; TEXT-DECORATION: underline } .link2 { COLOR: #343434; PADDING-RIGHT: 15px; PADDING-LEFT: 15px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; TEXT-DECORATION: none; } .link2:hover { BACKGROUND: url(http://mi2.bpcdn.us/fwlv2beta/linkbg1.gif) no-repeat left top; COLOR: #000; TEXT-DECORATION: underline } .link3 { COLOR: #343434; PADDING-RIGHT: 25px; PADDING-LEFT: 25px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; TEXT-DECORATION: none; } .link3:hover { BACKGROUND: url(http://mi2.bpcdn.us/fwlv2beta/linkbg1.gif) no-repeat left top; COLOR: #000; TEXT-DECORATION: underline } .link4 { COLOR: #343434; PADDING-RIGHT: 22px; PADDING-LEFT: 22px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; TEXT-DECORATION: none; } .link4:hover { BACKGROUND: url(http://mi2.bpcdn.us/fwlv2beta/linkbg1.gif) no-repeat left top; COLOR: #000; TEXT-DECORATION: underline } .link5 { COLOR: #343434; PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; TEXT-DECORATION: none; } .link5:hover { BACKGROUND: url(http://mi2.bpcdn.us/fwlv2beta/linkbg1.gif) no-repeat left top; COLOR: #000; TEXT-DECORATION: underline } .link6 { COLOR: #343434; PADDING-RIGHT: 17px; PADDING-LEFT: 17px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; TEXT-DECORATION: none; } .link6:hover { BACKGROUND: url(http://mi2.bpcdn.us/fwlv2beta/linkbg1.gif) no-repeat left top; COLOR: #000; TEXT-DECORATION: underline } .linkfp { COLOR: #ffffff; TEXT-DECORATION: none; } .linkfp:hover { COLOR: #ffffff; TEXT-DECORATION: underline } .style2 {font-size: 11px} .style3 { color: #FFFFFF; font-size: 11px; font-weight: bold; } .linkblue { COLOR: #3a4f6c; TEXT-DECORATION: none; } .linkblue:hover { COLOR: #343434; TEXT-DECORATION: underline } .linku { COLOR: #343434; TEXT-DECORATION: underline; } .linku:hover { COLOR: #000; TEXT-DECORATION: none } .linkub { COLOR: #4F6797; TEXT-DECORATION: none; font-weight: bold; } .linkub:hover { COLOR: #343434; TEXT-DECORATION: underline; font-weight: bold; } --> </style> <style type="text/css"> <!-- .forms {scrollbar-3dlight-color:2E384B; scrollbar-arrow-color:FFFFFF; scrollbar-base-color:2E384B; scrollbar-darkshadow-color:2E384B; scrollbar-face-color:2E384B; scrollbar-highlight-color:4F6797; scrollbar-shadow-color:2E384B} .style72 {font-size: 11px; color: #FFFFFF;} .style73 {font-size: 10px} .style7 {font-size: 11px; color: #434951; } --> </style> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="790" height="600" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01"> <tr> <td rowspan="4" valign="top" background="http://i72.photobucket.com/albums/i184/fwlimages/index_01bg.gif"> <img src="http://i72.photobucket.com/albums/i184/fwlimages/index_01.gif" width="16" height="600" alt=""></td> <td rowspan="2" valign="top"> <img src="http://i72.photobucket.com/albums/i184/fwlimages/animatedtopleftimg.gif" width="232" height="69" alt=""></td> <td valign="top"> <img src="http://i72.photobucket.com/albums/i184/fwlimages/index_03.gif" width="87" height="49" alt=""></td> <td valign="top"> <img src="http://i72.photobucket.com/albums/i184/fwlimages/index_04.gif" width="88" height="49" alt=""></td> <td valign="top"> <img src="http://i72.photobucket.com/albums/i184/fwlimages/index_05.gif" width="87" height="49" alt=""></td> <td valign="top"> <img src="http://i72.photobucket.com/albums/i184/fwlimages/index_06.gif" width="87" height="49" alt=""></td> <td valign="top"> <img src="http://i72.photobucket.com/albums/i184/fwlimages/index_07.gif" width="87" height="49" alt=""></td> <td valign="top"> <img src="http://i72.photobucket.com/albums/i184/fwlimages/index_08.gif" width="88" height="49" alt=""></td> <td rowspan="4" valign="top" background="http://i72.photobucket.com/albums/i184/fwlimages/index_09bg.gif"> <img src="http://i72.photobucket.com/albums/i184/fwlimages/index_09.gif" width="18" height="600" alt=""></td> </tr> <tr> <td height="20" background="http://i72.photobucket.com/albums/i184/fwlimages/index_10.gif"> <div align="center" class="style2"><a href="http://www.freeweblayouts.net/go.php?id=layouts" class="link1">Free Layouts</a></div></td> <td height="20" background="http://i72.photobucket.com/albums/i184/fwlimages/index_11.gif"> <div align="center" class="style2"><a href="http://www.freeweblayouts.net/go.php?id=generators" class="link2">Generators</a></div></td> <td height="20" background="http://i72.photobucket.com/albums/i184/fwlimages/index_12.gif"> <div align="center" class="style2"><a href="http://www.freeweblayouts.net/go.php?id=members" class="link1">Member Area</a></div></td> <td height="20" background="http://i72.photobucket.com/albums/i184/fwlimages/index_13.gif"><div align="center" class="style2"><a href="http://graphics.freeweblayouts.net/" class="link1">New Graphics</a></div></td> <td height="20" background="http://i72.photobucket.com/albums/i184/fwlimages/index_14.gif"> <div align="center" class="style2"><a href="http://www.freeweblayouts.net/go.php?id=help" class="link2">Online Help</a></div></td> <td height="20" background="http://i72.photobucket.com/albums/i184/fwlimages/index_15.gif"><div align="center" class="style2"><a href="http://www.freepagegraphics.com/custommyspacelayout.php?id=$id&name=Your%20Own%20Personal&cat=myspaceactors" target="_blank" class="link1">Layout Editor</a></div></td> </tr> <tr> <td height="33" colspan="7" background="http://i72.photobucket.com/albums/i184/fwlimages/index_16.gif"><table width="756" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="5" colspan="8"><img src="http://mi2.bpcdn.us/fwlv2beta/spacer.gif" width="1" height="5"></td> </tr> <form method="POST" action="http://www.freeweblayouts.net/go.php?id=login"> <tr> <td width="5"> </td> <td width="211"><span class="style3"><a href="http://www.freeweblayouts.net/go.php?id=members" target="_blank" class="linkfp"><font color="ffffff">Register</font></a> - Members Login »</span></td> <td width="66"><span class="style3"> Email:</span></td> <td width="111"><span class="style3"> <input name="email" type="text" id="email" size="14"> </span></td> <td width="65"><span class="style3"> Password:</span></td> <td width="87"><span class="style3"> <input name="password" type="password" size="14"> </span></td> <td width="83"><span class="style3"> <input type="submit" value="Submit" name="submit"> </span></td> <td width="128"><div align="left" class="style3"><a href="#" target="_blank" class="linkfp"><font color="ffffff">Forgot Password?</font></a> </div></td> </tr> </form> </table></td> </tr> <tr> <td colspan="7" valign="top" background="http://i72.photobucket.com/albums/i184/fwlimages/index_17.gif"><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="1"><img src="http://mi2.bpcdn.us/fwlv2beta/images/spacer.gif" width="1" height="1"></td> <td width="746" background="http://i72.photobucket.com/albums/i184/fwlimages/bluebghead.gif"><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0"> <tr> <td><span class="style3"> Browsing » <a href="http://www.freeweblayouts.net/"><font color="ffffff">Free Web Layouts</font></a> » <a href="http://graphics.freeweblayouts.net/"><font color="ffffff">Glitter Graphics</font></a> </span></td> </tr> </table></td> </tr> </table> <!-- ValueClick Media 468x60 and 728x90 Banner CODE for freeweblayouts.net --> <script language="javascript" src="http://media.fastclick.net/w/get.media?sid=23336&m=1&tp=5&d=j&t=n"></script> <noscript> <div align="center"><a href="http://media.fastclick.net/w/click.here?sid=23336&m=1&c=1" target="_blank"> <img src="http://media.fastclick.net/w/get.media?sid=23336&m=1&tp=5&d=s&c=1" width=728 height=90 border=1></a></div> </noscript> <!-- ValueClick Media 468x60 and 728x90 Banner CODE for freeweblayouts.net --> <br /> <b>Warning</b>: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'graphics_g1'@'10.78.40.162' (using password: YES) in <b>/home/graphics/public_html/upload/connect.php</b> on line <b>2</b><br /> I cannot connect to the database because: Access denied for user 'graphics_g1'@'10.78.40.162' (using password: YES)