bosssss
Narys
Spalvotas
Pranešimai: 55
Įstojęs: 2008 Vas. 10 09:02:22
kaip pakeisti si koda?
kad vietoj login ieitu i registracija?
<input type='submit' name='login' value='".$locale['064']."' class='button'>
Rytis
Narys
Tankas
Pranešimai: 2258
Įstojęs: 2006 Sau. 13 17:01:49
Paaiškink išsamiau, ko tau reikia.
bosssss
Narys
Spalvotas
Pranešimai: 55
Įstojęs: 2008 Vas. 10 09:02:22
man reikia kad butu buttonas kuri paspaudus man nueitu i registracija
Rytis
Narys
Tankas
Pranešimai: 2258
Įstojęs: 2006 Sau. 13 17:01:49
<FORM action="register.php" method="post">
<input type='submit' name='registracija' value='Registracija' class='button'>
</FORM>
?
bosssss
Narys
Spalvotas
Pranešimai: 55
Įstojęs: 2008 Vas. 10 09:02:22
o butu galima ikelti i si koda i sita:
<?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 "login2.php";
include THEME."theme.php";
echo "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
<title>".$settings['sitename']."</title>
<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."'>
<meta name='description' content='".$settings['description']."'>
<meta name='keywords' content='".$settings['keywords']."'>
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>
</head>
<body class='tbl2'>
<table width='100%' height='100%'>
<tr>
<td>
<table align='center' cellpadding='0' cellspacing='1' width='80%' class='tbl-border'>
<tr>
<td class='tbl1'>
<center><br>
<img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."'><br><br>
".stripslashes(nl2br($settings['maintenance_message']))."<br><br>
b0ssas © 2008<br><br>
</center>
</td>
</tr>
</table>\n";
if (!iMEMBER) {
echo "<div align='center'><br>
<form name='loginform' method='post' action='".FUSION_SELF."'>
".$locale['061'].": <input type='text' name='user_name' class='textbox' style='width:100px'>
".$locale['062'].": <input type='password' name='user_pass' class='textbox' style='width:100px'>
<input type='checkbox' name='remember_me' value='y' title='".$locale['063']."'>
<input type='submit' name='login' value='".$locale['064']."' class='button'>
</form>
</div>\n";
}
echo "</td>
</tr>
</table>\n";
echo "</body>
</html>\n";
mysql_close();
ob_end_flush();
?>
Jei butu galima tai kaip?
kiskiss
Narys
Terminatorius
Pranešimai: 1545
Įstojęs: 2006 Rugs. 11 17:09:58
<?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 "login2.php";
include THEME."theme.php";
echo "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
<title>".$settings['sitename']."</title>
<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."'>
<meta name='description' content='".$settings['description']."'>
<meta name='keywords' content='".$settings['keywords']."'>
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>
</head>
<body class='tbl2'>
<table width='100%' height='100%'>
<tr>
<td>
<table align='center' cellpadding='0' cellspacing='1' width='80%' class='tbl-border'>
<tr>
<td class='tbl1'>
<center><br>
<img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."'><br><br>
".stripslashes(nl2br($settings['maintenance_message']))."<br><br>
b0ssas © 2008<br><br>
</center>
</td>
</tr>
</table>\n";
if (!iMEMBER) {
echo "<div align='center'><br>
<form name='loginform' method='post' action='".FUSION_SELF."'>
".$locale['061'].": <input type='text' name='user_name' class='textbox' style='width:100px'>
".$locale['062'].": <input type='password' name='user_pass' class='textbox' style='width:100px'>
<input type='checkbox' name='remember_me' value='y' title='".$locale['063']."'>
<input type='submit' name='login' value='".$locale['064']."' class='button'>
</form>
<form action="register.php" method="post">
<input type='submit' name='registracija' value='Registracija' class='button'>
</form>
</div>\n";
}
echo "</td>
</tr>
</table>\n";
echo "</body>
</html>\n";
mysql_close();
ob_end_flush();
?>
bosssss
Narys
Spalvotas
Pranešimai: 55
Įstojęs: 2008 Vas. 10 09:02:22
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/b0ssas/domains/edownloads.wu.lt/public_html/prisijungimas.php on line 50
ikeliau su tokiu kaip paraset ir man sita meta
sniuff
Narys
Antras po Dievo
Pranešimai: 4491
Įstojęs: 2007 Geg. 14 16:05:52
<?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 "login2.php";
include THEME."theme.php";
echo "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
<title>".$settings['sitename']."</title>
<meta http-equiv='Content-Type' content='text/html; charset=".$locale['charset']."'>
<meta name='description' content='".$settings['description']."'>
<meta name='keywords' content='".$settings['keywords']."'>
<link rel='stylesheet' href='".THEME."styles.css' type='text/css'>
</head>
<body class='tbl2'>
<table width='100%' height='100%'>
<tr>
<td>
<table align='center' cellpadding='0' cellspacing='1' width='80%' class='tbl-border'>
<tr>
<td class='tbl1'>
<center><br>
<img src='".BASEDIR.$settings['sitebanner']."' alt='".$settings['sitename']."'><br><br>
".stripslashes(nl2br($settings['maintenance_message']))."<br><br>
b0ssas © 2008<br><br>
</center>
</td>
</tr>
</table>\n";
if (!iMEMBER) {
echo "<div align='center'><br>
<form name='loginform' method='post' action='".FUSION_SELF."'>
".$locale['061'].": <input type='text' name='user_name' class='textbox' style='width:100px'>
".$locale['062'].": <input type='password' name='user_pass' class='textbox' style='width:100px'>
<input type='checkbox' name='remember_me' value='y' title='".$locale['063']."'>
<input type='submit' name='login' value='".$locale['064']."' class='button'>
</form>
<form action='register.php' method='post'>
<input type='submit' name='registracija' value='Registracija' class='button'>
</form>
</div>\n";
}
echo "</td>
</tr>
</table>\n";
echo "</body>
</html>\n";
mysql_close();
ob_end_flush();
?>
http://androider.info/
bosssss
Narys
Spalvotas
Pranešimai: 55
Įstojęs: 2008 Vas. 10 09:02:22
vistiek neveikia
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in
Mantux94
Narys
Tankas
Pranešimai: 1753
Įstojęs: 2008 Sau. 4 17:01:06
50 eilutei truksta ;
bosssss
Narys
Spalvotas
Pranešimai: 55
Įstojęs: 2008 Vas. 10 09:02:22
o ko truksta?
Mantux94
Narys
Tankas
Pranešimai: 1753
Įstojęs: 2008 Sau. 4 17:01:06
Mantux94 parašė:
50 eilutei truksta ;
taigi parasiau raudona ko truksta...
bosssss
Narys
Spalvotas
Pranešimai: 55
Įstojęs: 2008 Vas. 10 09:02:22
gal galetum su visu kodu parasyt?
Peršokti į forumą:
Žaliems
Nebeegzistuojančios svetainės
Bendri PHP-F klausimai
WordPress
Kiti PHP, HTML, MySQL klausimai
Expert PHP, MySQL klausimai
Kitos TVS
C#, Python, Java, JS, C++ klausimai
Naujų modų pristatymai
Mods, Panels & Infusions
Themes
Dalinuosi, dovanoju!
Jūsų saitai
Klausimai apie domenus ir hostingus
VPS/DS serverių konfigūravimas ir valdymas
Viskas apie skaitliukus, top'us ir lankomumą
Dizaino konkursai
Parduodu - perku dizainą, banerį
Parduodu - perku - keičiuosi reklama
Parduodu - perku domeną, tinklapį
Siūlau - ieškau hostingo/VPS serverio
Parduodu - perku skriptą, modifikaciją, tvs
Socialiniai tinklai - Facebook ir kiti
Legalus verslas, teisiniai klausimai
Visa kita kas susiję su darbu ir pinigais
LTStartups.com - Lietuvos startuolių bendruomenė
Off-Topic diskusijos
IT naujienos
Portalo informacija
Narių pasiūlymai
Geležis ir programinė įranga
Grafika
Out Of Place
Su e-verslu nesusijęs darbas ir prekyba
Dalinuosi, dovanoju!