Recent content by BrycoPC

  1. BrycoPC

    Login with FLASH Interface

    I am trying to login using flash actionscript in my interface. The code im using is as follows: TextField.prototype.onKeyDown = function () { if (Key.getCode() == Key.ENTER && this.pressedOnce == undefined && this.isFocused()) { this.onSubmit(); this.pressedOnce = true...
  2. BrycoPC

    MX Records

    Ok, here is the deal. I have a site im working with (madtiger1.org). I want mx setup for it (mail.madtiger1.org) to point to and operate off of the mx for another site (mail.madtiger.org). That way if a user checks his email at mail.madtiger1.org or mail.madtiger.org it will be the same login...
  3. BrycoPC

    New customized skin needed

    I am in need of someone who can make a skin based on this website http://www.BrycoPC.com/ I know skins are very difficult to make and at present time i dont have time to make a skin run my business and design websites. I would be glad to pay for this ervice. I just want a skin that goes...
  4. BrycoPC

    PayPal Enom and Directadmin

    I have the api documentation for all three services on hand. Does anyone know of a way to make one full featured api script that can encorporate enom domain registration and lookup services then go to a paypal pay portal that after paying creates the username with directadmin filling in all of...
Back
Top