Mangos Registeration Page (Free) Theme Cataclysm

Results 1 to 14 of 14
  1. #1
    Developer ETTETT is offline
    MemberRank
    May 2007 Join Date
    RukongaiLocation
    662Posts

    ! Mangos Registeration Page (Free) Theme Cataclysm



    Installation
    - MySQL Settings can be setup from: INCLUDES/Config.php
    - - Tip: Database is the one where accounts table is located in.
    - Advertisements can be added from: INCLUDES/Adds.php
    - - Advertisements is shown at left top of the registeration page if you want use advertisements, but if you want disable advertisements easiest way is clean INCLUDES/Adds.php

    What's hot?

    - CSS coded and animated textfields.

    Do you continue project in any kind of way?
    - No, I'm not adding any kind of extras or modules. You can add everything you need yourself.
    - - You can remove my credits from the page.

    Live Demo
    - Host banned me for hosting the demo page.

    Download
    - Click Here.
    - Congratulations you've just saw a final product from ETTETT.
    - Thank you for enjoying of the time in the RageZone with me and my projects.
    Last edited by ETTETT; 01-08-10 at 12:56 PM. Reason: Shown signature.


  2. #2
    Apprentice punzzer is offline
    MemberRank
    Jun 2008 Join Date
    RomaniaLocation
    9Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    You can add a CAPTCHA module?

  3. #3
    Developer ETTETT is offline
    MemberRank
    May 2007 Join Date
    RukongaiLocation
    662Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    Quote Originally Posted by punzzer View Post
    You can add a CAPTCHA module?
    As i told i'm not adding anything, but you can add it to: index.php

    Remember add it to between:
    PHP Code:
    <form id="RegForm" name="RegForm" method="post" action=""
    AND
    PHP Code:
    </form
    Last edited by ETTETT; 22-05-10 at 04:14 AM.

  4. #4
    Apprentice punzzer is offline
    MemberRank
    Jun 2008 Join Date
    RomaniaLocation
    9Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    ok...thanks....i like this Registeration page :)
    Last edited by punzzer; 04-05-10 at 03:36 PM.

  5. #5
    Account Upgraded | Title Enabled! tr4shm4n is offline
    MemberRank
    Dec 2003 Join Date
    NetherlandsLocation
    1,039Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    Account passes will not be coded so unusble on new mangos unless somone can post an fix for that. Good page after all.

  6. #6
    Developer ETTETT is offline
    MemberRank
    May 2007 Join Date
    RukongaiLocation
    662Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    Quote Originally Posted by tr4shm4n View Post
    Account passes will not be coded so unusble on new mangos unless somone can post an fix for that. Good page after all.
    Encrypted passwords uses MD5 encrypt?

  7. #7
    Account Upgraded | Title Enabled! tr4shm4n is offline
    MemberRank
    Dec 2003 Join Date
    NetherlandsLocation
    1,039Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    i belive so al tru not shure bout it.

  8. #8
    Rip Akaruz pixelpro321 is offline
    MemberRank
    Dec 2007 Join Date
    InternetLocation
    1,427Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    Thats one sweet page!

  9. #9
    Developer ETTETT is offline
    MemberRank
    May 2007 Join Date
    RukongaiLocation
    662Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    Quote Originally Posted by pixelpro321 View Post
    Thats one sweet page!
    Thank you.

    And... Here: http://fi.php.net/manual/en/function.md5.php
    If people want MD5 password encrypt. (Link it to query.)
    Last edited by ETTETT; 24-05-10 at 03:17 PM.

  10. #10
    Account Upgraded | Title Enabled! Jahte is offline
    MemberRank
    Aug 2007 Join Date
    LatviaLocation
    316Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    Unsecured... Totally no defense against sql injection.

  11. #11
    Enthusiast pablo114 is offline
    MemberRank
    Sep 2006 Join Date
    PolandLocation
    48Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    Encrypted passwords uses MD5 encrypt?
    I belive it's rather sha-1

  12. #12
    Apprentice Xenon273 is offline
    MemberRank
    Jul 2006 Join Date
    QuebecLocation
    12Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    After some search on the internet I give you how to get the good password for Mangos Database. It's the sha1 hash of the account name plus ":" plus the password all in capital, something like: "XENON273:12F2S2" but hashed with sha1. Here's the code:
    PHP Code:
    $passkey strtoupper(sha1(strtoupper("PUT ACCOUNT NAME HERE").':'.strtoupper("PUT PASSWORD HERE"))); 
    I hope this will help some people! CYA.

  13. #13
    Developer ETTETT is offline
    MemberRank
    May 2007 Join Date
    RukongaiLocation
    662Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    Quote Originally Posted by Jahte View Post
    Unsecured... Totally no defense against sql injection.
    You're right, but that's why it's released "project source code", because i'm not continuing it in any kind of way.

  14. #14
    Account Upgraded | Title Enabled! BlessTheKnife is offline
    MemberRank
    Sep 2009 Join Date
    554Posts

    Re: Mangos Registeration Page (Free) Theme Cataclysm

    I know i'm bumping, and i'm probably going to get a warning or infraction or something, but does anybody still have this, I need it and the current download link is dead.



Advertisement