View Single Post
Old 2010-02-10, 05:13 PM   #2
DIVAD3
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
DIVAD3's Avatar
 
Join Date: Aug 2009
Location: Up-Sate NY !
Posts: 79
Send a message via ICQ to DIVAD3
Do You know php scripts??

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` (
`
idbigint(20NOT NULL auto_increment,
`
md5_idvarchar(200collate latin1_general_ci NOT NULL default '',
`
full_nametinytext collate latin1_general_ci NOT NULL,
`
user_namevarchar(200collate latin1_general_ci NOT NULL default '',
`
user_emailvarchar(220collate latin1_general_ci NOT NULL default '',
`
pwdvarchar(200collate latin1_general_ci NOT NULL default '',
`
addresstext collate latin1_general_ci NOT NULL,
`
countryvarchar(200collate latin1_general_ci NOT NULL default '',
`
telvarchar(200collate latin1_general_ci NOT NULL default '',
`
faxvarchar(200collate latin1_general_ci NOT NULL default '',
`
websitetext collate latin1_general_ci NOT NULL,
`
datedate NOT NULL default '0000-00-00',
`
users_ipvarchar(200collate latin1_general_ci NOT NULL default '',
`
approvedint(1NOT NULL default '0',
`
activation_codeint(10NOT NULL default '0',
`
bannedint(1NOT 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

Last edited by DIVAD3; 2010-02-10 at 05:23 PM..
DIVAD3 is offline   Reply With Quote