Search results

  1. X

    cpanel

    I can no longer sign into cpanel for weeks now.
  2. X

    PHP Time and day display

    How bout using the php "case" to execute the different days
  3. X

    New layout?

    The start page after you login is kind of weird. I can not find how to get to myphpadmin, and it says I do not have a hosting account. My website does not load...so many problems!!!!
  4. X

    This is bad and worst..

    I had same problem, I'm assuming it was just an update with php. The next day it was fine.
  5. X

    Email script not working

    Just put the name of your site for the from addy, and in the email message include the real email to reply to?
  6. X

    how do you add a banner?

    So I'm guessing you do not have a website editor. Usually it will be the towards the top of the code under title and head.
  7. X

    Chopin Expedited Copy

    Well, I went down the line of domains and checked them all, everyone is still down and it is going on over a week. Doesn't look like this sped up anything :) I'm guessing it will be down for another 2 weeks, but hang in there stuff happens sometimes.
  8. X

    Email script not working

    I'm guessing them sites black listed the domain, or x10 does not allow it using them email extensions.
  9. X

    Database Error: Unable to connect to the database:Could not connect to MySQL

    They are doing upgrades or something, I can't even view my site anymore.
  10. X

    Forum problems

    Just install it in a directory named forums, and change your forum link to match the directory you created for the forum. http://www.hitpros.pcriot.com/forum/ this will be the new forum link.
  11. X

    Files in dot points on my page?

    http://www.tribanerentertainment.exofire.net/Web/ seems to have the functionality you want?
  12. X

    Files in dot points on my page?

    you do not have an index file such as index.html
  13. X

    Anyone help plz: database problem

    If all else fails just use phpmyadmin and select the table with the admin name and password, and click the pencil icon to edit, then change the password. Then you can always do a password change to re encrypt it.
  14. X

    Triggering additional events off a form submit button click.

    well once you get the $_POST variables and you most likely ave a file that emails the $_POST variables to the customer, just add the persons email next to the customer email addy. just use a comma when using multiple emails.
  15. X

    PHP: Running code from string.

    what about fopen? you can log stuff and have it generate a html or php file.
  16. X

    "URL File-Access is disabled."

    Make the header into a function, then make a template and were the header is, call your header function.
  17. X

    how to insert blog entries into my website

    http://forums.x10hosting.com/programming-help/109249-help-form-script-please.html Someone had a similar script to do the same thing but it is for poems. You can use the same script for a blog entry. Make sure to read read through until the last post.
  18. X

    Driving me crazy

    if you are using php you can do. <?php if(!isset) { echo "welcome, Guest"; //show the login form } else { echo "welcome, $username"; } ?> There is more to this of coarse but it is an outline.
  19. X

    Urgent Problem!! please help

    Make sure the table settings exist in the database you connected to.
Top