Jump to content

iTylerNAllen

Member
  • Posts

    24
  • Joined

  • Last visited

About iTylerNAllen

iTylerNAllen's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Actually, you would be wrong. IE9 has the highest web standards compatibility in CSS3 and HTML5. The reason why rounded boarders is not working is because someone decided to add browser specific tags for the rounded boarder codes. i.e -moz-, -webkit-, -o-.
  2. I currently use 2Checkout, its a very solid system and there is currently a promo that is floating around that will wave the 45.00 application fee. If you can find it, use it. Its well worth it.
  3. Are you doing anything that could be causing this ban, perhaps failing the login system multiple times? If so, just hit the "forgot password" link to get a new password for your admin account. Also, if you are banned it usually does not last long, but you may need to ask another admin to unban you, if there is another admin. You could also use a vpn to try and access your admin panel, reset your pass, and then login again.
  4. You need to navigate to "/status/index.php" and click on "code editor" in cPanel. Once you have done that you need to scroll down a bit until you see the following code: $action=$_GET["action"]; if ($action=="phpinfo") { /* Uncoment the line below to allow users to view PHP Info for your server. This potentially allows access to information a malicious user could use to find weaknesses in your server. */ #phpinfo(); Notice how the "phpino();" has a "#" before it? You need to remove that "#" to uncomment that line. So your code should look like the following: $action=$_GET["action"]; if ($action=="phpinfo") { /* Uncoment the line below to allow users to view PHP Info for your server. This potentially allows access to information a malicious user could use to find weaknesses in your server. */ phpinfo(); However, you need to notice this will give users access to view your phpinfo which could allow users with malicious tendencies to cause harm to your servers. I hope this has helped.
  5. I was just wondering if anyone has the news letter for this past July and perhaps this August if it has been sent out. I have changed my contact details for my account a while ago, however, I do not seem to be getting any of the emails from WHMCS. So like I said, if anyone has these news letters and would not mind sending them to me at: itylernallen@gmail.com that would be great Thanks, Tyler.
  6. No, the client does not need to signup for PayPal if he does not wish to. When paying for the invoice there is an option on the payment checkout page to pay with a creditcard and to not be signed up with a paypal account. Here is a screenshot to help you. http://i.imgur.com/bUOCu.gif I hope this helps.
  7. Merchant ID: Username to login to your account Encryption Keyword: The keyword you set under payment security Demo Mode: You do not need to worry about this. As for the thanx_url: the notification URL should be where your callback module should be placed.
  8. Make sure, on your google Checkout account you go to, Settings > Integration and then enter the callback url as https://(path-where-whmcs-is-installed.com)/modules/gateways/callback/googlecheckout.php Also, your WHMCS System Url should be: http://website.com/clients, however, your WHMCS SSL System should be as you have it. Thirdly, I am unsure why you made any .htaccess changes for the SSL, they are really not needed. Just double check and make sure the settings are set correctly in your Google Checkout account and WHMCS system. If you still have problems I would recommend submitting a ticket so an actual support staff member can assist you.
  9. Google Checkout is already a payment gateway supported by WHMCS.
  10. The automated billing is completely automated, you need to make sure, however, that your clients are clicking the "subscribe" button and not the checkout button. I have disabled the actual "checkout" button on my WHMCS so that automated billing is 100% seemless. Also I believe 2Checkout, Paypal, AlertPay, and really all others do support automated billing. For more info I suggest you read the following: http://docs.whmcs.com/Automation_Settings http://docs.whmcs.com/Invoicing http://docs.whmcs.com/PayPal I hope this was of some help.
  11. Maybe its different in the UK im not sure, but the prices I have to pay are only like 13.00 USD for a voucher code and that I do not need a large deposit.
  12. I'm not sure what exactly you mean, the GlobalSign partner account does not require a large deposit and the prices are very cheap. You can make a large deposit, but you can also set up the account where that the account takes money for only a single SSL, this is done with a payment agreement via paypal. Very simple.
  13. You can do a few things with this, if you paid via paypal you can file a dispute and get your money back as long as you provide correct documentation to the paypal dispute team. You can also, I would think, contact the WHMCS sales team about this issue and see if they can further assist you. But, you would only buy from a verified reseller or the WHMCS site itself. Its better to be safe than sorry.
×
×
  • 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