Log In · Register

 
 
Closed TopicStart new topic
php coding help only 6 lines of code
rubicon
post Oct 10 2006, 06:38 PM
Post #1


Senior Member
***

Group: Member
Posts: 56
Joined: Aug 2006
Member No: 454,246



I have a layout previewer that i am working on but i am having trouble with getting the actual layouts to work in the code...i dont know where to put the links for my layouts inside of the code so this is why im stuck

line 2 is what i thought i needed to do but it didnt work


<option value="">Select style</option>
<option value="<?=$PHP_SELF."?myspace/raygun.css"?>">Nike Dunk Raygun</option>
<option value="<?=$PHP_SELF."?c=2"?>">Layout number two</option>
<option value="<?=$PHP_SELF."?c=3"?>">Layout number three</option>
<option value="<?=$PHP_SELF."?c=4"?>">Layout number four</option>
</select></form>




thanks for any help!! whistling.gif
 
*mipadi*
post Oct 11 2006, 11:06 AM
Post #2





Guest






QUOTE(rubicon @ Oct 10 2006, 7:38 PM) *
I have a layout previewer that i am working on but i am having trouble with getting the actual layouts to work in the code...i dont know where to put the links for my layouts inside of the code so this is why im stuck

line 2 is what i thought i needed to do but it didnt work
<option value="">Select style</option>
<option value="<?=$PHP_SELF."?myspace/raygun.css"?>">Nike Dunk Raygun</option>
<option value="<?=$PHP_SELF."?c=2"?>">Layout number two</option>
<option value="<?=$PHP_SELF."?c=3"?>">Layout number three</option>
<option value="<?=$PHP_SELF."?c=4"?>">Layout number four</option>
</select></form>
thanks for any help!! whistling.gif

I'm not sure exactly what you are trying to do, but if $PHP_SELF is supposed to be a link to the current script, try using $_SERVER['SCRIPT_NAME'] instead.

What information is $PHP_SELF supposed to hold, in your case?
 
rubicon
post Oct 11 2006, 11:27 AM
Post #3


Senior Member
***

Group: Member
Posts: 56
Joined: Aug 2006
Member No: 454,246



the info links to css files that i have..the problem is i didnt write this code and cant find the person that did so i am not so sure where exactly i am to insert the css file links

i tried it like this but to no avail...so im still doing something wrong

<option value="<?=$_SERVER["myspace/raygun.css"]>Nike Dunk Raygun</option>
 
*mipadi*
post Oct 11 2006, 03:53 PM
Post #4





Guest






