Sheep
Feb 22 2006, 12:04 AM
| | hello trap17 members and staff,
This must be the stupidest help question ever but ive forgotten my password. I changed my password 2 months ago and didnt touch my website since. Now i need to edit my website via the cpanel and ive lost the password i used. I have tried to find a reset password button but i havnt found any. Could someone please point me in the right direction into finding my lost password 
Im with www.computinghost.com for hosting. |
Reply
BuffaloHELP
Feb 22 2006, 12:19 AM
Please visit The Help Desk and fill out a support ticket to ComputingHost. Thank you.
Reply
moldboy
Feb 22 2006, 01:37 AM
I'm not sure if this works on computing host but with trap17 you can reset your password if you enter it wrong so many times, or something like that.
Reply
Sheep
Feb 22 2006, 01:40 AM
thankyou i didnt see that anywhere. also i have entered many pws and it has neva said to reset.
Reply
OpaQue
Feb 22 2006, 06:05 PM
Hi, Our support desk staff replied to your password request ticket. Thanks.
Reply
Similar Topics
Keywords : password, silly
- I Can't Find The Password Reset Page... [resolved]
(5)
Phpmyadmin Password Does Not Work
(7) I have been designing my site on my desktop using XAMPP. Everything was ok until I thought I needed
a pasword for my database which did not have a password. From the day I applied the password I have
been unable to access my phpMyAdmin I type http://localhost/phpmyadmin/ and all I get is: QUOTE
Error MySQL said: #1045 - Access denied for user 'root'@'localhost'
(using password: NO) "Who said use no password?" I wonder. I have tried to clear private data
in the Firefox but I ended up thinking it was not necessary because even IE which....
Password Protecting My Webpage
Help Needed ! Can any one assist me ? (3) Hello friends , i have been hosting a website which has a phpBB2 forum and i have a lot of spam
accounts inspite of the captcha which is present in the registration form . So i had already posted
that matter and all the solutions did not stop spammers from creating a account . All that i could
do was just stop them from posting in the forum, still spammers account ID are visible in the
members List So now i thought of protecting the webpage itself with a password . Let me explain
it to you clearly , my phpBB2 forum is intalled in a directory by name "phpBB2" So i trie....
Unable To Change Cpanel Password
Too simplistic/systematic (5) ... and my password looks like "lnnnnnnnnnssnnnln" (l = letter, n = number, s = symbol like
!@#$%?&*()) !?....
How To Remember Complex Passwords
Use the BEST password system ever! (9) The Trap17 forums have a whole subforum devoted to those amongst use who have failed to remember
their passwords, and have locked themselves out of their free web hosting account. If you forget
your password, you can go to Free Web Hosting, No Ads > FREE WEB HOSTING > FREE WEB HOSTING
REQUESTS > Free Web Hosting : Password Reset and ask the friendly admins there to reset your
password for you. Remember the days when your password on the Internet could be something like
andrew18 ? And you could use that same password on all three websites that you visited....
I Think I Need A Cpan Password Reset
(0) Hi guys, been a while since ive been around, luckily i build up a nice amount of credits so im still
actively hosted. But Ive forgotten my cpanel password, im pretty sure i still know my username but i
need to get my password reset. I couldnt find the automatic way to do this so i thought id throw up
a post and hope someone can give me a linky or do it for me. Im assuming itll still cost me 10
credits which is fine. So if anyone is able to start the process off go for it, i can afford the 10
credits to do it /smile.gif" style="vertical-align:middle" emoid=":)" border="....
How Do Uninstall Deep Freezer If I Lost Password?..
(2) i have lost the password of my deep freezer instaalled to my computer and i want to install
softwares but it is not saving cuz of the deep freezer so how can i uninstall it......i don't
have the password......
Password Reset [resolved]
(2) Hi, i created the account some time ago and i hadnt used it, i would like to have my password
reseted since i dont remember wich i have choosen. Thanks. Regards, Seba....
How Do I Find My Mysql Password? [resolved]
Cannot access my MySQL (5) After all the recent problems, my account has been restored. I have setup my parked domain agin, and
that works fine. However, I can no longer access my MySQL databases (I can from PHPMyAdmin, but
that's all). I had to create a new user for my databases, and created the user with exactly the
same username and password I had before, but some of my web pages do not let me access the pages I
have associated with my databases. Where could i find out what my DB password is? (Although I am as
good as sure I am using the right one). I have tried my old password, the new c....
Gahhh This Isn't Going Well Please Help!
It's a forgot password form in php! (12) CODE <? // database connection details stored here include "database.php"; ?>
<!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head>
<title>Thanks!</title> </head> <body bgcolor="#ffffff"
text="#000000"> <? $email=mysql_real_escape_string($email);
$status = "OK"; $msg=""; //error_reporting(E_ERROR | E_PARSE |
E_CORE_ERROR); if (!stristr($email,"@") OR !stristr(....
Registration Form?!
Password Issue??? (6) How can I build the registration form with some additional function which is illustrated by attached
file. When a user tries to type a password, that bar thing says neither it's strong nor weak, or
medium. Just take a look at attachment....
Make A Moderately-secure Password System Using Javascript
using file redirection to hide the password. (4) JavaScript is very handy at making forms, allowing for much more customization and easier ways to
send data. So making Login forms using JavaScript may seem to many to be a very feasable idea.
However, JavaScript is very bad at protecting Passwords, as since the passwords are not encypted and
the whole JavaScript code is in the page, a person could just view the Page Source and find out
everything. Even if you use an external JavaScript, it would still be poor as the file name for the
external JavaScript would still be revealed. But I have an answer! There is a rela....
Admin Password Xp
no admin pw for xp (5) Need some help or advice here please. Need to reinstall windows XP but have no Admin Password. I
bought this PC used from a office that was getting rid of a few computers and such. Thing was, they
did not give me the PW for the admin. I have called them to see if I could get it, but the I.T. guy
is no longer with them, and they knew nothing about it. well now I must reinstall XP due to ad ware
that has even trashed my anti virus programs and CC Cleaner. I had thought of maybe running down a
password cracker but I used one in the past but did more damage than good. A....
Softfuse Password Generator 1.4
(1) Generate strong passwords for your accounts, e-mail client, or system. Click Here To Download ....
Simple Javascript And Password System
How to protect your pages with password (9) The quickest way to get a password protection system up and running is to use a Prompt box in
JavaScript that has a title like "Enter your Email Address". Only you and the relevant users know
what the password should be, could even be one each, that can be sorted out at the next page then
pass the "input" directly through the url by changing the .href, like
http://www.iSource.net.nz/users/?leTmeIn= The page that then processes this should also check for
the referring page, and three fails from an IP if you like the php (the next page): CODE
<?php // processdo....
A Simple Password Page
I can't make one!!! (3) I'm trying to make a simple password page for one of my PHP experiments. Every time I try to
post a password, however, it returns an error that the connection was "closed by the server". The
entire code is only 3 pages. password.php: $rightuser = ""; $rightpass = ""; include
('getpassword.php'); if $_POST !== $rightuser { if $rightuser ==
'' { ?>The username is incorrect. It should be blank. } else { ?>The username is
incorrect. It should be . } } else { if $_POST !== $rightpass { if $....
Password Reset [resolved]
(6) Did some major housecleaning and threw away my password. Please reset. Thanks!....
I Need My Cpanel Username + Password [resolved]
if possible can you email them to me (1) resolved please delete....
Horrible, Horrible Case
lost password, and now credits too thanks to buggy system (10) Okay, I just lost around 23 credits because I tried to change my password on this page:
http://www.trap17.com/manage/ It said password reset was successful when I tried changing it both
times, but it never let me change the password to anything! I tried logging in but it still
won't let me. I had my trap17 cpanel login info saved on our old computer, and when the
computer went down, so too went the login info. Now I don't know the password since it was just
a bunch of random letters and numbers trap17 sent me. And on top of this they've taken away....
Political Correctness Getting Ot Of Hand
Do you think being politically correct is getting silly (18) People have disabilities, we all know that however do you feel people feel offended when you use
certain words. For example I cant say 'brainstorm' anymore as a term for a spider diagram, I
have to say 'Mind Map' etc in order to not offend someone with epilepsy however, will they
think 'brainstorm I find that offensive when it is in know way related in context to the problem
that people epilepsy have. Even more silly than this the government consider renaming the play
'snow white and the seven dwarfs' to 'Snow White and the 7 vertical....
Change Your Computer Password
Change Your Computer Password (6) This Topic will teach how can you change your without knowing your old Passward 1. Click "Start"
Then Click "Run". 2. In the dialog box type in "CMD" and select "OK". (Opens Command Prompt) Or you
can manually open CMD by navigating to "C:\WINDOWS\system32\cmd.exe". 3. Once
Command Prompt is open, type in "net user" and hit enter. This will display all user accounts. 4.
Now type in the following command: " net user (ACCOUNTNAME) * " and hit enter Example: net user
Trap * (Dont forget to add the asterisk) 5. Now it will ask for a new password, enter....
How To Reset Cpanel Password?
My password is not working (5) Hi, first of all, Thanks for starting such a nice service for free... I want to change my cPanel
password. How to do this??? If only you (the admin) can do this, so please reset my cPanel password
and send me My cPanel username is bimaljr My email for cPanel brcreation gmail.com Thanks.......
Computer Admin Login With Lost Password?
Hack my own comp. (15) Im trying to fix some things on my acount but, i hava to be able to log into my Admin. acount. my
dad had the comp. before me and he forget the password to get into the acount. how do i hack into my
own computer to get the password, or is there any way of defragging my comp. without being a admin?....
Windows Admin Password Hack
(3) Windows Admin Password Hack: Forgot your NT admin password? Reinstall? Oh no... But not any more...
This is a utility to (re)set the password of any user that has a valid (local) account on your NT
system. You do not need to know the old password to set a new one. It works offline, that is, you
have to shutdown your computer and boot off a floppydisk or CD. The bootdisk includes stuff to
access NTFS and FAT/FAT32 partitions and scripts to glue the whole thing together. Will detect and
offer to unlock locked or disabled out user accounts! It is also an almost fully ....
Forgot Password To Trend Micro Internet Security
Is there a way to remove it? (6) One day I was bored so I set a password for our Web security software, Trend Micro Internet
Security. I turned on the URL filter, and now, whenever my friends send me something funny that has
no porn or anything in it, I get the Blocked error. I am really annoyed by this; I can't change
other setting in the software too. Is there any way to either reset the password or remove it,
without uninstalling Trend Micro?....
Password Protecting A Flash Drive
AKA A USB Memory Drive (6) Ok, well i bought this Flash Disk and it is basicly a portable memory stick that you can plug into
the USB Drives of computers, and i have stuff on there i want protectd, and i waswondering if anyone
knows of any software that i can put on there to pasword protect EVERYTHING that is in the drive,
for example when i open the drive it required me to type a password in, any help would be much
appreciated thanx! i have not been able to find one and i have been searching for a while....
Broadband Internet Connection Restriction
Prompt user for username and password (5) I have broadband internet connection and DI-704P router, Right now all users can connect to the
internet. Is there any possible ways to make the internet connection be password protected? user
must supply their username and password first to connect to internet. Is this possible? Tnx for
any suggestion and tips /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ....
What Is Mysql's Default Root Password?
Just installed in on my Linux box (9) I installed SuSE Linux 9.1 Professional on an old computer recently. I installed MySQL server
(version 4.0.18), Webmin (version 1.250) and Usermin (version 1.180). If I try to connect to the
MySQL server with the username root and no password, I get an invalid login error from Webmin,
Usermin and mysql-cc. What is the default password, and how can I change it? I am very excited to be
learning Linux (after a long journey through Windows-land), but get frustrated on loopholes like
these. Also, an a different note, why would the system stop loading after a certain point (to....
Changing A Gmail Password
how do u do it? (10) hi i have a gmail account well a couple of them and i know that someone has been getting on my
account and screwing with it however i dont know how im supposed to get on and change my password.
i've tried even getting them to send me information and what not when i forget my password but
all the same i can never get to a point where i can change it and it kinda is making me upset. my ex
gets on my account and yells at my friends telling them that i've changed and that i dont want
anything to do with them and thats wrong i love my friends. anywayz if you know how ....
Making Winrar Archives
and adding password to winrar archives (13) **** This tutorial will show you how to put files into .rar Archive and pass worded (if wanted)
**** What You Will Need Before continuing you will need a couple of thing, first of all you
need WINRAR , which is a very powerful archive manager. It can reduce size for you email
attachments, decompress RAR, ZIP and other types of files downloaded from the internet. You can get
winrar at http://www.rarlabs.com The other thing is that make sure your using Windows XP because
this is what I used to make this tutorial. I think it works with any other windows not....
Looking for password, silly
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for password, silly
*MORE FROM TRAP17.COM*
|
advertisement
|
|