Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Waza04

Banned
  • Posts

    667
  • Joined

  • Last visited

Everything posted by Waza04

  1. The only reason why I didnt contact you is that I knew you were moving home and I thought that you may be busy... Anyway - Thanks to the 17 testers, you know who you are... If anybody else would like to test my version, let me know ASAP as I am going to relase pretty soon :) Warren
  2. Excuse me, I dont mean to be rude - Your version was very buggy, So I have spent neraly 24 Hours making it stable... ...and your saying that it was a waste of time!!! Well - Im people dont appreciate what i have to offer - Then I will only offer to people who DO appreciate work done!!! And NO the intention was not to put my PayPal info in there, it includes BOTH of our details shud anyone which to contact us or make a donation!!! Ican't believe after all that work - you come out with that!!!
  3. Ive just designed a new version of this mod based on Roberts code... However, Im looking for testers to test it.... New Features... *Better Javascript Validation Script When Editing and Creating Accounts *Cleaner Visual Layout *Still Uses Database, But Solves Problems People Were Having With First Time Recognition *Option To Disable LookALike Letters Like D & O In Admin *All Langauge In Language Files *Extra Image Sets For Different Letter Styles (Not Distorted To Prevent Auto Charcter Recognition) *Fixed Error Reporting Using PHP Sessions (You Need Register Globals :() *MORE - But Cant Remember... Please let me know ASAP testers!!! Also - A large thank to Robert for creating the backbone of this :) Warren
  4. Looks like you naffed up your english.php, Please can you PM it to me? Warren
  5. These are used for the quickbooks contribution :) Warren
  6. Hmmm, I thoguht that at first.... Druide why dont you make the code much simpilar? By removing the need of having a DB table etc.... Alss that basically is needed is to check if the entry matched the images displayed... Warren
  7. OK, Version 2 Is OUT NOW!!! http://www.oscommerce.com/community/contributions,1183 ************************************** Product Options Module V2.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Fixes a few bugs regarding the tell a friend. - Fixes a few bugs regarding the manufacturer. (MAJOR - UPGRADE VERSION AVAILABLE) **************************************
  8. OK, Version 3 Is OUT NOW!!! http://www.oscommerce.com/community/contributions,1161 ************************************** Restore Order For Customer Change V3.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Fixes a few bugs regarding the shopping cart. - Adds better button display in account history info. Now only shows the button when it is appropriate. - Better Graphics. - Better Options. - Seperation Of Cancel and Restore. - Better E-Mails. - Better Explanations. - Seperation of Admin and Customer Operations. - Less Bugs. (MAJOR - NO UPGRADE VERSION AVAILABLE - PLEASE UNINSTALL EXISITNG VERSION FIRST) **************************************
  9. LOL - Robert, Te reason why I did it is to keep the tables simple - A big jump from 15 to 300 seemed daft... Anyway, that just my personal preferance... Warren
  10. OK - I have a problem.... Whenever I press the ligts in admin for public etc... They dont change or work :S Warren
  11. Why does this work? Notice the 19's in each statement? Check the old SQL (which uses 300's) and you will find that one of the statement has a 300 missing!!
  12. No Need!! I see the problem!! INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES ('', 'Anti Robot Reg', 'Anti Robot Registration', 300, 1); Configuration Group ID Is balnk when this needs to be hardcoded so that the option can link with this group.... Understand? Warren To make life easy, What I mean is to remove the SQL already insereted in your DB from this mod and use this: INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES ('19', 'Anti Robot Reg', 'Anti Robot Registration', 300, 1); INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Activate Anti Robot Registration ?', 'ACCOUNT_VALIDATION', 'true', 'Put a special code into create account & edit account to verify the user is human :)', 19, 10, '2003-05-10 19:38:18', '2003-05-10 19:38:18', NULL, 'tep_cfg_select_option(array('true', 'false'),'); INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Activate for Create Account ? ', 'ACCOUNT_CREATE_VALIDATION', 'true', 'This will put the Validation Code Check in the Create Account when activated (DEFAULT)', 19, 20, '2003-05-10 21:23:10', '2003-05-10 20:39:46', NULL, 'tep_cfg_select_option(array('true', 'false'),'); INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Activate for Editing Account ? ', 'ACCOUNT_EDIT_VALIDATION', 'true', 'This will put the Validation Code Check also in the Account Edit when activated (OPTIONAL)', 19, 30, '2003-05-10 21:23:10', '2003-05-10 20:39:46', NULL, 'tep_cfg_select_option(array('true', 'false'),'); INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Length for the Validation Code', 'ENTRY_VALIDATION_LENGTH', '5', 'The DEFAULT Length = 5', 19, 50, '2003-05-10 21:23:10', '2003-05-10 20:39:46', NULL, NULL); CREATE TABLE anti_robotreg ( session_id char(32) DEFAULT '' NOT NULL, reg_key char(5) NOT NULL, timestamp int(11) unsigned NOT NULL, PRIMARY KEY (session_id)) Please post if that works!!! Warren
  13. No Need!! I see the problem!! INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES ('', 'Anti Robot Reg', 'Anti Robot Registration', 300, 1); Configuration Group ID Is balnk when this needs to be hardcoded so that the option can link with this group.... Understand? Warren
  14. ^^^^^^^^^^ LOOK UP ^^^^^^^^^^ Damn, gone onto a new page, lol!!
  15. No - But there is a seperate contribution avaialbe that I use in conjunction with this... Warren
  16. Well i am not complaining but isn't it a way to work around this since i am sure if i dont have it there's tons out there that probably dont have have it either. So can you tell me the working around way? Thanks alot... Great contribution Just put them in catalog/includes/application_top.php Warren
  17. Please be specific, if there's anything not right just tell me what it is before i / we have to answer the same questions over and over again... It's version 1.0 so there should be some bugs in it...:lol: I'll update the original when i get tips / complains what to change. I like the idea of making the EDIT ACCOUNT validation optional Thanks for that one Warren The JavaScript Entry checks will also need to be moddified other wise it will throw a funny.... This isnt a bug, What I was saying that if you use the $read_only tag to only use validation upon create account you would need to modify the JavaScript aswell otherwise, when editing the account it will say that you have not typed anything for the validation field.
  18. What do you mean with: delete facillity automatic deleting closed ticket which are x days old? Well, A delete facillity where you can delete the whole ticket with a button or delete individual comments by a button. Warren
  19. Thats easy - just add a tep_mail statement in the main ticket report file... Warren
  20. Its easy to get it to show up when opening an account but not when editing account, just use the $read_only tag in OSC. The JavaScript Entry checks will also need to be moddified other wise it will throw a funny.... But nice work Druide!!!
  21. OK - I would use this except .... When customer is tracking their ticket it isnt rather secure - they shud have to enter their amil address to make sure that it is really them. Also, we need a delete facillity in admin.
×
×
  • Create New...