Closed Thread
Results 1 to 9 of 9

Thread: whmcs

  1. #1
    FWS Addict raversworld is a jewel in the roughraversworld is a jewel in the rough raversworld's Avatar
    Join Date
    Oct 2006
    Location
    Philadelphia, Pennsylvania, Un
    Posts
    782

    whmcs

    i got finally ioncube and all to work now its just having trouble installing i need register globals on and CURL i dont know what curl is so if someone can help me please pm me or talk to me here thx.

  2. #2
    stop staring krakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to beholdkrakjoe is a splendid one to behold krakjoe's Avatar
    Join Date
    May 2006
    Location
    UK
    Posts
    3,616
    You can install curl with apache update in whm, and you need to change register_globals to On in php.ini, that really is it, you don't need to know how to compile it because whm does it for you.......
    (\__/) Joe Watkins
    (='.'=) Software Architect
    (")_(") http://pthreads.org
    Copy and paste bunny into your sig, help him gain world domination.

  3. #3
    FWS Addict raversworld is a jewel in the roughraversworld is a jewel in the rough raversworld's Avatar
    Join Date
    Oct 2006
    Location
    Philadelphia, Pennsylvania, Un
    Posts
    782
    where do i edit the php.ini

  4. #4
    Nlc You Say? Jordan Mclay is a name known to allJordan Mclay is a name known to allJordan Mclay is a name known to allJordan Mclay is a name known to allJordan Mclay is a name known to allJordan Mclay is a name known to allJordan Mclay is a name known to all
    Join Date
    Feb 2007
    Location
    Airdrie , Scotland
    Posts
    1,637
    Use your ftp program and edit it , orelse in cpanel
    ServerBros Limited
    UK Company Number - SC423338
    Reliable Shared, Reseller & VPS Hosting
    http://serverbros.co.uk

  5. #5
    JSHosts.com [JSH]John is a glorious beacon of light[JSH]John is a glorious beacon of light[JSH]John is a glorious beacon of light[JSH]John is a glorious beacon of light[JSH]John is a glorious beacon of light[JSH]John is a glorious beacon of light [JSH]John's Avatar
    Join Date
    Aug 2005
    Location
    Newcastle, UK
    Posts
    1,957
    Create the file php.ini then add this to it:

    Code:
    register_globals = on
    zend_extension = /usr/local/ioncube/ioncube_loader_lin_4.3.so
    Upload that to the main whmcs folder, the install folder and the admin folder. It should work then.
    JSHosts - UK Web Hosting
    Web Hosting | Reseller Hosting | OpenVZ VPS | Xen VPS
    cPanel | Softaculous | CloudLinux | CloudFlare | R1Soft Backups

  6. #6
    FWS Addict raversworld is a jewel in the roughraversworld is a jewel in the rough raversworld's Avatar
    Join Date
    Oct 2006
    Location
    Philadelphia, Pennsylvania, Un
    Posts
    782
    im on a vps just so you know ill give that a shot

  7. #7
    Member tpnoc is an unknown quantity at this point
    Join Date
    Apr 2007
    Posts
    39
    You don't really need to edit the php.ini file to trun register_globals on.
    Just add the following line to the .htaccess file in the root folder of the script.
    Code:
    php_flag register_globals on

  8. #8
    FWS Addict ganesh.rao is a jewel in the roughganesh.rao is a jewel in the rough ganesh.rao's Avatar
    Join Date
    Jun 2006
    Location
    www.InfiniteTech.eu
    Posts
    678
    Yeah,

    If you enable register globals on in php.ini, all accounts would have the reg. globals on, and you know its ill effects, more over most scripts (other than your WHMCS) do not work with it switched on.

    So just create a .htaccess file and put the above code (tpnoc's) in it and save it.

    You'll find .htaccess in your /public_html folder.

    Infinite Technologies
    - Dedicated Servers and Cloud Computing. Want more?


  9. #9
    Junior Member bear is on a distinguished road
    Join Date
    Apr 2007
    Posts
    27
    Quote Originally Posted by ganesh.rao View Post
    If you enable register globals on in php.ini, all accounts would have the reg. globals on, and you know its ill effects, more over most scripts (other than your WHMCS) do not work with it switched on.
    I think he'd meant to have the php.ini in the local path just for that installation, not for the whole server. Some server setups will work using that method, while others using htaccess. Depends on the config of the box.

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts