por que no se puede crear una cuenta aqui?

hola, hice esta pagina de venta pero no me puedo crear una cuenta para probarla, cuando voy a registrarme no aparece el boton de "enviar" o "registrar"cual sera el problema?

http://ventaventa.netau.net

ya configure config.php con :

"$db_server";
"$db_user";
"$db_pass";
"$db_name";
correctamente, pero me falta esto y no entiendo que es.

$db_persistent = false; //persistent DB connection
$prefix = "phpbazar_"; // Table prefix

en cuanto a los permisos le di 777 a config.php y register.php falta alguno? gracias.
Hola, vamos por parte si?

php.ini es:

El archivo php.ini es el que contiene nuestra configuración de PHP, con el que podemos controlar muchos aspectos de su funcionamiento.

Y tambien:

Este archivo sirve para indicar una serie de valores que determinan el comportamiento del intérprete PHP. Lo encontramos dentro de la distribución php en el directorio raiz bajo el nombre php.ini-recommended o php.ini-dist. Se trata de un archivo de texto, que podemos abrir con cualquier editor que trabaje con texto simple (*.txt). Como siempre, nos será mas cómodo trabajar con un editor como html-kit que coloree sintácticamente el archivo.


Lo otro "configure config.php"

Aqui el nombre del servidor, normalmente si trabajamos en forma local, ponemos localhost, pero ciertos servidores tienen su propio dominio.
"$db_server";

El usuario que tiene acceso a la base de datos, normalmente es el nombre de usuario que te da el hosting.
"$db_user";

La contraseña del usuario
"$db_pass";

Y el nombre de la base de datos.
"$db_name";


Esto significa que no sera persitente la conexion a la base de datos, o sea.. mas de 5 a 10 peticiones, luego de esas peticiones, si la base de datos no responde, se corta y vuelve a probar
$db_persistent = false; //persistent DB connection

Nombre que se le da a las tablas creadas por el script en cuestion llamada phpbazar, ej. "phpbazar_user"
$prefix = "phpbazar_"; // Table prefix


Los permisos.. son exactamente eso, para darles permisos de escritura lectura y etc. asi mismo el 777
en cuanto a los permisos le di 777 a config.php y register.php falta alguno? gracias.

Ahora, no entiendo que realmente queres hacer, ya que ingrese a tu sitio y veo que ya tenes instalado el script.


Cualquier cosa a las ordenes
gracias por las respuestas.
si, el script ya lo instale, pero no puedo hacer una cuenta para ver si anda, probe en new member para crearme una cuenta, llene los campos requeridos y cuando doy en register me dice que los campos quedaron en blanco.
al instalarlo poniendo en el browser http://ventaventa.netau.net/admin/setup.php salen unos errores:


----primero en info. me dice: Converttool not enabled.esta bien eso?

----en un error que me sale dice que me falta ZEND optimizer, eso lo tiene que tener el hosting o lo puedo subir yo mismo?


----en el otro tengo que cambiar "register_globals=OFF" - a ON en el archivo php.ini pero por lo que me explicaste antes, entiendo que este archivo es lo mismo que config.php , no? igual en este no encuentro nada parecido a lo que me pide ahi, te dejo una copia del archivo config.php para ver que opinas:


<?
#################################################################################################
#
# project : PHPBazar
# filename : config.php
# last modified by :
# e-mail : [correo eliminado]
# purpose : Configuraion File
# version : 2.1.0
#
#################################################################################################

# mySql Configuration
#################################################################################################
$db_server = "mysql********.com"; // mySQL Server, most cases "localhost" or like "www.mysqlserver.com:3306"
$db_user = "a*******_ventave"; // mySQL Username
$db_pass = "*******"; // mySQL Password
$db_name = "a*******_ventave"; // database-name of phpBazar-Database
$db_persistent = false; // persistent DB connection
$prefix = "phpbazar_"; // Table prefix

# Chat Interface Configuration (optional)
#################################################################################################
$chat_enable = false; // Chat enabled
$chat_interface = ""; // Chat interface definition
$chat_db_server = "$db_server"; // mySQL Server, most cases "localhost"
$chat_db_user = "$db_user"; // mySQL Username
$chat_db_pass = "$db_pass"; // mySQL Password
$chat_db_name = "$db_name"; // database-name of Chat-Script
$chat_prefix = ""; // normally NOT used

