can't access to cpanel

Status
Not open for further replies.

nurbey

New Member
Messages
4
Reaction score
0
Points
0
Good day sir/ma'am! i'm having problem signing in my cpanel. I have inserted the correct login details but still login failed...btw i just unsuspended my account.....does my password and username change when you suspended my account? and when I visit my site it say's database error and I recently visit it and it redirects to x10hosting.com can you help me with this. Have a nice day and Thanks!
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
Good day sir/ma'am! i'm having problem signing in my cpanel. I have inserted the correct login details but still login failed...btw i just unsuspended my account.....does my password and username change when you suspended my account? and when I visit my site it say's database error and I recently visit it and it redirects to x10hosting.com can you help me with this. Have a nice day and Thanks!

Your account is currently unsuspended. So you should be able to login to Cpanel.password doesnt change if you get suspended.
Login to account panel and try changing your password.
 

nurbey

New Member
Messages
4
Reaction score
0
Points
0
good day again sir, is there a way that I can retrieve my password or the login details in my cpanel because I hardly use all the passwords that I know to login. BTW I saved my password in my email so that I won't be able to forget it.....so it's hard for me to wrongly input the login details in the cpanel.....:(
 

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
good day again sir, is there a way that I can retrieve my password or the login details in my cpanel because I hardly use all the passwords that I know to login. BTW I saved my password in my email so that I won't be able to forget it.....so it's hard for me to wrongly input the login details in the cpanel.....:(

Once you "update password". in account panel , password for your client account, cPanel, and forums will be same.
 

nurbey

New Member
Messages
4
Reaction score
0
Points
0
hey sir thanks about the support now I can access my cpanel. But I have one more problem let me elaborate to you what I have done so you can understand clearly.

1) After I accessed my cpanel I have deleted the wordpress folder where my site is located because the site is no longer working....

2) I deleted the database of the wordpress that I intsalled....and Create a new database....
to create a new wordpress site in FANTASTICO but also not working....so I have decided the no.3

3) I dowloaded a full flash site and installed it in the public_html folder and replace the index.php with the new index.php for the new flash site....

The problem is here:

1) When I try to visit my web url the flash content don't appear but when I view the page source I have seen the flash object is embedded....I try another procedure if it is really working I created a new directory folder in the public_html named home but still the flash content is still not appearing....btw I have the swfobject.js also located in the same folder and of course embedded in the file.

2) Whe I have looked at my .htaccess file I have seen this :



# -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 elielroeireyes.co.cc
AuthUserFile /home/owie0008/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/owie0008/public_html/_vti_pvt/service.grp


# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

///////////////////////////so I try to replace it with this:

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>


RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} betterenglishonline.com
RewriteCond %{REQUEST_URI} !^/home/
RewriteRule ^/*(.*)$ home/$1 [L]

But no luck doesn't word also.....

BTW my new url is http://elielroeireyes.x10.mx/ not the .co.cc..

Can you help me with this problem.....I will surely appreciated your help!
Thanks!
 
Last edited:

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Do you want me to help you with your wordpress since the flash isn't working?
 

nurbey

New Member
Messages
4
Reaction score
0
Points
0
well this is weird! when I try to access this none is working and now It's working......someone is playing at me LOL!

@vishal2: thanks!

@derek: sure I am really gratefull if you help me! and btw my fantastico is not working -_- do you think If I do manual install in wordpress it will work by using ftp?

BTW guys what does the reputation stand for? I always seen it below !

I am not really familliar with the cpanel thing.....I'm a noob in here LOL!
But in flash and web design I'm sure that I'm not a noob! :cool:
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Reputation helps a lot for us to achieve higher ranks. It shows that we have been helpful for you..

Anyways, yes, FTP uploading wordpress would work. It would require more work though. I still suggest you use fantastico as it works fine.. Just be sure to install to public_html "/"
 
Status
Not open for further replies.
Top