Jump to content

Hazel

Members
  • Posts

    27
  • Joined

  • Last visited

Hazel's Achievements

Explorer

Explorer (4/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Ok,thanks ^^ (What a lot of troubles I am causing with my constant questions )
  2. Hi, I have a mail account with my TCH. I do not use it, and I receive a LOT (hundreds and hundreds) of spam mails from Japan or China(I think, because of the kanjis). Some months ago, I used a ticket to try fixing that problem, but the solutions the experts gave me did not work. That mails use a big amount of space, and I can not be always deleting each message,because I receive too much mails, so, could I disable ALL my email TCH accounts?
  3. Hello, I have a lot of japanese!! spam in my webmail account (I do not why), and that increments my bandwidth use, so, how could I delete all the messages or avoid receiving that messages?
  4. Hello, I´d like to know if it´s possible to connect local PHPMyAdmin (installed in mi PC) to my website at Totalchoice, instead of entering in CPanel and manage it in the browser. I have PHPmyAdmin installed, but I don´t know how configure it. I mean, what´s the host string, user and password? Thank you
  5. Hello, I have a ¡'serious' problem with my webmail. I configured it and entered it, and when reading, I saw a lot of funny characters, as it was strange code. It´s impossible to read it. What can I do?
  6. Ehm ... I knew it, and used it, but it doesn't work The problem is from Phpmyadmin, I guess,not mine...
  7. Hum, maybe I found the answer to my own question... I entered in the hosting account of a dear friend (she used to host my webpages before I paid for an own account, so I know his login and password, jeje)... I entered her Phpmyadmin, and I tried to create a database... I couldn't!! I had not privileges and permissions!!! Besides, a few days ago, there were an option, called 'Privileges', where we could change permissions, add users,etc... Now, it has dissapeared!! I noticed that there is a new version of PHPmyAdmin (called '2.6.0-pl1 '). I mean, when I could change the users and all worked properly, was an older version. Now, with the new one, is when I have all the problems!! How could I have the same option called 'Privileges' with the new Phpmyadmin version?? Has dissapeared??
  8. Hello,, I have the same problem... Well, I created a database. then ,I created a user. then (again) I made the user be connected to the database... But, when I connect PHPmyadmin, the default user is cpanel_name@localhost ... How can I change the user? (the problem is that I have an error, and the default user has NOT privileges) Please, Could someone explain slowly the steps I should follow in order to change the privilages of the default user and how to change user?
  9. I tried to do the same you did, but... It does not work. The problem is that I dont know the path of the temporary directory. I mean, all webs are in public_html. Ok, if I had a carpet inside 'public_html' called 'my_web'... What should I do? Should I create a directory called 'sent_files' in /public_html/my_web, or I should create it in public_html only?
  10. Hello, I tried to make a form that uploaded files (sp. JPg and GIf), but there were many errors: Warning: move_uploaded_file(file_name.jpg): failed to open stream: Permission denied in /path of the archive that uploads the fileon line X. I thought that it could be a problem of permissions of some file, but I don´t know where is the folder where the uploaded files are, so, I can`t change the permissions of that "unknown" folder Has anyone any idea about it? The code I used to make this form is this: 1) upfile.html (...) <form action="upfile2.php" method="post" enctype="multipart/form-data"> <b>Text:b> <br> <input type="text" name="cadenatexto" size="20" maxlength="100"> <input type="hidden" name="MAX_FILE_SIZE" value="100000"> <br> <br> <b>Send a new file: </b> <br> <input name="userfile" type="file"> <br> <input type="submit" value="Enviar"> </form> 1) upfile2.php <? $cadenatexto = $_POST["cadenatexto"]; echo "You wrote in the text string: " . $cadenatexto . "<br><br>"; $nombre_archivo = $HTTP_POST_FILES['userfile']['name']; $tipo_archivo = $HTTP_POST_FILES['userfile']['type']; $tamano_archivo = $HTTP_POST_FILES['userfile']['size']; if (!((strpos($tipo_archivo, "gif") || strpos($tipo_archivo, "jpeg")) && ($tamano_archivo < 100000))) { echo "The file size is not correct. <br><br><table><tr><td><td></tr></table>"; }else{ if (move_uploaded_file($HTTP_POST_FILES['userfile']['tmp_name'], $nombre_archivo)){ echo "The file has been uploaded successfully."; }else{ echo "Error!! ."; } } ?> Well, I need help...Pliz
  11. Well, I´ll try to explain it the best I can. Some days ago, I created a database (I had other DB). I created too a table in that Db. Then, I eliminated all databases I had (ALL OF THEM). Now, I think that maybe I eliminated certain data that was important to PhpMyAdmin, because now, I can't create users in PhpMy Admin (I have to do it in the ManageMySQL option). Many days ago, I used to create o eliminate users, with an option called "privileges". now, there is a message:" without privileges". What's the problem? Has PHPMyAdmin changed it sytem? Have I to create an special database? Did I erase some data VERY important? Please, I need help soon.
  12. Thank you for your answers. I recently saw that the stadistics were OK. It was simply that they were not updated ^^.
  13. Hello. I have 4 subdomains. When I click on the subdomain stats, it appears a message: Awstats Unable to find any subdomains with stats pages. What Have I to do to make the stats work properly? Have I to do some changes in Cpanel?
  14. Well, I´m back again. I sent them a ticket, and the answered me that apparently, the server and anything about my data was correct, but they needed my 3 last digits of my credit card. That was a few hours ago. I sent them that digits, and I have had not any notice about them. What could be the problem? Why I can no receive that e-mail with my login and password, if I recieved an e-mail with the bill of the hosting account? Apparently, my credit card data was correct (if not, i wouldnt received an e- mail with that bill), so... Umg, I am sad because that problem Hazel J.
  15. Hi, U used a gmail, I i looked for the e-mail before write my problem in the forum, but I´ll try to talk with the support team, altough the answer the questions only monday to friday!! Definitely, I hav no luck. thanks for your answer.
×
×
  • Create New...