Main > Main Forum
Light Buttons with LED Hardware/Software - COMING SOON!!!
<< < (10/16) > >>
TheGatesofBill:
What do you expect this to cost when its ready?
DinoRoger:

--- Quote from: TheGatesofBill on February 06, 2004, 08:27:05 pm ---What do you expect this to cost when its ready?

--- End quote ---

Have not figured that out yet. Once I build the final prot-type I will gather all parts and manufacturing costs and decide on a price. A may even have combos like pre-wired lighted buttons and such.  I am working my hardest to make this a user friendly top quality product.
KevSteele:
I've got to say I'm very excited about the possibilities of this project. It sounds very cool, and the more lights, the better  ;)

Kevin
DinoRoger:
Web site is finaly online. Please go and register on the forums. New details about the project can be found here:

http://lamearcade.com
TheGatesofBill:
Registration is all messed up. You're going to have to disable account registration (or fix the e-mail). Either way, please active my account.



EDIT: How to disable the emailer:

Open up includes/emailer.php, find "global $phpEx, $phpbb_root_path;", add "return true;" under it & that should fix the problem. It should end up looking like this:


--- Code: ---//
// Send the mail out to the recipients set previously in var $this->address
//
function send()
{
         global $phpEx, $phpbb_root_path;
         return true;

         if ( $this->address == NULL )
         {
                message_die(GENERAL_ERROR, 'No email address set', '', __LINE__, __FILE__);
         }

         if ( !$this->parse_email() )
         {
                 return false;
         }
--- End code ---
Navigation
Message Index
Next page
Previous page

Go to full version