Jump to content

Just wondering...


truenegative

Recommended Posts

Hello,

 

I have been interested in WHMCS for a while now, and I've decided to download the trial and install it, with plans to purchase and use with my hosting site. However, it requires that register_globals be enabled, which can be a huge security risk for poorly coded scripts such as open source software on a site.

 

Are there any plans to update the software not to use register_globals?

 

Thanks in advance. This may mean I will have to look elsewhere for a system.

Link to comment
Share on other sites

To answer your question Truenegative you must make a .htaccess file and add the following 1 line of code:

 

php_value register_globals on

 

upload this to the root of your whmcs installation i.e - /home/YOURNAME/whmcs/.htaccess

 

This will bypass the php.ini file on which your server uses.

 

I dont have register_globals on as it is a really big security risk.

 

Dom

Link to comment
Share on other sites

To answer your question Truenegative you must make a .htaccess file and add the following 1 line of code:

 

php_value register_globals on

 

upload this to the root of your whmcs installation i.e - /home/YOURNAME/whmcs/.htaccess

 

Dom

Thanks ;) I know this hehe, but I was asking about the necessity of it. Hopefully the coding of WHMCS is done well enough so as not to introduce security issues :)
Link to comment
Share on other sites

Put it this way truenegative.

 

I have just purchased a second license from matt the software developer.

 

He is one of the best programmers i know so i can safely say that you are in good hands.

 

I wouldnt purchase the software if i knew about any security issues.

 

Matt takes security as number 1. He even is a proper programmer and secures his script using ioncube.

 

You wont regret using this software over any of its main competitors.

 

Dom

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated