hi - php Form

Author Topic: hi  (Read 5160 times)

Offline mustafa76

  • Supporter
  • **
  • Posts: 3
  • Karma: +0/-0
    • View Profile
hi
« on: February 06, 2008, 02:45:21 AM »


install doesnt  work ı tride many time u need chack it

Offline eng65

  • Supporter
  • **
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: hi
« Reply #1 on: February 12, 2008, 10:16:22 AM »
Yes,
All i am getting is  Empty Field - Host:Go Back. There are only 4 fields to fill in. I tried on Wampserver on my pc, as well as easy PHP but the same results.
What is the problem?
Thank you
Eng65
« Last Edit: May 25, 2008, 05:52:47 PM by admin »

Offline bcook62

  • Supporter
  • **
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: hi
« Reply #2 on: April 02, 2008, 07:25:52 PM »
I'm having the same problem, with the error message of an empty field. I even looked at the php code and don't seem to see any lack of syntax or such. I really want to run this, it looks good, but this problem is a little more than slightly frustrating.

Offline admin

  • Administrator
  • *****
  • Posts: 67
  • Karma: +10/-0
  • Gender: Male
    • View Profile
Re: hi
« Reply #3 on: April 03, 2008, 11:46:38 AM »
New root/admin/install1.php file:

Offline bcook62

  • Supporter
  • **
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: hi
« Reply #4 on: April 05, 2008, 01:59:04 AM »
Thanks for the new file dude. I'm almost finished with the install, with the exception of this new problem. When I get to install3.php, and fill in the fields, hit submit/admin account, it acts like it's going to go to the next step/finish, but the fields just clear and remains on the page. Any ideas? Thanks again for the effort your making to help us get this working.  :D
« Last Edit: May 25, 2008, 05:53:23 PM by admin »

Offline admin

  • Administrator
  • *****
  • Posts: 67
  • Karma: +10/-0
  • Gender: Male
    • View Profile
Re: hi
« Reply #5 on: April 06, 2008, 05:54:27 AM »
New root/admin/install3.php file:

Offline ecko-kill

  • Supporter
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: hi
« Reply #6 on: April 17, 2008, 05:41:11 AM »
i have some problems with step3...
i complete the form i click admin account but anything happen ...
i can't login on admin account on admin/login.php  :(
« Last Edit: May 25, 2008, 05:51:53 PM by admin »

Offline ryuchix

  • Supporter
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: hi
« Reply #7 on: April 19, 2008, 05:39:45 AM »
seems like all of us have the same problems.. i hope admins willl do something about this... we cant install the install3... we downloaded the attached install3.php  but still nothing happens.. it keeps on repeating..

pls help us

Offline gdayfelix

  • Supporter
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: hi
« Reply #8 on: April 21, 2008, 06:08:28 AM »
Same here. Is there any correction on this installation file?

Offline alex

  • Global Moderator
  • *****
  • Posts: 77
  • Karma: +19/-0
    • View Profile
Re: hi
« Reply #9 on: May 08, 2008, 05:53:13 AM »
install3.php
Code: [Select]
<HTML>
<HEAD>
</HEAD>
<br>
<title>Install LinkBase 1.1.</title>
<center><h3><font face="verdana">:: Install LinkBase 1.1.</h3>
<?php
require_once('config.php');
require_once(
'functions.php');

?>


<?php

if(isset($_POST['submit']))
{


$username $_POST['username'];
$password $_POST['password'];
$email $_POST['email'];
$activ $_POST['activ'];
$level $_POST['level'];

$query mysql_query("INSERT INTO users (Username,Password,Email,Active,Level_access,Random_key)
VALUES ('$username','"
.mysql_real_escape_string(md5($_POST['password']))."','$email','$activ','$level','".random_string('alnum'32)."')")
or die(
mysql_error());  
echo 
"Remove install files from admin dir: install.php, install1.php, install2.php, install3.php<br><a href=\"login.php\">Admin Panel</a>";

}

else

  {
?>

      <br>
      <form action="<?=$_SERVER['PHP_SELF']?>" method="post">
Username: <input name="username" size="40" maxlength="255">
<br>
Password: <input name="password" size="40" maxlength="255">
<br>
Email: <input name="email" size="40" maxlength="255">
<input type="hidden" name="level" value="1" size="40" maxlength="255">
<input type="hidden" name="activ" value="1" size="40" maxlength="255">
<br>

<input type="submit" id = "submit" name="submit" value="submit">
</form>
      <?
  }           




?>

</center>
</font>
</table>

<br><br><br><br><br><br><br><br><br><br><br><br>
<center>
<a href="http://phpform.net">powered by phpform.net</a>
</center>
</HTML>
« Last Edit: May 25, 2008, 05:51:01 PM by admin »

Offline prawn_86

  • Supporter
  • **
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: hi
« Reply #10 on: January 01, 2009, 11:31:38 PM »
how do we start a new topic? the button wont show up for me