Hm, well, assuming the name of the file is stored in "c" (as in, the address of the script is something like http://www.mysite.com/index.php?c=xxx, where "xxx" is the name of one of your styles), then you could put this tag in the <head> of your document:
CODE
<link rel="stylesheet" type="text/css" href="<?php echo $_GET['c']; ?>.css" />
 
rubicon
post Oct 11 2006, 04:23 PM
Post #5


Senior Member
***

Group: Member
Posts: 56
Joined: Aug 2006
Member No: 454,246



sorry i was i had more info about this code but i cant get in touch with the girl that gave me this script..its actually a very long script but im just giving you this small bit because i know this is where the problem lies...the script calls for a file stored on my web server but in order for it to pull the file i have to place the file's link inside of this line of coding...where exactly i dont know and this is where i am lost


<option value="<?=$PHP_SELF."?c=2"?>">Layout number two</option>

the only part that is relevant to the problem is that which is bold..hopefully this helps you to be able to help me... biggrin.gif
 
*mipadi*
post Oct 11 2006, 06:36 PM
Post #6





Guest






What exactly are you trying to do? Are you trying to create a pop-up menu that will allow a user to select different stylesheets?

It might help if you posted the whole script or at least linked to it.
 
rubicon
post Oct 11 2006, 07:02 PM
Post #7


Senior Member
***

Group: Member
Posts: 56
Joined: Aug 2006
Member No: 454,246



yes that is exactly what i am trying to do and here is the entire code

<html>
<head>
<title>XclusiveCloset.com » Myspace Layouts » Live Preview</title>
<meta name="keywords" content="dunk,dunks,nike,sb,skateboard,xclusive,exclusive,xclusive closet,nike dunk,xclusivecloset,af1, jordan,air force 1,spitfire,zoo york,zoom,air zoom,sneaker,sneakerhead,p. rod,prod,skatepark, ape, milo, bathing ape, bape, bapesta, bape star, nigo, jordan, shox, jumpman, niketalk, hiphop, rap, wholesale kicks, wholesale dunks, wholesale air force one, wholesale jordan, pharrell bathing ape, jay-z, fat joe, xclusive shoes, xclusive, exclusive shoes, rare dunks, rare nike, nicekicks, cankicks
" />
<meta name="description" content="MySpace Profile - Xclusive Layouts, dunks, air force 1, bape, adidas, puma, jordan." />
<meta http-equiv="expires" content="0" />
<meta http-equiv="Pragma" content="no-cache" />
<link rel="STYLESHEET" type="text/css" href="http://x.myspace.com/js/myspace.css" />
<?
if(!isset($_GET['c']))
$style="1";
else $style=$c;
?>
<style type="text/css" media="screen">@import url(<?=$style?>.css );</style>
<script language="JavaScript">
randomseed = Date.parse(new Date());
</script>
<script language="JavaScript" SRC="http://x.myspace.com/js/myspace.js"></script>
<script language="Javascript" src="http://x.myspace.com/js/ASJS031.js"></script>
<script language="JavaScript" src="http://x.myspace.com/js/functions.js"></script>
</script>

</head>
<body bgcolor="e5e5e5" alink="4e607b" link="4e607b" vlink="4e607b" bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0">
<div id="tipDiv" style="position:absolute; visibility:hidden; z-index:100"></div>
<div align="center">
<div align="center" style="border: 1px solid #333; width:750px; background-color:white; color:red; text-align:center;">
<h3>Use the dropdown menu to change the Layout</h3>
<form action="index.php">
<select name="select_style" onChange="window.location=(this.form.select_style[this.form.select_style.selectedInde
].value);">
<option value="">Select style</option>
<option value="<?=$PHP_SELF."?http://xclusivecloset.com/myspace/raygun.css"?>">Nike Dunk Raygun</option>
<option value="<?=$PHP_SELF."?c=2"?>">Layout number two</option>
<option value="<?=$PHP_SELF."?c=3"?>">Layout number three</option>
<option value="<?=$PHP_SELF."?c=4"?>">Layout number four</option>
</select></form>
</form><h3>To view the code for this Layout, Please <a href="file:///C|/Documents%20and%20Settings/Compaq_Owner/Desktop/code.php?c=<?=$style?>"><img src="http://img420.imageshack.us/img420/5483/clickherelp9.jpg" border="0"></a>.</h3>
Copy And Paste The Code Into Your "About Me" Section.
</div></div><br>
<div align="center">
<table width="800" border="0" align="center" cellpadding="5" cellspacing="0" bgcolor="003399">
<form action="#" method="post">
<tr>
<td> <a class="navb script: void(0);" onClick="java script: up_launchIC( '0', '103201144', '', 0 ); return false;"><img src="http://x.myspace.com/images/messagefriend.gif" border="0" align="middle"></a></td>
<td width="15" height="5" bgcolor="#ffffff"><img src="http://x.myspace.com/images/clear.gif" width="15" height="8" border="0"></td>
<td width="150" nowrap height="5" bgcolor="#ffffff" align="center" class="text" valign="top"><a href="http://collect.myspace.com/index.cfm?fuseaction=block.blockUser&userID=103201144" onClick="return confirm('Are you sure you want to block this user?\n- to block this user, hit OK\n- otherwise, hit Cancel');" target="_blank"><img src="http://x.myspace.com/images/blockuser.gif" border="0" align="middle"></a></td>
</tr>
<tr>
<td width="130" nowrap height="5" bgcolor="#ffffff" align="center" class="text" valign="top"><a href="http://groups.myspace.com/index.cfm?fuseaction=groups.addtogroup&friendID=103201144" target="_blank"><img src="http://x.myspace.com/images/icon_add_to_group.gif" border="0" align="middle"></a></td>
<td width="15" height="5" bgcolor="#ffffff"><img src="http://x.myspace.com/images/clear.gif" width="15" height="1" border="0"></td>
<td width="150" nowrap height="2" bgcolor="#ffffff" align="center" class="text" valign="middle"><a href="http://collect.myspace.com/index.cfm?fuseaction=RateImage.UserRating&UserID=103201144" target="_blank"><img src="http://x.myspace.com/images/icon_rank_user4.gif" border="0" align="middle"></a></td>
</tr>
<tr>
<td><img src="http://x.myspace.com/images/clear.gif" width="1" height="5" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table border="0" align="center" cellspacing="0" cellpadding="1" width="300">
<tr>
<td height="10" valign="top"><img src="http://x.myspace.com/images/1by1.gif" width="1" height="10"></td>
</tr>
<tr valign="top">
<td bgcolor="#6699cc" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#ffffff">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="70%"><div align="left"><strong> MySpace URL: </strong></div></td>
<td width="30%"></td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#ffffff">
<td><div align="left"> http://www.myspace.com/thisrubicon </div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="10" valign="top"><img src="http://x.myspace.com/images/1by1.gif" width="1" height="10"></td>
</tr>
</table>
<br />
<img src="http://i32.photobucket.com/albums/d12/nuclearcentury/ms/music-player.gif" border="0">
<br /><br />
<script language="JavaScript">siteURL = "http://www.myspace.com/"</script>
<script language="JavaScript" src="http://x.myspace.com/js/highlightInterests.js"></script>
<table id="Table1" bordercolor="#6699cc" cellspacing="0" cellpadding="0" width="300" bgcolor="#6699cc" border="1">
<tr>
<td class="text" valign="middle" align="left" width="300" bgcolor="#6699cc" wrap="" style="WORD-WRAP:break-word"> <span class="whitetext12">Xclusive's Interests</span></td>
</tr>
<tr valign="top">
<td>
<table id="Table2" bordercolor="#000000" cellspacing="3" cellpadding="3" width="300" align="center" bgcolor="#ffffff" border="0">
<tr id=GeneralRow><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">General</span></td><td id="ProfileGeneral" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word"><Z>This is my General Info</td></tr><script language="JavaScript">highlightInterests("ProfileGeneral");</script><tr id=MusicRow><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Music</span></td><td id="ProfileMusic" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word"><Z>This is my Music Info</td></tr><script language="JavaScript">highlightInterests("ProfileMusic");</script><tr id=MoviesRow><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Movies</span></td><td id="ProfileMovies" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word"><Z>This is my Movies Info</td></tr><script language="JavaScript">highlightInterests("ProfileMovies");</script><tr id=TelevisionRow><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Television</span></td><td id="ProfileTelevision" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word"><Z>This is my Television Info</td></tr><script language="JavaScript">highlightInterests("ProfileTelevision");</script><tr id=BooksRow><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Books</span></td><td id="ProfileBooks" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word"><Z>This is my Books Info</td></tr><script language="JavaScript">highlightInterests("ProfileBooks");</script><tr id=HeroesRow><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Heroes</span></td><td id="ProfileHeroes" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word"><Z>This is my Heroes Info</td></tr><script language="JavaScript">highlightInterests("ProfileHeroes");</script>
</table>
</td>
</tr>
</table>
<br>
<table bordercolor="#6699cc" cellspacing="0" cellpadding="0" width="300" bgcolor="#6699cc" border="1">
<tr>
<td class="text" valign="center" align="left" width="300" bgcolor="#6699cc" height="10" wrap="" style="WORD-WRAP:break-word"> <span class="whitetext12"> Xclusive's Details</span></td>
</tr>
<tr valign="top">
<td>
<table bordercolor="000000" cellspacing="3" cellpadding="3" width="300" align="center" bgcolor="ffffff" border="0">
<tr id=Status:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Status:</span></td><td id="ProfileStatus:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Single</td></tr><tr id=Here for:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Here for:</span></td><td id="ProfileHere for:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Friends</td></tr><tr id=Orientation:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Orientation:</span></td><td id="ProfileOrientation:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Straight</td></tr><tr id=Hometown:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Hometown:</span></td><td id="ProfileHometown:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Dunktown, OH</td></tr><tr id=Body type:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Body type:</span></td><td id="ProfileBody type:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">6' 5" / athletic</td></tr><tr id=Ethnicity:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Ethnicity:</span></td><td id="ProfileEthnicity:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Black</td></tr><tr id=Religion:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Religion:</span></td><td id="ProfileReligion:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Christian</td></tr><tr id=Zodiac Sign:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Zodiac Sign:</span></td><td id="ProfileZodiac Sign:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Capricorn</td></tr><tr id=Smoke / Drink:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Smoke / Drink:</span></td><td id="ProfileSmoke / Drink:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">No / No</td></tr><tr id=Children:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Children:</span></td><td id="ProfileChildren:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Someday</td></tr><tr id=Education:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Education:</span></td><td id="ProfileEducation:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">High school/College</td></tr><tr id=Occupation:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Occupation:</span></td><td id="ProfileOccupation:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">CEO</td></tr><tr id=Income:Row><td valign="top" align="left" width="100" bgcolor="#b1d0f0"><span class="lightbluetext8">Income:</span></td><td id="ProfileIncome:" width="175" bgcolor="#d5e8fb" style="WORD-WRAP: break-word">Put Your Income Here</td></tr>
</table>
</td>
</tr>
</table><br>
<form action="#" method="get" name="SchoolSearch">
<input type="hidden" name="Mytoken" value="20050520085253"> <input type="hidden" name="fuseaction" value="find">
<input type="hidden" name="circuitaction" value="search"> <input type="hidden" name="searchType" value="network">
<input type="hidden" name="f_first_name"> <input type="hidden" name="f_Last_name">
<input type="hidden" name="InterestType" value="SCH-REF"> <input type="hidden" name="f_email">
<input type="hidden" name="f_search_criteria"> <input type="hidden" name="page" value="0">
<input type="hidden" name="Major"> <input type="hidden" name="Clubs"> <input type="hidden" name="CurrentCourses">
</form>
<script language="javascript">
function findMajors( SchoolId, major )
{
var form = document.SchoolSearch;
form.Major.value = major;
form.f_search_criteria.value = SchoolId;
form.submit();
}
</script>
<table bordercolor="#6699cc" cellspacing="0" cellpadding="0" width="300" border="1">
<tr>
<td class="text" valign="middle" align="left" width="300" bgcolor="#6699cc" height="10" wrap="" style="WORD-WRAP:break-word"> <span class="whitetext12">Xclusive's Schools</span></td>
</tr>
<tr>
<td>
<table bordercolor="#000000" cellspacing="3" cellpadding="3" width="300" align="center" border="0">
<tr>
<td valign="top" align="left" width="240" bgcolor="b1d0f0">
<a href="#">This is my school's name.</a>
<br>
City, State/Region
<br>
Graduated: <a href="#">Year</a>
<br>
Student status: Status<br />
Degree: Degree<br />
Clubs: This is my Clubs/Organizations<br />

