I am posting this to the board. Let me know if you can help!
Di' Vad
Will pay for your Services...
If you are a experience webmaster who knows how to work with php??? I will pay for your services to work out the bugs in this free script that is provided by:
http://php-login-script.com/install.htm
http://php-login-script.com/install.htm
I say bugs because according to this forum;
http://www.webmasterpals.com/showthread.php?t=1124
It's meant to work with linux, however it can be made to work in windows server, if you know how to fix the bugs.
And so thats what I need it to do - WORK IN WINDOWS.
I have become stumped at step 4 and cannot figure out where I am
to put this following table...
Step 4. Setup MySQL Users table
In step four it says: Finally you have to setup mysql users table.
Go to phpmyadmin > your database > SQL and copy the below code there to create the database table.
PHP Code:
`users` (
`id` bigint(20) NOT NULL auto_increment,
`md5_id` varchar(200) collate latin1_general_ci NOT NULL default '',
`full_name` tinytext collate latin1_general_ci NOT NULL,
`user_name` varchar(200) collate latin1_general_ci NOT NULL default '',
`user_email` varchar(220) collate latin1_general_ci NOT NULL default '',
`pwd` varchar(200) collate latin1_general_ci NOT NULL default '',
`address` text collate latin1_general_ci NOT NULL,
`country` varchar(200) collate latin1_general_ci NOT NULL default '',
`tel` varchar(200) collate latin1_general_ci NOT NULL default '',
`fax` varchar(200) collate latin1_general_ci NOT NULL default '',
`website` text collate latin1_general_ci NOT NULL,
`date` date NOT NULL default '0000-00-00',
`users_ip` varchar(200) collate latin1_general_ci NOT NULL default '',
`approved` int(1) NOT NULL default '0',
`activation_code` int(10) NOT NULL default '0',
`banned` int(1) NOT NULL default '0',
PRIMARY KEY (`id`),
UNIQUE KEY `user_email` (`user_email`),
FULLTEXT KEY `idx_search` (`full_name`,`address`,`user_email`,`user_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci
AUTO_INCREMENT=50 ;
Here are the following pages that I have thus far, and would like the script to work with the changes I made in the appearance. If you have an interest in providing this service to me. Then contact me here or at:
davidsabode@yahoo.com
http://www.detailzusedcars.com/us-au...dmin_main.html
http://www.detailzusedcars.com/us-au...n_results.html
http://www.deaitlzusedcars.com/us-auto-deal/dbc.html
http://www.deaitlzusedcars.com/us-auto-deal/main.html
http://www.deaitlzusedcars.com/us-au.../register.html
http://www.deaitlzusedcars.com/us-au.../activate.html
http://www.deaitlzusedcars.com/us-au.../thankyou.html
http://www.deaitlzusedcars.com/us-auto-deal/login.html
http://www.deaitlzusedcars.com/us-au...tpassword.html
http://www.deaitlzusedcars.com/us-au...myaccount.html
http://www.deaitlzusedcars.com/us-au...ysettings.html
Regards,
Di'Vad