Hi atchaya,
If you open the site in chrome, You can get some information about what is happening. means which site it is connecting.
So you can check those sites in your scripts especially in javascripts and remove the script.
The "headers already sent" error is generally caused by white space before or after the opening and closing PHP tags (<?php ?>).
Check it out.
And also if you provide the script then we can check what is wrong with it. Remember to remove any sensitive information like passwords etc...
Welcome back.
I think 2 or 3 years back account can't get back, But the ad enhanced plans still exists. Goto account panel and click "get the advertisement codes"
Place the appropriate ads in the webpages. And request back here. the staff will review and updates your account.
Hi iwhizz,
You should be placing them in public_html And they will come up automatically.
If not then add this to .htaccess
ErrorDocument 404 /404.shtml
Hi abeytia,
As you posted, All the accounts are with PHP level2. The level is the number of PHP functions restricted by x10.
So the wordpress runs very well on this level.
Re: Account Suspended? Request for unsuspension
A nulled script is when somebody changes the script to remove the protection implemented by the author of the script. For example, when they remove call homes or registration checks or etc.
Re: Account Suspended? Request for unsuspension
Hi jim7777,
When staff reviewing your hosting account they found nulled scripts, Nulled scripts comes into zero tolerance policy, So Your account can not be unsuspended and you can't get anything from the account.
That means if $flags holds only one element, It is not an array, It is just an element, that is the error in both the case count and array_count_values
Hi Twinkie,
$count =array_count_values($flags);
$count[$type] // This will give you the number of success or failures.
So total your code will become.
function feedback($type) {
$count =array_count_values($flags);
if ($count[$type]) > 1) {
echo "<div...
The ip 114.207.244.146 is not x10 servers IP, check it is connecting to ftp.jagoretelangana.co.cc
So it is better re create the ftp account in cpanel.
Did you changed the nameservers to
ns1.x10hosting.com
ns2.x10hosting.com
By the way the name server propagation may take 24 to 48 hours.
I was searching for how to import bigger sql dump into database. I came across this check it out.
http://www.wanderings.net/notebook/Main/HowToImportLargeMySQLDataFiles
Is "success" and "failure" are only elements or another arrays inside the "flags" array
If they are just elements then count (array[value]) is the problem.
If not they are arrays then it has to return the number of elements of inner arrays.
To count number of success and failures then...
Try to import it in parts.
Divide the script in parts and upload them in phpmyadmin. This is tedious one but to ensure that you will not suspended for high resource usage you have to make it parts so it will be executed fast.
Hi zami62,
Where did you uploaded the files. Does they placed in appropriate folder, Your entire site will be under public_html
Can you tell us what you exactly uploaded and where to?