suspended,site not loading,cannot login to cpanel

Status
Not open for further replies.

The coder

New Member
Messages
11
Reaction score
0
Points
0
Hello,

Please unsuspend my account.

Details:
cpanel user:admin747
website:theblackclan.pcriot.com/theblackclan.co.cc

thx.
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello,

I have restored your account. Can you please verify everything is intact and then reply here letting us know it's okay to close the thread?
 

The coder

New Member
Messages
11
Reaction score
0
Points
0
Everything is not intact.

I'm still receiving internal server 500 errors however the frequency of the page displaying has reduced a bit.And there are some problems:

- using custom .htaccess
- using e107 cms
- the ads are not displaying (some are)
- the server which my site is hosted is Starka.

I've checked the logs and everything is fine, the cms is working good aswell.Apache keeps showing 500 errors frequently.Heres my htaccess file :



RewriteEngine on



# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName theblackclan.pcriot.com
AuthUserFile /home/admin747/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/admin747/public_html/_vti_pvt/service.grp
Options All Indexes
IndexOptions FancyIndexing
RewriteCond %{HTTP_HOST} ^ipking.co.cc$ [OR]
RewriteCond %{HTTP_HOST} ^www.ipking.co.cc$
RewriteRule ^/?$ "http\:\/\/www\.ipking\.co\.cc\/in\/index\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^theblackclan.co.cc$ [OR]
RewriteCond %{HTTP_HOST} ^www.theblackclan.co.cc$
RewriteRule ^/?$ "http\:\/\/www\.theblackclan\.co\.cc\/community\/news\.php" [R=301,L]
ErrorDocument 400 /error.php?400
ErrorDocument 401 /error.php?401
ErrorDocument 403 /error.php?403
ErrorDocument 404 /error.php?404
ErrorDocument 500 /error.php?500

I'm not complaining but just helping you guys to find the problems, thanks for your time and service.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Copy this Code into .htaccess file,
PHP:
RewriteEngine on



# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName theblackclan.pcriot.com
AuthUserFile /home/admin747/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/admin747/public_html/_vti_pvt/service.grp
Options All Indexes
IndexOptions FancyIndexing
RewriteBase /
RewriteCond %{HTTP_HOST} ^ipking.co.cc$ [OR]
RewriteCond %{HTTP_HOST} ^www.ipking.co.cc$
RewriteRule ^/?$ "http\:\/\/www\.ipking\.co\.cc\/in\/index\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^theblackclan.co.cc$ [OR]
RewriteCond %{HTTP_HOST} ^www.theblackclan.co.cc$
RewriteRule ^/?$ "http\:\/\/www\.theblackclan\.co\.cc\/community\/news\.php" [R=301,L]
ErrorDocument 400 /error.php?400
ErrorDocument 401 /error.php?401
ErrorDocument 403 /error.php?403
ErrorDocument 404 /error.php?404
ErrorDocument 500 /error.php?500
 
Last edited:

The coder

New Member
Messages
11
Reaction score
0
Points
0
The site is not loading now.Even after i used the htaccess code you've mentioned above, its still the same.

It redirects to :

http://theblackclan.co.c -> http://theblackclan.co.cc/cgi-sys/defaultwebpage.cgi


Here is a pic.

---------- Post added at 10:41 PM ---------- Previous post was at 10:02 PM ----------

The site is not loading now.Even after i used the htaccess code you've mentioned above, its still the same.

It redirects to :

http://theblackclan.co.c -> http://theblackclan.co.cc/cgi-sys/defaultwebpage.cgi


Here is a pic.

Still waiting.
 
Last edited:

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Hello, can you please try re-adding the domain to see if that fixes the issue?
 
Status
Not open for further replies.
Top