# Forum Interface Configuration (optional)
#################################################################################################
$forum_enable = false; // Forum enabled
$forum_interface = "int_phpBB-V2.x.php"; // Forum interface definition
$forum_db_server = "$db_server"; // mySQL Server, most cases "localhost"
$forum_db_user = "$db_user"; // mySQL Username
$forum_db_pass = "$db_pass"; // mySQL Password
$forum_db_name = "$db_name"; // database-name of Forum-Script
$forum_prefix = "phpbb_"; // Table prefix of Forum-Script

# Path & URL Configuration
#################################################################################################
$convertpath = "AUTO"; // if set to "AUTO" -> Picture-Upload WITHOUT convert-program
#$convertpath = "GDLIB"; // if set to "GDLIB" -> Picture-Upload WITH PHP GD Lib 2.x
#$convertpath = "/home/httpd/phpexec/convert"; // complete PATH from rootdir (/) to convert-program
$admin_dir = "admin"; // Admin PATH from $bazar_dir without begin and trailing slashes
$backup_dir = "admin/backup"; // Backup PATH from $bazar_dir without begin and trailing slashes
$image_dir = "images"; // Image PATH from $bazar_dir without begin and trailing slashes
$languagebase_dir = "lang"; // Language PATH from $bazar_dir without begin and trailing slashes
$fix_tmp_dir = ""; // normally NOT needed !

# Name & Version Configuration
#################################################################################################
$bazar_name = "phpBazar"; // the name of the bazar site
$bazar_copyright = "SmartISoft"; // the name of your company
$bazar_version = "2.1.0"; // PLEASE DO NOT EDIT THIS
$book_version = "2.1.0"; // PLEASE DO NOT EDIT THIS
$members_version = "2.1.0"; // PLEASE DO NOT EDIT THIS

# Mail Configuration
#################################################################################################
$admin_email = "[correo eliminado]"; // admin email address
$reg_notify = ""; // Resistration Notify, if empty ("") -> NO notify will be send
$conf_notify = "[correo eliminado]"; // Confirmation Notify, if empty ("") -> NO notify will be send
$mail_notify = "[correo eliminado]"; // Mail Reply Notify, if empty ("") -> NO notify will be send
$ad_notify = "[correo eliminado]"; // New Ad Notify, if empty ("") -> NO notify will be send
$aded_notify = "[correo eliminado]"; // Edit Ad Notify, if empty ("") -> NO notify will be send
$gb_notify = "[correo eliminado]"; // New Guestbook Notify
$confirm_mail = true; // Send Mail to User after confirmation
$no_confirmation = false; // NO registration confirmation mail - !!! DO NOT ENABLE THIS !!!
$anonymous_mail = false; // Answer to Ads, if NOT logged in !!! Attention to Spammers !!!
$webmail_enable = true; // WebMail enabled
$webmail_notify = true; // Notify Member via Mail when new WebMail arrived
$webmail_notifypopup = true; // Notify Member via NewMail link when new WebMail arrived
$webmail_path = "uploads/webmailattachments"; // Upload PATH from $bazar_dir without begin and trailing slashes
$webmail_storedays = 90; // How long should Webmails stored (prune with ./admin/cleanup.php), "" -> disabled

# Picture-Handling Configuration
#################################################################################################
$pic_enable = true; // Ad-Pictures enabled
$pic_path = "uploads/images"; // Upload PATH from $bazar_dir without begin and trailing slashes
$pic_icon = "icons/photo2.gif"; // Show this icon in Ads-Overview, if $pic_prelowres is ""
#$pic_noicon = "icons/signno.gif"; // Show this icon in Ads-Overview, if no picture is availiable, "" -> disabled
$pic_database = false; // DO NOT USE THIS, SLOW !!! Store Picture's Binary's in Database
$pic_maxsize = "300000"; // Maximum Uploadsize per Picture (in Bytes)
$pic_res = "400x400"; // max. Standard Picture
$pic_lowres = "85x120"; // max. Thumbnail Picture
$pic_prelowres = "40x70"; // max. Preview Thumbnail Picture, "" -> disabled, see $pic_icon
$pic_width = "440"; // Popup Window
$pic_height = "440"; // Popup Window
$pic_quality = "80"; // JPEG-Quality in % (only with convert)

