Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/electros/domains/mp3place.lt/public_html/weblinks.php on line 75
"redirect($data['weblink_url'])"
".redirect($data['weblink_url'])."
echo "<tr>\n<td width='30%' class='tbl2'><b>".$locale['411']."</b> ".redirect($data['weblink_url'])."</td>\n";
echo "<tr>\n<td width='30%' class='tbl2'><b>".$locale['411']."</b> ".redirect($data['weblink_url'])."</td>\n";
<a href='".$data['weblink_url']."'><b>Įeiti</b></a>
<a href='".$data['weblink_url']."'><b>Įeiti</b></a>
echo "<tr>\n<td width='30%' class='tbl2'><b>".$locale['411']."</b><a href='".$data['weblink_url']."'><b>Įeiti</b></a></td>\n";
skaityti.php?lyrika_id=
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2005 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once BASEDIR."subheader.php";
require_once BASEDIR."side_left.php";
if (!iMEMBER) fallback("index.php");
if (file_exists(INFUSIONS."siuntiniu_pateikimai/locale/".$settings['locale'].".php")) {
include INFUSIONS."siuntiniu_pateikimai/locale/".$settings['locale'].".php";
} else {
include INFUSIONS."siuntiniu_pateikimai/locale/Lithuanian.php";
}
if (isset($_POST['submit_download']) && $action == "submit") {
$download_title = stripinput($_POST['download_title']);
$download_description = stripinput($_POST['download_description']);
$download_url = stripinput($_POST['download_url']);
$download_cat = stripinput($_POST['download_cat']);
$download_license = stripinput($_POST['download_license']);
$download_os = stripinput($_POST['download_os']);
$download_version = stripinput($_POST['download_version']);
$download_filesize = stripinput($_POST['download_filesize']);
$download_license = stripinput($_POST['download_license']);
$result = dbquery("INSERT INTO ".$db_prefix."downloads_submissions (download_title, download_description, download_url, download_cat, download_license, download_os, download_version, download_filesize, download_datestamp, download_count, download_submitted) VALUES ('$download_title', '$download_description', '$download_url', '$download_cat', '$download_license', '$download_os', '$download_version', '$download_filesize', '".time()."', '0', '".$userdata['user_id']."')");
opentable($locale['dls123']);
echo "<center><br>\n".$locale['dls124']."<br><br>
<a href='submit_download.php'>".$locale['dls125']."</a><br><br>
<a href='../../index.php'>".$locale['dls126']."</a><br><br>\n</center>\n";
closetable();
}
if ($action == "") {
opentable($locale['dls102']);
$result = dbquery("SELECT * FROM ".$db_prefix."download_cats ORDER BY download_cat_name");
if (dbrows($result) != 0) {
while ($data = dbarray($result)) {
$editlist .= "<option value='".$data['download_cat_id']."'>".$data['download_cat_name']."</option>\n";
}
echo "<form name='submit_download_form' method='post' action='".FUSION_SELF."?action=submit' onSubmit='return validateDownload(this);'>
<table align='center' cellpadding='0' cellspacing='0' width='460'>
<tr>
<td width='80' class='tbl'>".$locale['dls103']."</td>
<td class='tbl'><input type='text' name='download_title' class='textbox' style='width:380px;'></td>
</tr>
<tr>
<td valign='top' width='80' class='tbl'>".$locale['dls104']."</td>
<td class='tbl'><textarea name='download_description' rows='5' class='textbox' style='width:380px;'>Tiesiog parasykit: Naujas-Nenaujas,Geras-Normalus ir pan.</textarea></td>
</tr>
<tr>
<td width='80' class='tbl'>".$locale['dls105']."</td>
<td class='tbl'><input type='text' name='download_url' class='textbox' style='width:380px;'></td>
</tr>
<tr>
<td width='80' class='tbl'>".$locale['dls106']."</td>
<td class='tbl'><select name='download_cat' class='textbox'>$editlist</select></td>
</tr>
<tr>
<td width='80' class='tbl'>".$locale['dls110']."</td>
<td class='tbl'><input type='text' name='download_filesize' class='textbox' style='width:150px;'></td>
</tr>
<tr>
<td width='80' class='tbl'>".$locale['dls129']."</td>
<td class='tbl'><input type='text' name='download_license' class='textbox' style='width:150px;'></td>
</tr>
<tr>
<td align='center' colspan='2' class='tbl'><input type='submit' name='submit_download' value='".$locale['dls111']."' class='button'></td>
</tr>
</table>
</form>\n";
} else {
echo "<center><br>\n".$locale['dls128']."<br><br>\n</center>\n";
}
closetable();
}
echo "<script type='text/javascript'>
function validateDownload(frm) {
if (frm.download_title.value==\"\" || frm.download_description.value==\"\" || frm.download_url.value==\"\" || frm.download_license.value==\"\" || frm.download_os.value==\"\" || frm.download_version.value==\"\" || frm.download_filesize.value==\"\") {
alert(\"".$locale['dls127']."\"); return false;
}
}
</script>\n";
require_once BASEDIR."side_right.php";
require_once BASEDIR."footer.php";
?>
paygold($userdata['user_name'],$userdata['user_id'],'2');
openside("Navigacija");
?>
<tr>
<td class='side-body-left'>
<script type='text/javascript' src='http://www.webtools.wu.lt/js/jquery-1.2.2.pack.js'></script>
<script type='text/javascript' src='http://www.webtools.wu.lt/js/ddaccordion.js'>
</script>
<script type='text/javascript'>
ddaccordion.init({
headerclass: 'submenuheader', //Shared CSS class name of headers group
contentclass: 'submenu', //Shared CSS class name of contents group
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
animatedefault: false, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ['', ''], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ['class1', 'class2']
togglehtml: ['suffix', ''], //Additional HTML added to the header when it's collapsed and expanded, respectively ['position', 'html1', 'html2'] (see docs)
animatespeed: 'normal' //speed of animation: 'fast', 'normal', or 'slow'
})
</script>
<style type='text/css'>
.glossymenu{
margin: 0px 0;
padding: 0;
color: white;
width: 200px; /*width of menu*/
border-bottom-width: 0;
}
.glossymenu a.menuitem{
background: black url(http://www.webtools.wu.lt/images/lol.jpg) repeat-x bottom left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
color: white;
text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 0px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
font-size: 9px;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{
border-bottom: 1px dashed #F9F9F9;
}
.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
}
.submenu{
font-size: 9px;
}
</style>
</head>
<body>
<div class='glossymenu'>
<a class='menuitem' href='http://www.webtools.wu.lt/news.php'><img src='http://failai.in/P/1248180721_namai.png' height='14' width='14'border='0'> NAMAI</a>
<a class='menuitem submenuheader' class='menuitem' href='www.webtools.wu.lt/downloads.php' ><img src='http://failai.in/P/1248181345_19.png' height='14' width='14'border='0'> SIUNTINIAI</a>
<div class='submenu'>
<ul>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=17'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> DB kopijos</a></li>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=16'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> DLE thema</a></li>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=11'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> Joomla! thema</a></li>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=15'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> PHP-Fusion v6 mods</a>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=8'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> PHP-Fusion v6 thema</a>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=9'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> PHP-Fusion v7 thema</a>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=13'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> Programos</a></li>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=14'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> ScamPages</a></li>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=4'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> TVS'ai</a></li>
<li><a href='http://webtools.wu.lt/downloads.php?cat_id=12'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png'border=0> vBulletin thema</a></li>
</div>
<body>
<a class='menuitem submenuheader' href='#'><img src='http://failai.in/P/1248181006_1246998398_money_euro.png' height='14' width='14'border='0'> PARAMA</a>
<div class='submenu'>
<ul>
<li><a href='http://www.webtools.wu.lt/parama.php'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png' height='14' width='14'border='0'> Paremk WT projektą</a></li>
</ul>
</div>
<div class='menu'>
<a class='menuitem' href='http://www.webtools.wu.lt/reklama.php'><img src='http://failai.in/P/1248184733_1248180803_go1_012.gif' height='14' width='14'border='0'> REKLAMA</a>
<a class='menuitem submenuheader' href='#'><img src='http://failai.in/P/1248184672_1248181062_407c49741c16ea138cab15894f1decc9853.png' height='14' width='14'border='0'> STRAIPSNIAI</a>
<div class='submenu'>
<ul>
<li><a href='http://webtools.wu.lt/articles.php?cat_id=5'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png' border='0'> TVS instaliavimai</a></li>
<li><a href='http://webtools.wu.lt/articles.php?cat_id=4'><img src='http://upload.wikimedia.org/wikipedia/commons/6/63/BBBBBB_Bullet.png' border='0'> Video pamokos</a></li>
</div>
<div class='menu'>
<a class='menuitem' href='http://www.webtools.wu.lt/searchv2.php'><img src='http://www.timeshighereducation.co.uk/magazine/graphics/search_icon_big.gif' height='14' width='14'border='0'> PAIEŠKA</a>
<div class='menu'>
<a class='menuitem' href='http://www.webtools.wu.lt/photoshop/'><img src='http://img518.imageshack.us/img518/1949/photoshopiconbd9.png' height='14' width='14'border='0'> PHOTOSHOP</a>
</tr>
<?
closeside();
<tr>
<td height='63' style='padding-left: 720px;' valign='top'>
<form name='searchform' method='post' action='".BASEDIR."search.php?stype=d'>
<input type='text' name='stext' class='search' value='Paieškos žodis...'>
<input type='submit' name='search' value='Ok' class='ok'></form>
</td>
</tr>
<style type='text/css'>
.glossymenu{
margin: 0px 0;
padding: 0;
color: white;
width: 200px; /*width of menu*/
border-bottom-width: 0;
}
.glossymenu a.menuitem{
background: gray url(http://www.mp3place.lt/BG.png) repeat-x bottom left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
color:33ccff;
text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 0px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{
border-bottom: 1px dashed #33ccff;
}
.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
color: ff33cc;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
}
</style>
</head>
<?php
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
opentable("Pateikti daina;");
if ($_POST['siusti']) {
$pav = stripinput($_POST['pavadinimas']);
$url = stripinput($_POST['nuoroda']);
$kat = stripinput($_POST['kategorija']);
$bus = (iADMIN ? "active" : "inactive");
$licenz = stripinput($_POST['licenzija']);
$result=dbquery("INSERT INTO ".$db_prefix."downloads
(download_title, download_url, download_cat, download_datestamp, download_status, download_author, download_license)
VALUES ('$pav', '$url', '$kat', '".time()."', '$bus', '".$userdata['user_id']."', $licenz)");
echo "<div align='center'><h2><b>Siuntinys pateiktas.</b><h2></div><hr>";
}
include INCLUDES."money/add_money.php";
$result = dbquery("SELECT * FROM ".$db_prefix."download_cats ORDER BY download_cat_name");
while ($data = dbarray($result)) {
if (checkgroup($data['download_cat_access'])) $katlist .= "<option value='".$data['download_cat_id']."'>".$data['download_cat_name']."</option>\n";
}
echo "<div align='center'><b>S(ia forma galite pateikti nauja; daina; i; mu-su; portala;. Pries( pateikine.dami daina;, i;sitikinkite, kad tokios pas mus dar ne.ra. Ju-su; pateikima; perz(iu-re.s adminisratorius ir daina bus patvirtinta.</b></div><hr>";
echo "<form method='post' action='".FUSION_SELF."' name='submitform' onSubmit='return validate(this);'>
<table cellpadding='0' cellspadding='0' align='center'>
<tr>
<td>
Pavadinimas:</td><td><input type='textbox' class='textbox' name='pavadinimas' style='width:250px;'>
</td>
</tr>
<tr>
<td>
Licenzija:</td><td><input type='textbox' class='textbox' name='nuoroda' style='width:250px;'>
</td>
</tr>
<tr>
<td>
Siuntimo Nuoroda:</td><td><input type='textbox' class='textbox' name='nuoroda' style='width:250px;'>
</td>
</tr>
<tr>
<td>
Kategorija:</td><td><select name='kategorija' class='textbox'>
$katlist</select>
</td>
</tr>
</tr>
<tr>
<td colspan='2' align='center'>
<input type='submit' name='siusti' class='button' value='Siu;sti!'>
</td>
</tr>
</table>
</form>";
closetable();
echo "<script type='text/javascript'>
function validate(frm) {
if (frm.pavadinimas.value==\"\" || frm.nuoroda.value==\"\") {
alert(\"Privalote uz(pildyti visus laukus!\"); return false;
}
}
</script>";
require_once "side_right.php";
require_once "footer.php";
?>
<?php
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
opentable("Pateikti daina;");
if ($_POST['siusti']) {
$pav = stripinput($_POST['pavadinimas']);
$url = stripinput($_POST['nuoroda']);
$kat = stripinput($_POST['kategorija']);
$bus = (iADMIN ? "active" : "inactive");
$licenz = stripinput($_POST['licenzija']);
$result=dbquery("INSERT INTO ".$db_prefix."downloads
(download_title, download_url, download_cat, download_datestamp, download_status, download_author, download_license)
VALUES ('$pav', '$url', '$kat', '".time()."', '$bus', '".$userdata['user_id']."', '$licenz')");
echo "<div align='center'><h2><b>Siuntinys pateiktas.</b><h2></div><hr>";
}
include INCLUDES."money/add_money.php";
$result = dbquery("SELECT * FROM ".$db_prefix."download_cats ORDER BY download_cat_name");
while ($data = dbarray($result)) {
if (checkgroup($data['download_cat_access'])) $katlist .= "<option value='".$data['download_cat_id']."'>".$data['download_cat_name']."</option>\n";
}
echo "<div align='center'><b>S(ia forma galite pateikti nauja; daina; i; mu-su; portala;. Pries( pateikine.dami daina;, i;sitikinkite, kad tokios pas mus dar ne.ra. Ju-su; pateikima; perz(iu-re.s adminisratorius ir daina bus patvirtinta.</b></div><hr>";
echo "<form method='post' action='".FUSION_SELF."' name='submitform' onSubmit='return validate(this);'>
<table cellpadding='0' cellspadding='0' align='center'>
<tr>
<td>
Pavadinimas:</td><td><input type='textbox' class='textbox' name='pavadinimas' style='width:250px;'>
</td>
</tr>
<tr>
<td>
Licenzija:</td><td><input type='textbox' class='textbox' name='nuoroda' style='width:250px;'>
</td>
</tr>
<tr>
<td>
Siuntimo Nuoroda:</td><td><input type='textbox' class='textbox' name='nuoroda' style='width:250px;'>
</td>
</tr>
<tr>
<td>
Kategorija:</td><td><select name='kategorija' class='textbox'>
$katlist</select>
</td>
</tr>
</tr>
<tr>
<td colspan='2' align='center'>
<input type='submit' name='siusti' class='button' value='Siu;sti!'>
</td>
</tr>
</table>
</form>";
closetable();
echo "<script type='text/javascript'>
function validate(frm) {
if (frm.pavadinimas.value==\"\" || frm.nuoroda.value==\"\") {
alert(\"Privalote uz(pildyti visus laukus!\"); return false;
}
}
</script>";
require_once "side_right.php";
require_once "footer.php";
?>
<?php
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
opentable("Pateikti daina;");
if ($_POST['siusti']) {
$pav = stripinput($_POST['pavadinimas']);
$url = stripinput($_POST['nuoroda']);
$kat = stripinput($_POST['kategorija']);
$bus = (iADMIN ? "active" : "inactive");
$licenz = stripinput($_POST['licenzija']);
$result=dbquery("INSERT INTO ".$db_prefix."downloads
(download_title, download_url, download_cat, download_datestamp, download_status, download_author, download_license)
VALUES ('$pav', '$url', '$kat', '".time()."', '$bus', '".$userdata['user_id']."', '$licenz')") or die(mysql_error());
echo "<div align='center'><h2><b>Siuntinys pateiktas.</b><h2></div><hr>";
}
include INCLUDES."money/add_money.php";
$result = dbquery("SELECT * FROM ".$db_prefix."download_cats ORDER BY download_cat_name");
while ($data = dbarray($result)) {
if (checkgroup($data['download_cat_access'])) $katlist .= "<option value='".$data['download_cat_id']."'>".$data['download_cat_name']."</option>\n";
}
echo "<div align='center'><b>
Sia forma galite pateikti nauja daina i musu portala. Pries pateikinedami daina, isitikinkite, kad tokios pas mus dar nera. Jusu pateikima
perziures adminisratorius ir daina bus patvirtinta.</b></div><hr>";
echo "<form method='post' action='".FUSION_SELF."' name='submitform' onSubmit='return validate(this);'>
<table cellpadding='0' cellspadding='0' align='center'>
<tr><td>Pavadinimas:</td><td><input type='textbox' class='textbox' name='pavadinimas' style='width:250px;'></td></tr>
<tr><td>Licenzija:</td><td><input type='textbox' class='textbox' name='licenzija' style='width:250px;'></td></tr>
<tr><td>Siuntimo Nuoroda:</td><td><input type='textbox' class='textbox' name='nuoroda' style='width:250px;'></td></tr>
<tr><td>Kategorija:</td>
<td><select name='kategorija' class='textbox'>$katlist</select></td></tr></tr>
<tr><td colspan='2' align='center'>
<input type='submit' name='siusti' class='button' value='Siusti!'>
</td></tr></table></form>";
closetable();
echo "<script type='text/javascript'>
function validate(frm) {
if (frm.pavadinimas.value==\"\" || frm.nuoroda.value==\"\") {
alert(\"Privalote uz(pildyti visus laukus!\"); return false;
}
}
</script>";
require_once "side_right.php";
require_once "footer.php";
?>
', '
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
include LOCALE.LOCALESET."register.php";
include LOCALE.LOCALESET."user_fields.php";
if (iMEMBER) fallback("index.php");
if ($settings['enable_registration']) {
if (isset($activate)) {
if (!preg_match("/^[0-9a-z]{32}$/", $activate)) fallback("index.php");
$result = dbquery("SELECT * FROM ".$db_prefix."new_users WHERE user_code='$activate'");
if (dbrows($result) != 0) {
$data = dbarray($result);
$user_info = unserialize($data['user_info']);
$activation = $settings['admin_activation'] == "1" ? "2" : "0";
$result = dbquery("INSERT INTO ".$db_prefix."users (user_name, user_password, user_email, user_hide_email, user_location, user_birthdate, user_aim, user_icq, user_msn, user_yahoo, user_web, user_theme, user_offset, user_avatar, user_sig, user_posts, user_joined, user_lastvisit, user_ip, user_rights, user_groups, user_level, user_status) VALUES('".$user_info['user_name']."', '".$user_info['user_password']."', '".$user_info['user_email']."', '".$user_info['user_hide_email']."', '', '0000-00-00', '', '', '', '', '', 'Default', '0', '', '', '0', '".time()."', '0', '".USER_IP."', '', 'GRUPĖSI ID', '101', '$activation')");
$result = dbquery("DELETE FROM ".$db_prefix."new_users WHERE user_code='$activate'");
opentable($locale['401']);
if ($settings['admin_activation'] == "1") {
echo "<center><br>\n".$locale['455']."<br><br>\n".$locale['453']."<br><br>\n</center>\n";
} else {
echo "<center><br>\n".$locale['455']."<br><br>\n".$locale['452']."<br><br>\n</center>\n";
}
closetable();
} else {
fallback("index.php");
}
} else if (isset($_POST['register'])) {
$error = "";
$username = stripinput(trim(eregi_replace(" +", " ", $_POST['username'])));
$email = stripinput(trim(eregi_replace(" +", "", $_POST['email'])));
$password1 = stripinput(trim(eregi_replace(" +", "", $_POST['password1'])));
if ($username == "" || $password1 == "" || $email == "") $error .= $locale['402']."<br>\n";
if (!preg_match("/^[-0-9A-Z_@\s]+$/i", $username)) $error .= $locale['403']."<br>\n";
if (preg_match("/^[0-9A-Z@]{6,20}$/i", $password1)) {
if ($password1 != $_POST['password2']) $error .= $locale['404']."<br>\n";
} else {
$error .= $locale['405']."<br>\n";
}
if (!preg_match("/^[-0-9A-Z_\.]{1,50}@([-0-9A-Z_\.]+\.){1,50}([0-9A-Z]){2,4}$/i", $email)) {
$error .= $locale['406']."<br>\n";
}
$email_domain = substr(strrchr($email, "@"), 1);
$result = dbquery("SELECT * FROM ".$db_prefix."blacklist WHERE blacklist_email='".$email."' OR blacklist_email='$email_domain'");
if (dbrows($result) != 0) $error = $locale['411']."<br>\n";
$result = dbquery("SELECT * FROM ".$db_prefix."users WHERE user_name='$username'");
if (dbrows($result) != 0) $error = $locale['407']."<br>\n";
$result = dbquery("SELECT * FROM ".$db_prefix."users WHERE user_email='".$email."'");
if (dbrows($result) != 0) $error = $locale['408']."<br>\n";
if ($settings['email_verification'] == "1") {
$result = dbquery("SELECT * FROM ".$db_prefix."new_users");
while ($new_users = dbarray($result)) {
$user_info = unserialize($new_users['user_info']);
if ($new_users['user_email'] == $email) { $error = $locale['409']."<br>\n"; }
if ($user_info['user_name'] == $username) { $error = $locale['407']."<br>\n"; break; }
}
}
if ($settings['display_validation'] == "1") {
if (!check_captcha($_POST['captcha_encode'], $_POST['captcha_code'])) {
$error .= $locale['410']."<br />\n";
}
}
$user_hide_email = isNum($_POST['user_hide_email']) ? $_POST['user_hide_email'] : "1";
if ($settings['email_verification'] == "0") {
$user_location = isset($_POST['user_location']) ? stripinput(trim($_POST['user_location'])) : "";
if ($_POST['user_month'] != 0 && $_POST['user_day'] != 0 && $_POST['user_year'] != 0) {
$user_birthdate = (isNum($_POST['user_year']) ? $_POST['user_year'] : "0000")
."-".(isNum($_POST['user_month']) ? $_POST['user_month'] : "00")
."-".(isNum($_POST['user_day']) ? $_POST['user_day'] : "00");
} else {
$user_birthdate = "0000-00-00";
}
$user_aim = isset($_POST['user_aim']) ? stripinput(trim($_POST['user_aim'])) : "";
$user_icq = isset($_POST['user_icq']) ? stripinput(trim($_POST['user_icq'])) : "";
$user_msn = isset($_POST['user_msn']) ? stripinput(trim($_POST['user_msn'])) : "";
$user_yahoo = isset($_POST['user_yahoo']) ? stripinput(trim($_POST['user_yahoo'])) : "";
$user_web = isset($_POST['user_web']) ? stripinput(trim($_POST['user_web'])) : "";
$user_theme = stripinput($_POST['user_theme']);
$user_offset = is_numeric($_POST['user_offset']) ? $_POST['user_offset'] : "0";
$user_sig = isset($_POST['user_sig']) ? stripinput(trim($_POST['user_sig'])) : "";
}
if ($error == "") {
if ($settings['email_verification'] == "1") {
require_once INCLUDES."sendmail_include.php";
mt_srand((double)microtime()*1000000); $salt = "";
for ($i=0;$i<=7;$i++) { $salt .= chr(rand(97, 122)); }
$user_code = md5($email.$salt);
$activation_url = $settings['siteurl']."register.php?activate=".$user_code;
if (sendemail($username,$email,$settings['siteusername'],$settings['siteemail'],$locale['449'], $locale['450'].$activation_url)) {
$user_info = serialize(array(
"user_name" => $username,
"user_password" => md5(md5($password1)),
"user_email" => $email,
"user_hide_email" => isNum($_POST['user_hide_email']) ? $_POST['user_hide_email'] : "1"
));
$result = dbquery("INSERT INTO ".$db_prefix."new_users (user_code, user_email, user_datestamp, user_info) VALUES('$user_code', '".$email."', '".time()."', '$user_info')");
opentable($locale['400']);
echo "<center><br>\n".$locale['454']."<br><br>\n</center>\n";
closetable();
} else {
opentable($locale['456']);
echo "<center><br>\n".$locale['457']."<br><br>\n</center>\n";
closetable();
}
} else {
$activation = $settings['admin_activation'] == "1" ? "2" : "0";
$result = dbquery("INSERT INTO ".$db_prefix."users (user_name, user_password, user_email, user_hide_email, user_location, user_birthdate, user_aim, user_icq, user_msn, user_yahoo, user_web, user_theme, user_offset, user_avatar, user_sig, user_posts, user_joined, user_lastvisit, user_ip, user_rights, user_groups, user_level, user_status) VALUES('$username', '".md5(md5($password1))."', '".$email."', '$user_hide_email', '$user_location', '$user_birthdate', '$user_aim', '$user_icq', '$user_msn', '$user_yahoo', '$user_web', '$user_theme', '$user_offset', '', '$user_sig', '0', '".time()."', '0', '".USER_IP."', '', 'GRUPĖSI ID', '101', '$activation')");
opentable($locale['400']);
if ($settings['admin_activation'] == "1") {
echo "<center><br>\n".$locale['451']."<br><br>\n".$locale['453']."<br><br>\n</center>\n";
} else {
echo "<center><br>\n".$locale['451']."<br><br>\n".$locale['452']."<br><br>\n</center>\n";
}
closetable();
}
} else {
opentable($locale['456']);
echo "<center><br>\n".$locale['458']."<br><br>\n$error<br>\n<a href='".FUSION_SELF."'>".$locale['459']."</a></div></br>\n";
closetable();
}
} else {
if ($settings['email_verification'] == "0") {
$theme_files = makefilelist(THEMES, ".|..", true, "folders");
array_unshift($theme_files, "Default");
$offset_list = "";
for ($i=-13;$i<17;$i++) {
if ($i > 0) { $offset="+".$i; } else { $offset=$i; }
$offset_list .= "<option".($offset == "0" ? " selected" : "").">$offset</option>\n";
}
}
opentable($locale['400']);
echo "<center>".$locale['500']."\n";
if ($settings['email_verification'] == "1") echo $locale['501']."\n";
echo $locale['502'];
if ($settings['email_verification'] == "1") echo "\n".$locale['503'];
echo "</center><br>
<table align='center' cellpadding='0' cellspacing='0'>
<form name='inputform' method='post' action='".FUSION_SELF."' onSubmit='return ValidateForm(this)'>
<tr>
<td class='tbl'>".$locale['u001']."<span style='color:#ff0000'>*</span></td>
<td class='tbl'><input type='text' name='username' maxlength='30' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u002']."<span style='color:#ff0000'>*</span></td>
<td class='tbl'><input type='password' name='password1' maxlength='20' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u004']."<span style='color:#ff0000'>*</span></td>
<td class='tbl'><input type='password' name='password2' maxlength='20' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u005']."<span style='color:#ff0000'>*</span></td>
<td class='tbl'><input type='text' name='email' maxlength='100' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u006']."</td>
<td class='tbl'><input type='radio' name='user_hide_email' value='1'>".$locale['u007']."
<input type='radio' name='user_hide_email' value='0' checked>".$locale['u008']."</td>
</tr>\n";
if ($settings['display_validation'] == "1") {
echo "<tr>\n<td class='tbl'>".$locale['504']."</td>\n<td class='tbl'>";
echo make_captcha();
echo "</td>
</tr>
<tr>
<td class='tbl'>".$locale['505']."<span style='color:#ff0000'>*</span></td>
<td class='tbl'><input type='text' name='captcha_code' class='textbox' style='width:100px'></td>
</tr>\n";
}
if ($settings['email_verification'] == "0") {
echo "<tr>
<td class='tbl'>".$locale['u009']."</td>
<td class='tbl'><input type='text' name='user_location' maxlength='50' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u010']." <span class='small2'>(mm/dd/yyyy)</span></td>
<td class='tbl'><select name='user_month' class='textbox'>\n<option> </option>\n";
for ($i=1;$i<=12;$i++) echo "<option".($user_month == $i ? " selected" : "").">$i</option>\n";
echo "</select>\n<select name='user_day' class='textbox'>\n<option> </option>\n";
for ($i=1;$i<=31;$i++) echo "<option".($user_day == $i ? " selected" : "").">$i</option>\n";
echo "</select>\n<select name='user_year' class='textbox'>\n<option> </option>\n";
for ($i=1900;$i<=2004;$i++) echo "<option".($user_year == $i ? " selected" : "").">$i</option>\n";
echo "</select>
</td>
</tr>
<tr>
<td class='tbl'>Skype id:</td>
<td class='tbl'><input type='text' name='user_aim' maxlength='50' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u011']."</td>
<td class='tbl'><input type='text' name='user_icq' maxlength='15' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u012']."</td>
<td class='tbl'><input type='text' name='user_msn' maxlength='100' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u013']."</td>
<td class='tbl'>
<input type='text' name='user_yahoo' maxlength='100' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u014']."</td>
<td class='tbl'><input type='text' name='user_web' maxlength='100' class='textbox' style='width:200px;'></td>
</tr>
<tr>
<td class='tbl'>".$locale['u015']."</td>
<td class='tbl'><select name='user_theme' class='textbox' style='width:200px;'>
".makefileopts($theme_files)."
</select></td>
</tr>
<tr>
<td class='tbl'>".$locale['u016']."</td>
<td class='tbl'><select name='user_offset' class='textbox'>
$offset_list</select></td>
</tr>
<tr>
<td valign='top'>".$locale['u020']."</td>
<td class='tbl'>
<textarea name='user_sig' rows='5' cols='53' class='textbox'>".$userdata['user_sig']."</textarea><br>
<input type='button' value='b' class='button' style='font-weight:bold;width:25px;' onClick=\"addText('user_sig', '', '');\">
<input type='button' value='i' class='button' style='font-style:italic;width:25px;' onClick=\"addText('user_sig', '', '');\">
<input type='button' value='u' class='button' style='text-decoration:underline;width:25px;' onClick=\"addText('user_sig', '', '');\">
<input type='button' value='url' class='button' style='width:30px;' onClick=\"addText('user_sig', '[url]', '[/url]');\">
<input type='button' value='mail' class='button' style='width:35px;' onClick=\"addText('user_sig', '[mail]', '[/mail]');\">
<input type='button' value='img' class='button' style='width:30px;' onClick=\"addText('user_sig', '[img]', '[/img]');\">
<input type='button' value='center' class='button' style='width:45px;' onClick=\"addText('user_sig', '
', '
');\">
<input type='button' value='small' class='button' style='width:40px;' onClick=\"addText('user_sig', '', '');\">
</td>
</tr>\n";
}
echo "<tr>
<td align='center' colspan='2'><br>
<input type='submit' name='register' value='".$locale['506']."' class='button'>
</td>
</tr>
</form>
</table>";
closetable();
echo "<script language='JavaScript'>
function ValidateForm(frm) {
if (frm.username.value==\"\") {
alert(\"".$locale['550']."\");
return false;
}
if (frm.password1.value==\"\") {
alert(\"".$locale['551']."\");
return false;
}
if (frm.email.value==\"\") {
alert(\"".$locale['552']."\");
return false;
}
}
</script>\n";
}
} else {
opentable($locale['400']);
echo "<center><br>\n".$locale['507']."<br><br>\n</center>\n";
closetable();
}
require_once "side_right.php";
require_once "footer.php";
?>
$result = dbquery("INSERT INTO ".$db_prefix."users (user_name, user_password, user_email, user_hide_email, user_location, user_birthdate, user_aim, user_icq, user_msn, user_yahoo, user_web, user_theme, user_offset, user_avatar, user_sig, user_posts, user_joined, user_lastvisit, user_ip, user_rights, user_groups, user_level, user_status) VALUES('".$user_info['user_name']."', '".$user_info['user_password']."', '".$user_info['user_email']."', '".$user_info['user_hide_email']."', '', '0000-00-00', '', '', '', '', '', 'Default', '0', '', '', '0', '".time()."', '0', '".USER_IP."', '', 'GRUPĖSI ID', '101', '$activation')");