close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Disappearing Insert on Registration page

Thread began 12/09/2010 3:35 pm by bjgarner241692 | Last modified 12/10/2010 10:59 am by bjgarner241692 | 2076 views | 6 replies

bjgarner241692

Disappearing Insert on Registration page

I have run this wizard 4 times.
When it doesn't simply stop responding it creates pages without all of the necessary code. The Registration page has no insert code and the Profile page has no Update code.

Should have known better. Earlier this week I had to reinstall eCart 5 and since then it's been nothing but javascript errors. Data Assist had to be reinstalled as well.

Do I just reinstall Security Assist?

Extremely Frustrating! I wish your extensions would play together better!

Following is the entire code of the Registration page that is created.

php:
<?php

// *** Redirect if username exists
$MM_flag="MM_insert";
if (isset(
$_POST[$MM_flag])) {
  
$MM_dupKeyRedirect="students_duplicate.php";
  
$loginUsername $_POST['email'];
  
$LoginRS__query "SELECT email FROM students WHERE email='" $loginUsername "'";
  
mysql_select_db($database_conn$conn);
  
$LoginRS=mysql_query($LoginRS__query$conn) or die(mysql_error());
  
$loginFoundUser mysql_num_rows($LoginRS);

  
//if there is a row in the database, the username was found - can not add the requested username
  
if($loginFoundUser){
    
$MM_qsChar "?";
    
//append the username to the redirect page
    
if (substr_count($MM_dupKeyRedirect,"?") >=1$MM_qsChar "&";
    
$MM_dupKeyRedirect $MM_dupKeyRedirect $MM_qsChar ."requsername=".$loginUsername;
    
header ("Location: $MM_dupKeyRedirect");
    exit;
  }
}
?>
<?php 
require_once('Connections/conn.php'); ?>
<?php
if (!function_exists("GetSQLValueString")) {
function 
GetSQLValueString($theValue$theType$theDefinedValue ""$theNotDefinedValue ""
{
  if (
PHP_VERSION 6) {
    
$theValue get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  }

  
$theValue function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);

  switch (
$theType) {
    case 
"text":
      
$theValue = ($theValue != "") ? "'" $theValue "'" "NULL";
      break;    
    case 
"long":
    case 
"int":
      
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case 
"double":
      
$theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case 
"date":
      
$theValue = ($theValue != "") ? "'" $theValue "'" "NULL";
      break;
    case 
"defined":
      
$theValue = ($theValue != "") ? $theDefinedValue $theNotDefinedValue;
      break;
  }
  return 
$theValue;
}
}
?>
<?php
$editFormAction 
$_SERVER['PHP_SELF'];
if (isset(
$_SERVER['QUERY_STRING'])) {
  
$editFormAction .= "?" htmlentities($_SERVER['QUERY_STRING']);
}

?>
<?php
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "WAATKRegistrationForm")) {
  
$insertSQL sprintf("INSERT INTO students (lastname, firstname, email, pwd) VALUES (%s, %s, %s, %s)",
                       
GetSQLValueString($_POST['lastname'], "text"), GetSQLValueString($_POST['firstname'], "text"), GetSQLValueString($_POST['email'], "text"), GetSQLValueString($_POST['pwd'], "text"));

  
mysql_select_db($database_conn$conn);
  
$Result1 mysql_query($insertSQL$conn) or die(mysql_error());

  
$insertGoTo "students_LogIn.php";
  if (isset(
$_SERVER['QUERY_STRING'])) {
    
$insertGoTo .= (strpos($insertGoTo'?')) ? "&" "?";
    
$insertGoTo .= $_SERVER['QUERY_STRING'];
  }
  
header(sprintf("Location: %s"$insertGoTo));
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Registration</title>
<link href="WA_SecurityAssist/styles/Refined_Pacifica.css" rel="stylesheet" type="text/css" />
<link href="WA_SecurityAssist/styles/Arial.css" rel="stylesheet" type="text/css" />
</head>

<body>

<div id="RegistrationContainer" class="WAATK">
  <form  action="<?php echo $editFormAction?>" method="post" name="WAATKRegistrationForm" id="WAATKRegistrationForm">
    <h1>Registration</h1>
    <table class="WAATKDataTable" cellpadding="0" cellspacing="0" border="0">
      <tr>
        <th>lastname:</th>
        <td><input type="text" class="WAATKTextField" name="lastname" id="lastname" value="" size="32" /></td>
      </tr>
      <tr>
        <th>firstname:</th>
        <td><input type="text" class="WAATKTextField" name="firstname" id="firstname" value="" size="32" /></td>
      </tr>
      <tr>
        <th>email:</th>
        <td><input type="text" class="WAATKTextField" name="email" id="email" value="" size="32" /></td>
      </tr>
      <tr>
        <th>pwd:</th>
        <td><input type="text" class="WAATKTextField" name="pwd" id="pwd" value="" size="32" /></td>
      </tr>
    </table>
    <div class="WAATKButtonRow">
      <input type="image" hspace="0" vspace="0" border="0" name="Register" id="Register" value="Register" alt="Register"  src="WA_SecurityAssist/images/Pacifica/Refined_register.gif"  />
      <input type="hidden" name="MM_insert" value="WAATKRegistrationForm">
    </div>
  </form>
</div>

</body>
</html>



Security Assist version is 1.1.8

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...