[RELEASE] Updated PHP Register Script + Server Status

Page 1 of 4 1234 LastLast
Results 1 to 15 of 59
  1. #1
    Game Developer snaity is offline
    MemberRank
    Oct 2005 Join Date
    BrazilLocation
    946Posts

    [RELEASE] Updated PHP Register Script + Server Status

    Need to say a thanks to Antv912 for the fixes and now i have fixed and added some things :D open register.php and setup the vars.

    PHP Code:
        // Configurations
        
    $myhost="localhost"// MySQL Host
        
    $mypass="test"// MySQL User Passowrd
        
    $myuser="root"// MySQL User
        
    $mydbacc="account"// Eudemons Account Dtabase
        
    $mydbdata="my"// Eudemons Server Database
        
    $serveraddress="127.0.0.1"// Server IP Address
        
    $serverport=5816// Server Port 
    Recommend to use in AppServ :D

    \WINDOWS\php.ini edit as here or download mine:
    Code:
    ; Windows Extensions
    ; Note that ODBC support is built in, so no dll is needed for it.
    ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5)
    ; extension folders as well as the separate PECL DLL download (PHP 5).
    ; Be sure to appropriately set the extension_dir directive.
    
    ;extension=php_mbstring.dll
    ;extension=php_bz2.dll
    ;extension=php_curl.dll
    ;extension=php_dba.dll
    extension=php_dbase.dll
    ;extension=php_exif.dll
    ;extension=php_fdf.dll
    ;extension=php_filepro.dll
    extension=php_gd2.dll
    ;extension=php_gettext.dll
    ;extension=php_ifx.dll
    ;extension=php_imap.dll
    ;extension=php_interbase.dll
    ;extension=php_ldap.dll
    extension=php_mbstring.dll
    ;extension=php_mcrypt.dll
    ;extension=php_mhash.dll
    ;extension=php_mime_magic.dll
    ;extension=php_ming.dll
    ;extension=php_mssql.dll
    ;extension=php_msql.dll
    extension=php_mysql.dll
    extension=php_mysqli.dll
    ;extension=php_oci8.dll
    ;extension=php_openssl.dll
    ;extension=php_oracle.dll
    ;extension=php_pgsql.dll
    ;extension=php_shmop.dll
    ;extension=php_snmp.dll
    extension=php_sockets.dll
    ;extension=php_sqlite.dll
    ;extension=php_sybase_ct.dll
    ;extension=php_tidy.dll
    ;extension=php_xmlrpc.dll
    ;extension=php_xsl.dll
    ;extension=php_pdo.dll
    ;extension=php_pdo_sqlite.dll
    ;extension=php_winbinder.dll
    After Edit your php.ini restart u apache server using this cmd in Start > Run:

    Code:
    net stop apache(or apache2.2, apache2.1, apache2)
    net start apache(or apache2.2, apache2.1, apache2)
    EDIT: Later i will edit it with some graphics :D
    Attached Thumbnails Attached Thumbnails 12121.jpg  
    Attached Files Attached Files
    Last edited by snaity; 28-01-08 at 09:29 PM.


  2. #2
    Account Upgraded | Title Enabled! Amandy is offline
    MemberRank
    Feb 2007 Join Date
    Crapvile, USALocation
    768Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    Your welcome :)? I;m working on a Eudemons full website soon

  3. #3
    Member FroZenFiRe is offline
    MemberRank
    Dec 2007 Join Date
    92Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    and you install this how ?

  4. #4
    Member snirben is offline
    MemberRank
    Jan 2008 Join Date
    59Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    COOL WOrk ty

  5. #5
    Game Developer snaity is offline
    MemberRank
    Oct 2005 Join Date
    BrazilLocation
    946Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    Quote Originally Posted by Antv912 View Post
    Your welcome :)? I;m working on a Eudemons full website soon
    Dinamic like? i love dinamic module pages aka PHP-NUKE and SEO hum best thing for a site.

    Yeah i can do all this but to that i have to lose a lot of time in it.

  6. #6
    Proficient Member forcer_ is offline
    MemberRank
    Dec 2007 Join Date
    SlovakiaLocation
    163Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    php nuke sucks, use drupal

  7. #7
    Account Upgraded | Title Enabled! Amandy is offline
    MemberRank
    Feb 2007 Join Date
    Crapvile, USALocation
    768Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    I'm thinking of using Pure PHP with PHP template scripts for vars or what ever it is..

  8. #8
    Game Developer snaity is offline
    MemberRank
    Oct 2005 Join Date
    BrazilLocation
    946Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    Quote Originally Posted by forcer_ View Post
    php nuke sucks, use drupal
    guy i not have sayed to use PHP-NUKE and i have say to make one like PHP-NUKE(Modules System Only heheh)

  9. #9
    Apprentice ulissesdmd is offline
    MemberRank
    Oct 2006 Join Date
    10Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    Check the Code does not appear to me! What is wrong ??????

  10. #10
    Game Developer snaity is offline
    MemberRank
    Oct 2005 Join Date
    BrazilLocation
    946Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    gut read captcha manual on his official site its uses GD PHP Extension u need to enable in your php.ini or download appserv its install apache+php+mysql and php ready with gd and another usefull extensions.

  11. #11
    Account Upgraded | Title Enabled! Django0 is offline
    MemberRank
    Mar 2007 Join Date
    248Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    which extensions do i need atm i enabled php_gd2.dll
    and where do i need to place the file atm its in apache directory
    Last edited by Django0; 19-01-08 at 12:56 PM.

  12. #12
    Apprentice ulissesdmd is offline
    MemberRank
    Oct 2006 Join Date
    10Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    Not understood!
    That manual is that? You do not have to show the parameters to be modified to appear that figure?

  13. #13
    Novice Kotani is offline
    MemberRank
    Jan 2008 Join Date
    2Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    Can someone post a detailed guide on getting this to work? I installed appserv and i see this:

  14. #14
    Apprentice ulissesdmd is offline
    MemberRank
    Oct 2006 Join Date
    10Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    I need too!!! No works for me only the image

  15. #15
    Apprentice Zyricion is offline
    MemberRank
    Oct 2007 Join Date
    6Posts

    Re: [RELEASE] Updated PHP Register Script + Server Status

    Hey i tried it and it didn't work but i'm not sure if i got my ip right cause i use a router and sometimes the cmyip isn't right for people that use routers.



Page 1 of 4 1234 LastLast

Advertisement