Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: kaip pakeisti si koda?
Parašė bosssss· 2008 Vas. 12 20:02:03
#1
kaip pakeisti si koda?
kad vietoj login ieitu i registracija?
<input type='submit' name='login' value='".$locale['064']."' class='button'>
Parašė Rytis· 2008 Vas. 12 20:02:58
#2
Paaiškink išsamiau, ko tau reikia.
Parašė bosssss· 2008 Vas. 12 20:02:57
#3
man reikia kad butu buttonas kuri paspaudus man nueitu i registracija
Parašė Rytis· 2008 Vas. 12 20:02:54
#4
<FORM action="register.php" method="post">
<input type='submit' name='registracija' value='Registracija' class='button'>
</FORM>
?
Parašė bosssss· 2008 Vas. 12 20:02:04
#5
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?
Parašė kiskiss· 2008 Vas. 12 21:02:04
#6
<?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();
?>
Parašė bosssss· 2008 Vas. 12 21:02:44
#7
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
Parašė sniuff· 2008 Vas. 12 22:02:36
#8
<?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();
?>
Parašė bosssss· 2008 Vas. 12 22:02:11
#9
vistiek neveikia:(
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in
Parašė Mantux94· 2008 Vas. 13 15:02:27
#10
50 eilutei truksta ;
Parašė bosssss· 2008 Vas. 13 16:02:22
#11
o ko truksta?
Parašė Mantux94· 2008 Vas. 13 16:02:04
#12
Mantux94 parašė:
50 eilutei truksta ;
taigi parasiau raudona ko truksta...
Redagavo Mantux94· 2008 Vas. 13 16:02:43
Parašė bosssss· 2008 Vas. 13 18:02:57
#13
gal galetum su visu kodu parasyt?