Cotinmowth Posted April 25, 2005 Share Posted April 25, 2005 I downloaded a add on that skipes the log-in process. I have modified all the files , but have no idea of how to "run the script": "STEP 3:Go into your server's backend and use a SQL tool such as PHPMYADMIN to run the following SQL scripts. Make sure you have backed up your database first: ALTER TABLE customers ADD purchased_without_account TINYINT(1) UNSIGNED DEFAULT '0' NOT NULL AFTER customers_id; ALTER TABLE customers ADD INDEX (purchased_without_account); INSERT INTO configuration_group VALUES (40, 'Accounts', 'Configuration of Account settings', 40, 1); INSERT INTO configuration VALUES ('', 'Purchase Without Account', 'PWA_ON','true','Allow Customers to purchase without an account', 40, 1, '2003-04-08 13:07:44', '2003-04-08 12:10:51', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'); ALTER TABLE orders ADD purchased_without_account TINYINT (1) UNSIGNED DEFAULT '0' NOT NULL;" I can access the "PHP MY ADMIN" page via web browser but it says nothing of installing a script or add-on. I realize that I probobly sound like an idiot... Please help. Exactly what are the steps I need to take to install the script? Are there 2 scripts here? Once again thx... Link to comment Share on other sites More sharing options...
Guest Posted April 25, 2005 Share Posted April 25, 2005 click on sql (after you have selected your database from inside of phpmyadmin) and then copy and paste the script there, then run it. make sure you have a backup before attempting anything. perhaps a wise thing to do is use your favorite search engine and type in 'phpmyadmin tutorial' . . also, you only need to post in one spot, dont need to double post Link to comment Share on other sites More sharing options...
Cotinmowth Posted April 25, 2005 Author Share Posted April 25, 2005 click on sql (after you have selected your database from inside of phpmyadmin) and then copy and paste the script there, then run it.make sure you have a backup before attempting anything. perhaps a wise thing to do is use your favorite search engine and type in 'phpmyadmin tutorial' . . also, you only need to post in one spot, dont need to double post <{POST_SNAPBACK}> Thank you so much Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.