php-install Digest 18 Jul 2003 23:24:34 - Issue 1466
Topics (messages 11302 through 11306):
Re: New User Creation.
11302 by: Thomas
11304 by: Rajendra Kumar
11305 by: Stratsimir Kolchevski
Debug Assertion deep inside php_execute_script() on an SAPI.
11303 by:
I got an email from you back on 12 July that looked suspicious, so I filed it under
"viruses" until I could check it out.
It contains a file called Your_Details.zip and I have recently been informed that the
zip file contains the W32/Sobig-E virus.
Thought I should let you know in case you hadn
I suppose that your web server is running with non-privileged user.
In this case you have to use sudo (man sudo). Also you have to make some
checks like
if (ereg("[|;,:`'\\\"]", $_POST[PASSWORD]) || ereg("[|;,:`'\\\"]",
$_POST{USERNAME])) {
die "Invalid username or password.";
}
Remember that
hello Mr. Thomas,
thanks for the quick reply. i implimented your code. let me know what's wrong with my
code.
newuser.htm:
html
head
body
form action = "signup.php" method = post
Username: input type = text size = 30 name = "USERNAME"
Password: input type = password size = 30 name = "PASSWORD
Hi,
I am trying to get a PHP 4.3.2 SAPI working on Windows.
I am using Visual Studio 6.0 and am using the Debug Release
(php4ts_debug.dll).
I can successfully get the CLI (phpCLI.c) version of PHP working just fine
using the same linking instructions as I do for my SAPI program.
My SAPI is heav
Try checking out the exec() function
http://us4.php.net/manual/en/function.exec.php
Should start out with 3 input boxes.
USERNAME
PASSWORD
VERIFYPASSWORD
IF ($_POST/GET[PASSWORD] == $_POST/GET[VERIFYPASSWORD]){
exec("/path/to/useradd -p $_POST/GET[PASSWORD]
$_POST/GET[USERNAME]");
}
Th
php-install Digest 18 Jul 2003 07:02:33 - Issue 1465
Topics (messages 11291 through 11301):
php binary too big
11291 by: Bhavin Modi
11293 by: Yann Larrivee
11299 by: Michael Mauch
New Member
11292 by: nsr pergas
Re: php 4.3.2 and apache 1.3.27?
1129
Hello List,
i am new to php programming. can anyone help me to create a linux user using php
program and also i want to assign passwd to the new created user. just like New User
Sign Up form for an email. i use squirrel mail they din't provided the new user sign
up.
any help will be app