<a id="ctl00_Main_ctl00_UserSchoolDisplay1_SchoolRepeater_ctl00_ctrlGreekLink"></a><br />
<br>
</td>
<td valign="top" align="middle" width="60" bgcolor="d5e8fb">Year to Year</td>
</tr>
<tr>
<td valign="top" align="left" width="240" bgcolor="b1d0f0">
<a href="#">This is my school's name.</a>
<br>
City, State/Region
<br>
Graduated: <a href="#">Year</a>
<br>
Student status: Status<br />
Degree: Degree<br />
Clubs: This is my Club/Organizations<br />

<a id="ctl00_Main_ctl00_UserSchoolDisplay1_SchoolRepeater_ctl01_ctrlGreekLink"></a><br />
<br>
</td>
<td valign="top" align="middle" width="60" bgcolor="d5e8fb">Year to Year</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table bordercolor="6699cc" cellspacing="0" cellpadding="0" width="300" border="1">
<tr>
<td class="text" valign="center" align="left" width="300" bgcolor="6699cc" height="10" wrap="" style="word-wrap:break-word" colspan="2"> <span class="whitetext12">Xclusive's Networking</span></td>
</tr>
<tr>
<td>
<table bordercolor="000000" cellspacing="3" cellpadding="3" width="300" align="center" border="0">
<tr>
<td bgcolor="b1d0f0" colspan="2"><a href="#">This</a> - <a href="#">Is My</a> - <a href="#">Business</a></td>
</tr>
<tr><td bgcolor="d5e8fb">This is my Description<br></td></tr>
</table>
</td>
</tr>
<tr>
<td>
<table bordercolor="000000" cellspacing="3" cellpadding="3" width="300" align="center"border="0">
<tr>
<td bgcolor="b1d0f0" colspan="2"><a href="#">This</a> - <a href="#">Is My</a> - <a href="#">Business</a></td>
</tr>
<tr><td bgcolor="d5e8fb">This is my Description<br></td></tr>
</table>
</td>
</tr>
</table>
<br>
<table bordercolor="6699cc" cellspacing="0" cellpadding="0" width="300" border="1">
<tr>
<td class="text" valign="center" align="left" width="300" bgcolor="6699cc" height="10" wrap="" style="word-wrap:break-word"> <span class="whitetext12">Xclusive's Companies</span></td>
</tr>
<tr><td>
<table bordercolor="6699cc" cellspacing="3" cellpadding="3" width="300" align="center" border="0">
<tr>
<td valign="top" align="left" width="240" bgcolor="b1d0f0">This is my Company Name<br />This is my City, This is my State/Region US<br />This is my Title/Position<br />This is my Division<br></td>
<td valign="top" align="middle" width="60" bgcolor="d5e8fb">Year to Year</td>
</tr>
<tr>
<td valign="top" align="left" width="240" bgcolor="b1d0f0">This is my Company Name<br />This is my City, This is my State/Region US<br />This is my Title/Position<br />This is my Division<br></td>
<td valign="top" align="middle" width="60" bgcolor="d5e8fb">Year to Year</td>
</tr>
</table>
</td></tr>
</table><br>
</td>
<td valign="top" align="center" width="15" bgcolor="#ffffff"><img id="ctl00_Main_ctl00_Img2" height="1" width="20" border="0" /></td>
<td class="text" valign="top" align="center" width="435" bgcolor="#ffffff"><br> <!-- NETWORK INFORMATION : BEGIN -->
<table id="Table1" bordercolor="#000000" height="75" cellspacing="0" cellpadding="0" width="435" border="1">
<tr>
<td valign="middle" align="center" width="435" style="word-wrap:break-word"><span class="blacktext12"><span id="ctl00_Main_ctl00_UserNetwork1_ctrlMessage">XclusiveCloset.com is in your extended network</span><br></span></td>
</tr>
</table>
<br>
<table bordercolor="000000" cellspacing="3" cellpadding="0" width="435" align="center" bgcolor="ffffff" border="0">
<tr>
<td width="435" style="word-wrap:break-word"><span class="btext">Xclusive's Latest Blog Entry </span>[<a href='http://blog.myspace.com/index.cfm?fuseaction=blog.ConfirmSubscribe&friendID=103201144' target="_blank">Subscribe to this Blog</a>]<br><br></td>
</tr>
<tr valign="top">
<td width="435" style="word-wrap:break-word">
This is my Blog's Subject (<a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=userid&blogID=0" target="_blank">view more</a>)
<br><br>
</td>
</tr>
<tr valign="top">
<td width="435" style="word-wrap:break-word">
This is my Blog's Subject (<a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&friendID=userid&blogID=0" target="_blank">view more</a>)
<br><br>
</td>
</tr>
<tr>
<td valign="top" align="left" bgcolor="ffffff" height="25">[<a href="http://blog.myspace.com/index.cfm?fuseaction=blog.ListAll&friendID=userid" target="_blank">View All Blog Entries</a>]</td>
</tr>
</table>
<br>
<table bordercolor="ffcc99" cellspacing="0" cellpadding="0" width="435" bgcolor="ffcc99" border="0">
<tr>
<td class="text" valign="center" align="left" width="300" bgcolor="ffcc99" height="17" wrap="" style="word-wrap:break-word"> <span class="orangetext15">Xclusive's Blurbs</span></td>
</tr>
<tr><td>
<table bordercolor="000000" cellspacing="3" cellpadding="3" width="435" align="center" bgcolor="ffffff" border="0">
<tr>
<td valign="top" align="left" width="435" bgcolor="ffffff" style="word-wrap:break-word"><span class="orangetext15">About me:</span><br>
<center><h2>THIS IS A DEMO PROFILE</h2>
<h3>To view the code for this Layout, Please <a href="file:///C|/Documents and Settings/Melissa J. Verzyl/My Documents/indexshow/codes.php?Layout=Classic_Bruise"><img src="file:///C|/Documents and Settings/Melissa J. Verzyl/My Documents/indexshow/images/clickhere.jpg" border="0"></a>.</h3></center>
<?
/*
<style type="text/css" media="screen">
body {
background-color:D0CCE8;
border-top:0px;
border-bottom:0px;
border-left: 0px;
border-right: 0px;
border-color: 000;
border-style: solid;
background-image: URL("");
background-attachment: fixed;
background-position: bottom left;
background-repeat: no-repeat;
scrollbar-arrow-color: FFF;
scrollbar-track-color: D0CCE8;
scrollbar-shadow-color: 3E3F51;
scrollbar-face-color: 4A4B60;
scrollbar-highlight-color: FFFFFF;
scrollbar-darkshadow-color: 2D2D3A;
scrollbar-3dlight-color: CAC5E4;
}
table table table td.text div img {visibility:hidden;}
table table table td.text div {
background-color:transparent;
background-repeat:no-repeat;}
table table table td.text table table div img {visibility:visible;}
table table td.text table div,
table table table td.text table div {
background-image:none;}
table table table {width:300px;}
table table td.text table {width:auto;}
table table table td {vertical-align: top ! important;}
span.blacktext12 {
visibility: visible !important;
background-color: transparent;
background-image: none;
background-repeat: repeat;
background-position: center center;
border-color: 000000;
border-width: 0px;
border-style: solid;
font: normal 0px trebuchet ms;
font-color: FFF;
width: 435px; height: 100px; display: block !important;}
span.blacktext12 span { display:none; }
span.blacktext12 img { display:none; }
.blacktext12 { display: none; visibility: hidden; }
B, STRONG {font: bold 12px trebuchet ms; text-transform:none; color: 000000;}
I, EM {font: italic 12px trebuchet mes; text-transform:none; color: 000000;}
</style><a href="http://panicked.nuclearcentury.com"
style="z-index:9; width:80px; height:15px; position:absolute; top:5px; left:83%;
margin-left:80px;background-image:url('http://i44.photobucket.com/albums/f25/panicked00/credit1.gif'); background-repeat:no-repeat;">
</a><style type="text/css">
BODY, P, TD, FONT {font: normal 12px trebuchet ms; color: 000000; text-transform:none;}
body, td, li, p, div, textarea, li, h1, h2, p, br, table {font: normal 12px trebuchet ms; color: 000000; text-transform:none;}
.text {font: normal 12px trebuchet ms; color: 000000; text-transform:none; text-align: justify;}
.redtext {font: normal 12px trebuchet ms; color: 000000; text-transform:uppercase;}
.redbtext {font: normal 12px trebuchet ms; color: 000000; text-transform:uppercase;}
.lightbluetext8 {font: normal 10px trebuchet ms; color:000000; text-transform: uppercase; text-align: left;}
.orangetext15 { display: none; visibility: hidden; }
.btext { font: normal 12px trebuchet ms; text-transform: uppercase; text-align: right; color: FFFFFF; background-color: transparent; border: none; border-bottom: 4px solid; border-color: CAC5E4; display: block; letter-spacing: 1px; }
.whitetext12 { font: normal 12px trebuchet ms; text-transform: uppercase; text-align: right; color: FFFFFF; background-color: transparent; border: none; border-bottom: 4px solid; border-color: CAC5E4; display: block; letter-spacing: 1px; }
.blacktext10 { font: normal 12px trebuchet ms; text-transform: uppercase; text-align: right; color: FFFFFF; background-color: transparent; border: none; border-bottom: 4px solid; border-color: CAC5E4; display: block; letter-spacing: 1px; }
.nametext { font: normal 12px trebuchet ms; text-transform: uppercase; text-align: right; color: FFFFFF; background-color: transparent; border: none; border-bottom: 4px solid; border-color: CAC5E4; display: block; letter-spacing: 1px; }
TABLE, TD, TR, TH {font: normal 12px trebuchet ms; color: 000000; text-transform:none; cursor: default;}
TABLE, TR, TD {border: none; border-color: none; background-color: transparent; padding: 0px; margin: auto;}
TABLE {border: none; border-color: none; background-color: transparent; padding: 0px;}
TABLE TABLE {border: none; border-color: none; background-color: transparent; padding: 0px;}
TABLE TABLE TABLE TABLE {border: none; border-color: 000000;}
table table table {border:1px solid; border-color:000000; padding:0; background-color:9A96AF;}
table tbody td table tbody tr td.text table{background-color:4A4B60;}
a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.redlink:link, a.redlink:active, a.redlink:visited { font: normal 12px trebuchet ms; text-transform: none; color: 000000; text-decoration: underline; }
a.navbar:link, a.navbar:active, a.navbar:visited { font: normal 12px trebuchet ms; text-transform: none; color: 000000; text-decoration: underline; }
a.navbar:hover { font: normal 12px trebuchet ms; text-transform: none; color: FFF; text-decoration: underline; background-color: transparent; cursor: crosshair; }
a:hover, a.redlink:hover { font: normal 12px trebuchet ms; text-transform: none; color: FFF; text-decoration: underline; background-color: transparent; cursor: crosshair; }
a img { border-color: 000000; border-style: solid; border-width: 0px; }
a:hover img { filter: none; }
.contactTable {
width:300px !important; height:150px !important; padding:0px !important;
background-image:url("http://i44.photobucket.com/albums/f25/panicked00/CT/35.jpg");
background-attachment:scroll; background-position:center center;
background-repeat:no-repeat; background-color:transparent; border:0px;}
.contactTable table, table.contactTable td { padding:0px !important;
border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:15px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
.contactTable .whitetext12 { display:none; }</style>
*/
?>
</td>
</tr>
<tr>
<td valign="top" align="left" width="435" bgcolor="ffffff" style="word-wrap:break-word"><span class="orangetext15">Who I'd like to meet:</span><br>
<b>YOU!!!</b> If you are going to use any of my layots, you should keep the following in mind.<br />
<ol>
<li><strong>Leave the linkbacks and buttons intact on any layout you use.</strong></li>
<li><strong>Do not edit or modify the layout in any way.</strong></li>
<li><strong>LEAVE A COMMENT ON THE MAIN PAGE if/when you use a layout.</strong></li>
</ol>
</td>
</tr>
</table>
</td></tr>
</table><br>
<table id="ctl00_Main_ctl00_UserFriends1_pnlFriends" bordercolor="000000" cellspacing="0" cellpadding="0" width="435" border="0">
<tr>
<td class="text" align="left" width="435" bgcolor="ffffff" height="20">
<table height="20" cellspacing="0" cellpadding="0" width="435" bgcolor="ffcc99">
<tr>
<td width="435" style="word-wrap:break-word"> <span class="orangetext15">Xclusive's Friend Space</span></td>
</tr>
</table>
<table cellspacing="0" cellpadding="5" width="435" align="center" border="0">
<tr>
<td bgcolor="ffffff" colspan="4" width="435" style="word-wrap:break-word"><span class="btext">Xclusive has <span class="redbtext">1,234,549</span> friends.</span></td>
</tr>
<tr>
<td>
<table width="435" border="0" cellspacing="0" cellpadding="5" align="center">
<tr>
<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center"><tr><td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a> </td></tr><tr><td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode1" CLASS="DataPoint=OnlineNow;UserID=000;"></div></td></tr></table>
</td>
<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center"><tr><td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a> </td></tr><tr><td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode1" CLASS="DataPoint=OnlineNow;UserID=000;"></div></td></tr></table>
</td>
<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center"><tr><td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a> </td></tr><tr><td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode1" CLASS="DataPoint=OnlineNow;UserID=000;"></div></td></tr></table>
</td>
<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center"><tr><td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a> </td></tr><tr><td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode1" CLASS="DataPoint=OnlineNow;UserID=000;"></div></td></tr></table>
</td>
</tr><tr>
<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center"><tr><td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a> </td></tr><tr><td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode1" CLASS="DataPoint=OnlineNow;UserID=000;"></div></td></tr></table>
</td>
<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center"><tr><td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a> </td></tr><tr><td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode1" CLASS="DataPoint=OnlineNow;UserID=000;"></div></td></tr></table>
</td>
<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center"><tr><td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a> </td></tr><tr><td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode1" CLASS="DataPoint=OnlineNow;UserID=000;"></div></td></tr></table>
</td>
<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center"><tr><td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word"> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a> </td></tr><tr><td bgcolor="FFFFFF" align="center" valign="top" width="25%"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode1" CLASS="DataPoint=OnlineNow;UserID=000;"></div></td></tr></table>
</td>
</tr>
</table>
</td>
</tr>
<div id="ctl00_Main_ctl00_UserFriends1_pnlAllFriendsLink">
<tr id="ctl00_Main_ctl00_UserFriends1_Tr1" valign="center" align="right">
<td bgcolor="FFFFFF" colspan="4"><a class="redlink" href="http://Home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=103201144" target="_blank">View All of Xclusive's Friends </a><br><br></td>
</tr>
</div>
</table>
</td>
</tr>
</table>
<br>
<table bordercolor="000000" cellspacing="0" cellpadding="0" width="435" border="0">
<tr>
<td class="text" align="left" width="435" bgcolor="ffffff" height="20">
<table bordercolor="ffcc99" height="20" cellspacing="0" cellpadding="0" width="441" bgcolor="ffcc99" border="1">
<tr>
<td width="441" style="word-wrap: break-word"><span class="orangetext15">Xclusive's Friends Comments</span></td>
</tr>
</table>
<table bordercolor="000000" cellspacing="3" cellpadding="0" width="435" align="center" bgcolor="ffffff" border="0">
<tr>
<td>
<b>Displaying <span class="redtext">5</span> of <span class="redtext">5</span>comments (<a href="http://comments.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=103201144" target="_blank">View/Edit All Comments</a>)
</td>
</tr>
<tr>
<td bordercolor="ff9933" bgcolor="ffcccc">
<table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="FFffff">
<tr><td align="center" valign="top" width="150" bgcolor="FF9933" style="word-wrap: break-word"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a><br><br><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif" border="0"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode000" CLASS="DataPoint=OnlineNow;UserID=000;"></div><br><br></td><td bgcolor="F9D6B4" align="left" valign="top" width="260" style="word-wrap: break-word"><span class="blacktext10">1/1/2006 11:11 AM</span><br><br>Comment</td></tr>
<tr><td align="center" valign="top" width="150" bgcolor="FF9933" style="word-wrap: break-word"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a><br><br><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif" border="0"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode000" CLASS="DataPoint=OnlineNow;UserID=000;"></div><br><br></td><td bgcolor="F9D6B4" align="left" valign="top" width="260" style="word-wrap: break-word"><span class="blacktext10">1/1/2006 11:11 AM</span><br><br>Comment</td></tr>
<tr><td align="center" valign="top" width="150" bgcolor="FF9933" style="word-wrap: break-word"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a><br><br><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif" border="0"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode000" CLASS="DataPoint=OnlineNow;UserID=000;"></div><br><br></td><td bgcolor="F9D6B4" align="left" valign="top" width="260" style="word-wrap: break-word"><span class="blacktext10">1/1/2006 11:11 AM</span><br><br>Comment</td></tr>
<tr><td align="center" valign="top" width="150" bgcolor="FF9933" style="word-wrap: break-word"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a><br><br><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif" border="0"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode000" CLASS="DataPoint=OnlineNow;UserID=000;"></div><br><br></td><td bgcolor="F9D6B4" align="left" valign="top" width="260" style="word-wrap: break-word"><span class="blacktext10">1/1/2006 11:11 AM</span><br><br>Comment</td></tr>
<tr><td align="center" valign="top" width="150" bgcolor="FF9933" style="word-wrap: break-word"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000">Friend</a><br><br><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=000"><img src="http://x.myspace.com/images/no_pic.gif" border="0"></a><br><DIV style="width:80px;height:20px;" ID="UserDataNode000" CLASS="DataPoint=OnlineNow;UserID=000;"></div><br><br></td><td bgcolor="F9D6B4" align="left" valign="top" width="260" style="word-wrap: break-word"><span class="blacktext10">1/1/2006 11:11 AM</span><br><br>Comment</td></tr>
</table> </td> </tr>
<tr>
<td align="right"><a href="http://comments.myspace.com/index.cfm?fuseaction=user&circuitaction=viewProfile_commentForm&friendID=103201144" target="_blank">Add Comment</a></td>
</tr>
</table> </td>
</tr>
</table>
<img id="ctl00_Main_ctl00_UserComments1_indimg" width="1" height="1" />
</td>
</tr>
</table>
</td>
</tr>
</table>
<style>
a .text
{
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#e5e5e5" valign="top">
<td>
<div align="center">
<div align="center"><br/><a class="text" href="#"><u>About</u></a> | <a class="text" href="#"><u>FAQ</u></a> | <a class="text" href="#"><u>Terms</u></a> | <a class="text" href="#"><u>Privacy</u></a> | <a class="text" href="#"><u>Safety Tips</u></a> | <a class="text" href="#"><u>Contact Myspace </u></a> | <a class="text" href="#"><u>Report Inappropriate Content</u></a> | <a class="text" href="#"><u>Promote!</u></a> | <a class="text" href="#"><u>Advertise</u></a></div>
<br />
<br />
<fontface="Arial, Helvetica, sans-serif" size="0"><a style="font-weight:normal;color:black" href="http://www.myspace.com">©2003-2006 MySpace.com. All Rights Reserved.</a></font>
</div>
</td>
</tr>
</table>
</body>
</html>
 
*mipadi*
post Oct 12 2006, 10:17 AM
Post #8





Guest






Could be wrong, but try changing this:
CODE
<form action="index.php">
<select name="select_style" onChange="window.location=(this.form.select_style[this.form.select_style.selectedIndex].value);">
<option value="">Select style</option>
<option value="<?=$PHP_SELF."?http://xclusivecloset.com/myspace/raygun.css"?>">Nike Dunk Raygun</option>
<option value="<?=$PHP_SELF."?c=2"?>">Layout number two</option>
<option value="<?=$PHP_SELF."?c=3"?>">Layout number three</option>
<option value="<?=$PHP_SELF."?c=4"?>">Layout number four</option>
</select></form>

to this:
CODE
<form action="index.php" method="get">
<select name="c">
<option value="">Select style</option>
<option value="raygun">">Nike Dunk Raygun</option>
<option value="2">Layout number two</option>
<option value="3">Layout number three</option>
<option value="4">Layout number four</option>
</select></form>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: