ankeshanand
- Total activity 300
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 102
Comments
Recent activity by ankeshanand-
It is always recommended by me to set UPDATES=manual in production Servers. You can Try the following: /scripts/upcp --force which will fix the error. If the Server is already on the new cPanel Ver...
-
Its not an attack! Add the Following to /etc/named.conf in order to disable it: logging { category security { null; }; channel default_debug { file "data/named.run"; ...
-
Could you check the firewall for blocking 127.0.0.1 or Your Public IP? Sometimes, when a Lot of requests are made internally, Firewall blocks it and it happened with me also...
-
What is the rDNS Record on the Dedicated IP(Sending IP)? Point the Dedicated IP rDNS to the Domain Assigned. Could you also check if the Domain DNS has SPF and DKIM valid records...
-
Consider the Service Status Page as Correct!;) (Caching is included in Free Space)
-
No, You don't need to upgrade your RAM because you still have 42GB RAM available for Usage! RAM actually used is just 11GB and the Rest is Temprorary Cache used in order to increase performance but...
-
ok, you could auto login with the button? Any idea why I can't? what I should be looking for? Your Formatting was wrong in PHP. If any Variables of PHP are used, it should always be in Double Qu...
-
Try This: json(['error' => 'There is a problem, Please try again.'>); } $decoded_response = json_decode( $result, true ); //Access denied if (isset($decoded_response['cpanelresult'>)){ ...
-
I didn't see any Errors! The HTML with URL was correct and I was able to Login...
-
I Still don't get where's the Problem in That? The Half URL is loaded because after Login Token, Its lodges the User IP with Session and takes him to Homepage! For HTML part, use HTML instead of ...