# Attachment-Handling Configuration
#################################################################################################
$att_enable = true; // Ad-Attachments enabled
$att_path = "uploads/attachments"; // Upload PATH from $bazar_dir without begin and trailing slashes
$att_icon = "icons/att3.gif"; // Show this icon in Ads-Overview, if attachment is present
$att_maxsize = "300000"; // Maximum Uploadsize per Attachment (in Bytes)

# Language Configuration
#################################################################################################
$language_default = "en"; // Default Language (for new users)
$show_languages = true; // show Language-switch-option (true) or not (false)
$language[0] = "en"; // Language-Choice 1
$language[1] = "dt"; // Language-Choice 2
#$language[2] = "fr"; // Language-Choice 3
#$language[3] = "it"; // Language-Choice 4

# System Configuration
#################################################################################################
$compress_output = true; // SPEED :-) works only on PHP 4.0.4 (above) with compiled zlib
$logging_enable = true; // Enable Logging of Bazar-Events
$logging_days = 30; // How many days should stored (prune in cleanup.php)
$dateformat = "M. j Y, g:i a"; // "j.M.Y H:i:s" Dateformat, see http://www.php.net/manual/en/function.date.php
$timeoffset = 0; // Servertime offset in hours e.g. 1 (+1 hour), -3 (-3 hours) to your servertime
$genders = array("m","f","a","b","c"); // Gender's (see also ./lang/XX/variables.php)
$limit = array(5 ,1000); // Text-Input limits. First number is minimum amount of characters, second number is maximum
$floodprotect = "24"; // Floodprotection, set ad-flood-timeout in hours, ("") -> Floodprotect-Function disabled
$floodprotect_ad = "3"; // Floodprotection, set how many ads can be added within $floodprotect time-frame
$floodprotect2 = "24"; // Floodprotection, set email-flood-timeout in hours, ("") -> Floodprotect-Function disabled
$floodprotect_mail = "10"; // Floodprotection, set how many mails can be send within $floodprotect time-frame
$location_text = false; // Show location as text(true) or option-field(false)
$registermembersex = true; // New Members MUST enter there sex (true) or not (false)
$memberoffset = 1000; // Showing MemberNumber with a Offset (addition), UserID is untouched
$login_cookie_time = 12; // How long is LOGIN Cookie valid (in hours)
$vote_cookie_time = 24; // How long is VOTED Time valid (in hours)
$passphrase_cookie_time = 24; // How long is Category Passphrase valid (in hours)
$auto_login = true; // after successfull confirmation -> auto-login
$force_addad = false; // after successfull confirmation -> a add MUST placed
$addurations = "week"; // Enable Adduration in Week's ("week") or in Day's ("day") or no timeout ("")
$adduration[0] = 48; // First Option for Adduration-Value (max. 9999)
$adduration[1] = 44; // x Option for Adduration-Value (max. 9999)
$adduration[2] = 40; // x Option for Adduration-Value (max. 9999)
$adduration[3] = 36; // x Option for Adduration-Value (max. 9999)
$adduration[4] = 32; // x Option for Adduration-Value (max. 9999)
$adduration[5] = 28; // x Option for Adduration-Value (max. 9999)
$adduration[6] = 24; // x Option for Adduration-Value (max. 9999)
$adduration[7] = 20; // x Option for Adduration-Value (max. 9999)
$adduration[8] = 16; // x Option for Adduration-Value (max. 9999)
$adduration[9] = 12; // x Option for Adduration-Value (max. 9999)
$adduration[10] = 8; // x Option for Adduration-Value (max. 9999)
$adduration[11] = 4; // x Option for Adduration-Value (max. 9999)
$timeoutnotify = 3; // Day's to notify the Ad-owner before timeout, 0 to disable notify
$timeoutconfirm = 30; // Day's to increase after timeout-notify-mail is confirmed
$timeoutmax = 90; // Day's maximum, to expand the timeout
$search_sort = "adeditdate desc"; // mySQL ORDER-String, Syntax: "ads_table_fieldname desc/asc" eg. "adeditdate desc" or "answered asc" ...
$ad_sort = "addate desc"; // mySQL ORDER-String, Syntax: "ads_table_fieldname desc/asc" eg. "addate desc" or "viewed asc" ...
$top_sortorder = "viewed desc"; // TopAds mySQL ORDER-String, Syntax: "ads_table_fieldname desc/asc" eg. "addate desc" or "viewed asc" ...
$top_maximum = "5"; // TopAds Counter (how many ads should display on TopList)
$admovecat = true;
$catnotify = true; // Enable Category-Notify-System (true) or not (false)
$adapproval = false; // Webmaster (Moderator) approval is required for new ADs
$adeditapproval = false; // Webmaster (Moderator) approval is required for edited ADs
$adautoflush = false; // AUTO Delete timed-out ads (true) or not (false) - Manually flush timed-out ads in Admin-Panel
$addfavorits = true; // Show "Add Favorits Window" to first time surfers ONCE
$really_del_memb = true; // really delete user (true) or only reset passwd (false) BETTER for History.
$forumfreeread = true; // Anonymous can read forum
$bazarfreeread = false; // Anonymous can read, search Ad's, but NO new, edit, answer Ad
$picturesfree = true; // Anonymous can view pictures (or picturelib)
$linksfree = true; // Anonymous can view links
$guestbookfree = true; // Anonymous can read and add Entry's to Guestbook
$votefree = true; // Anonymous can vote

