PHP:
1
| <? <? include('style.php'); ?><head><meta http-equiv="Content-Type"content="text/html; charset=iso-8859-1"><title>Menu</title></head><body><div align="center"><table border="0" cellpadding="0" cellspacing="0" width="752"bgcolor="#000000"> <tr> <td><font size="2" face="Verdana">[img]"../nieuw/header.gif"[/img]</font></td> </tr> <tr> <td><div align="left"><table border="0" cellpadding="0" cellspacing="1" width="752" bgcolor="#000000"> <tr> <td valign="top" width="110" bgcolor="#A2C4E6" height="600"><!--webbot bot="HTMLMarkup" startspan --><? include('left.php'); ?><!--webbot bot="HTMLMarkup" endspan --></td> <td valign="top" width="532" bgcolor="#E2E8F7"><div align="left"><table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><BR><BR><?include("config.php");//connect met databasemysql_connect("","","") or die("Unable to connect to SQL server!");@mysql_select_db("mp3force") or die("Unable to select database!");if ($submit) { $query = mysql_query("SELECT gebruikersnaam from le WHERE gebruikersnaam = '$gebruikersnaam'");$aantal = mysql_num_rows ($query);if ($aantal >= 1) { echo "<CENTER><B>Usernames must be unique, please go back and choose another username.</CENTER></B>"; } else { if ($url == ""){ echo "<CENTER><B><br>Please fill in all fields!<br></B></CENTER>"; } else { //Voeg alles toe in database $sql = "INSERT INTO le (id, gebruikersnaam, url, password, title, mail) VALUES('$id', '$gebruikersnaam', '$url', '$password', '$title', '$mail')"; $result = mysql_query("SELECT * from le ORDER BY id DESC limit 0,1"); $r = mysql_fetch_array($result); mysql_query($sql)or die("Je bent niet aangemeld, probeer het lateropnieuw..."); echo "<br><center>Sign up successfully. You can send your traffic to<BR><B>http://mp3force.host.sk/in.php?id=$gebruikersnaam</B><br></center>"; echo "<br>"; echo "</table>"; } }}?> </td> </tr> <tr> <td valign="top">&nbsp;</td> </tr> </table> </div></td> <td valign="top" width="110" bgcolor="#A2C4E6"><!--webbot bot="HTMLMarkup" startspan --><? include('right.php'); ?><!--webbot bot="HTMLMarkup" endspan --></td> </tr> </table> </div></td> </tr></table></div></body><? include('tail.php'); ?> <?$message = "Thanks for sign up.<BR>Now you can send traffic to http://mp3force.host.sk/in.php?id=$gebruikersnaam . <BR>For checking your stats you can go to http://mp3force.host.sk/le_stats.php and login with<BR>Username: $gebruikersnaamPassword: $password";$subject = "Mp3force.com link exchange";$to = "Member <$mail>" . ", " ; //note the commamail($to, $subject, $message);?> |
waarom mailt hij niet?