what sites does topsites work with well freeserver

Any other shit you want to talk about.

Postby tewage » 2004-03-08 01:40 pm

do you know sites that lets php in its pagebuilder or w/e
tewage
Newbie
 
Posts: 9
Joined: 2004-01-14 12:01 am

Postby tewage » 2004-03-08 01:44 pm

<a href='http://habboheader.tk' target='_blank'>My Webpage</a>
tewage
Newbie
 
Posts: 9
Joined: 2004-01-14 12:01 am

Postby tewage » 2004-03-08 01:50 pm

<script language="javascript" type="text/javascript">

//By Sandeep Gangadharan (http://www.sivamdesign.com/home/)
//For this script and more, visit <a href='http://javascriptkit.com' target='_blank'>http://javascriptkit.com</a>

function sunsign() {
document.form1.date.selectedIndex;
document.form1.month.selectedIndex;
document.form1.sign.value;
if (document.form1.month.selectedIndex == 1 && document.form1.date.selectedIndex <=19) {document.form1.sign.value = "Capricorn";}
if (document.form1.month.selectedIndex == 1 && document.form1.date.selectedIndex >=20) {document.form1.sign.value = "Aquarius";}
if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex <=18) {document.form1.sign.value = "Aquarius";}
if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex >=19) {document.form1.sign.value = "Pisces";}
if (document.form1.month.selectedIndex == 3 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Pisces";}
if (document.form1.month.selectedIndex == 3 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Aries";}
if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Aries";}
if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Taurus";}
if (document.form1.month.selectedIndex == 5 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Taurus";}
if (document.form1.month.selectedIndex == 5 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Gemini";}
if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Gemini";}
if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Cancer";}
if (document.form1.month.selectedIndex == 7 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Cancer";}
if (document.form1.month.selectedIndex == 7 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Leo";}
if (document.form1.month.selectedIndex == 8 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Leo";}
if (document.form1.month.selectedIndex == 8 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Virgo";}
if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Virgo";}
if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Libra";}
if (document.form1.month.selectedIndex == 10 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Libra";}
if (document.form1.month.selectedIndex == 10 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Scorpio";}
if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex <=21) {document.form1.sign.value = "Scorpio";}
if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex >=22) {document.form1.sign.value = "Sagittarius";}
if (document.form1.month.selectedIndex == 12 && document.form1.date.selectedIndex <=20) {document.form1.sign.value = "Sagittarius";}
if (document.form1.month.selectedIndex == 12 && document.form1.date.selectedIndex >=21) {document.form1.sign.value = "Capricorn";}

if (document.form1.month.selectedIndex == "x" || document.form1.date.selectedIndex == "y") return;
}

function validate() {
if (document.form1.month.selectedIndex == 2 && document.form1.date.selectedIndex > 29) {alert("There are only a maximum of 29 days in February."); return false;}
if (document.form1.month.selectedIndex == 4 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in April."); return false;}
if (document.form1.month.selectedIndex == 6 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in June."); return false;}
if (document.form1.month.selectedIndex == 9 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in September."); return false;}
if (document.form1.month.selectedIndex == 11 && document.form1.date.selectedIndex == 31) {alert("There are only 30 days in November."); return false;}
else{
return true;
}
}

</script>

<form name="form1">

<table border="0" bgcolor="c0c0c0" cellspacing="0" cellpadding="1">
<tr>
<td>
<font size="1" face="verdana, arial, helvetica, sans-serif"><b> Month </b></font>
</td>
<td>
<font size="1" face="verdana, arial, helvetica, sans-serif"><b> Date </b></font>
</td>
<td rowspan="2">
<font size="3" face="verdana, arial, helvetica, sans-serif"><b>  <b>:</b> </b></font>
</td>
<td>
<font size="1" face="verdana, arial, helvetica, sans-serif"><b> Sunsign </b></font>
</td>
</tr>
<tr>
<td>
 <select name="month">
<option value="x" selected>< Select > </option>
<option value="1">January</option>
<option value="2">February</option>
<option value="3">March</option>
<option value="4">April</option>
<option value="5">May</option>
<option value="6">June</option>
<option value="7">July</option>
<option value="8">August</option>
<option value="9">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">December</option>
</select>
</td>
<td>
 <select name="date" onChange="validate()">
<option value="y" selected>< Select > </option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
<option value="31">31</option>
</select>
</td>
<td>
 <input name="sign" size="12" value="??" /> <input type="button" value="submit" onClick="sunsign()">
</td>
</tr>
</table>
</form>
<p><font face="arial" size="1">This free script provided by</font>
<a href="http://javascriptkit.com"><font face="arial,helvetica" size="1">JavaScript Kit</font></a>
</p>
tewage
Newbie
 
Posts: 9
Joined: 2004-01-14 12:01 am

Postby tewage » 2004-03-08 01:52 pm

This is just my own lil spot
tewage
Newbie
 
Posts: 9
Joined: 2004-01-14 12:01 am

Postby Jeremy » 2004-03-08 05:51 pm

i'm not too clear what this thread is about..
Jeremy
Supreme Diety
 
Posts: 8922
Joined: 2003-05-05 04:41 pm
Location: NJ, USA

Postby Matt » 2004-03-08 06:55 pm

<!--QuoteBegin-tewage+2004-03-08 13:40--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (tewage @ 2004-03-08 13:40)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> do you know sites that lets php in its pagebuilder or w/e [/quote]
none that I know of, put JavaScript will go in PageBuilders because the server doesn't have to do anything to the code. JavaScript is all User side (ie the user's browser)
Matt
Advanced Member
 
Posts: 1248
Joined: 2003-11-18 09:46 am
Location: UK, England

Postby Sjkv » 2004-03-10 12:45 pm

biggest free php supporting site in holland is lycos.nl (also mysql!) but you got really bad adds from lycos but you can turn them of with a small code at the bottem of your site.

i dont know if i answer a question now but i though he meant a hosting that supports php.. so here ya go ;)
Sjkv
Advanced Member
 
Posts: 85
Joined: 2003-12-29 08:05 am
Location: Netherlands

Postby Matt » 2004-03-10 02:40 pm

Try any of the following, they all support PHP and MySQL:

barrysworld.com (no ads)
host.sk (no ads)
tripod.lycos.nl
spaceports.com
Matt
Advanced Member
 
Posts: 1248
Joined: 2003-11-18 09:46 am
Location: UK, England

Postby Sjkv » 2004-03-12 05:20 am

BUT host.sk isnt free anymore ^^ you have to pay know to sign up! there servers were full for like 4 months and now they kicked almost every free account and made them all pay account!
Sjkv
Advanced Member
 
Posts: 85
Joined: 2003-12-29 08:05 am
Location: Netherlands

Postby Matt » 2004-03-12 05:39 am

ah, they were testing their servers
Matt
Advanced Member
 
Posts: 1248
Joined: 2003-11-18 09:46 am
Location: UK, England

Postby Sjkv » 2004-03-17 02:46 pm

angelfire... donno... gues not...

// quote
Try any of the following, they all support PHP and MySQL:

barrysworld.com (no ads)
host.sk (no ads)
tripod.lycos.nl
spaceports.com
Sjkv
Advanced Member
 
Posts: 85
Joined: 2003-12-29 08:05 am
Location: Netherlands


Return to Other

Who is online

Users browsing this forum: No registered users and 0 guests