# Display Configuration
#################################################################################################
$STYLE = "style.css"; // specify your CascadeStyleSheet-File (*.css) EDIT THIS FILE FOR COLORS & FONTS
$HEADER = "header.inc.php"; // the header file that you want at the top of all the pages
$FOOTER = "footer.inc.php"; // the footer file that you want at the bottom of all the pages
$show_useronline = true; // show online users within LoginWindow - turn off for heavy load sites
$show_useronline_detail = true; // show online users details
$show_advert1 = true; // show the advertising's on the left side or not
$show_advert2 = true; // show the advertising's on the left bottom side or not
$show_picadday = true; // show the picture ad of the day on the left bottom side or not (instead of advert2) false -> disabled, true -> enabled (timeout 24 hours), n -> enabled (timeout n hours)
$show_advert3 = true; // show the advertising's on the right side or not
$show_news = true; // show the news on the right side or not
$show_votes = true; // show the votes on the right side or not
$show_proctime = true; // show processing time (bottom of every page) // !!! works NOT on Windows-Systems !!!
$show_url = true; // show members gotourl-icon within ads if given in members-section or not
$show_adrating = true; // show rating on every ad
$adrating_icon = "icons/rating_red.gif"; // AdRating Icon, if $show_adrating is enabled
$show_members_overview = true; // show Memberoverview
$show_members_details = true; // show Memberdetails
$show_members_ads = true; // show Memberads
$show_membersortorder = true; // show Sort Order on Member overview
$show_adsortorder = true; // show Sort Order on Ad overview
$show_newicon = 7; // how many days is the NEW-icon shown, 0 disable
$perpage = 7; // how many db-row's perpage (gb, ad's)
$pperpage = 7; // how many pagebreak-links
$table_width = 470; // Middle Table Width
$table_height = 421; // Middle Table Height
$wel_table_width = 738; // Welcome Middle Table Width
$table_width_menu = 738; // Menu Table Width
$table_width_side = 130; // Side Table Width
$votebar_width = 60; // votebar with
$votebar_height = 10; // votebar height

# Security Configuration
#################################################################################################
$supportpwd = "2support"; // enable php-info-page if support-pwd is given & known, PARANOID-Setting: "" -> disabled
$secret = "ThiS IS tHe SeCrEt For THe haSH"; // for hash generation, type a litte small text as you want

# End
#################################################################################################








#################################################################################################
# DO NOT EDIT ANYTHING BEHIND THIS LINE #########################################################
#################################################################################################

error_reporting(E_ALL & ~(E_WARNING | E_NOTICE));

$ip=$_SERVER[REMOTE_ADDR];
$client=addslashes($_SERVER[HTTP_USER_AGENT]);
$timestamp=time();
$timeoffset=$timeoffset*3600;
$bazar_dir=dirname(__FILE__);
$bazar_path=substr($_SERVER[PHP_SELF],0,-1*strlen(strrchr($_SERVER[PHP_SELF],"/")));
$url_to_start="http://".$_SERVER["HTTP_HOST"].$bazar_path;

$cookiepath=$bazar_path."/";
$login_time=$login_cookie_time*3600;
ini_set("session.cookie_lifetime", "$login_time");
ini_set("session.cookie_path", "$cookiepath");
if ($fix_tmp_dir && is_writeable($fix_tmp_dir)) { ini_set("session.save_path", "$fix_tmp_dir"); }

if ($compress_output) { ob_start ("ob_gzhandler"); }

#################################################################################################
#################################################################################################
#################################################################################################
?>

gracias por la ayuda.