Search results

  1. E

    Error Code DEADBEEF?

    What's up with that? And any thread I go to with the same problem I can't reply to. Basically, I try to login and when I do, it too gives me error code DEADBEEF. I tried replying to another thread but it said I had insufficient privileges.
  2. E

    Javascript and links

    Sorry for my coding, I learned Javascript 1.5 with a pretty bad tutorial book which had just as bad coding as that. As for the javascript: thing, it's just a placeholder because otherwise the link would lead to another page, and the reason I didn't put the event handler onto the image itself is...
  3. E

    PHP header location not working on X10hosting

    No idea, but it shouldn't. Same problem here with XAMPP.
  4. E

    PHPMailer help...again

    I typed the correct mail server, username and password.
  5. E

    PHP header location not working on X10hosting

    No, headers must be before any html. Let me explain: When a computer goes to a website, it doesn't know what's on it, so it asks your server (which is what you get when you sign up for x10) "Hey, what's on this site?" And the server replies "Here's what's on the site!" So for example, when...
  6. E

    Javascript and links

    If you want to use an image, try the javascript submit code, like: <a href="javascript:" onClick="document.(put the form name here).submit();"><input type="image" name="submit" src="image.jpg" width="126" height="18"></a> Just make sure you set the name attribute of the form to whatever you like...
  7. E

    PHPMailer help...again

    Somebody help me please? The randomness of it is the most annoying part!
  8. E

    Sessions drop?

    In order for require to work, you need brackets, cause it's a function, like so: require("./includes/_roller.session.php"); Also, on most hosts, sessions expire after 60 minutes. Do you have session_start() in the header of every page?
  9. E

    Complete Newbie: How to get Site Statistics?

    I in fact have the same question, I have seen Bandwidth usage and Disk usage on my home menu, but nothing is there.
  10. E

    Javascript and links

    No Javascript required. In a form (follow the guy above me's link) you can use the <form> tag, and set the following attributes: method - can equal "post" or "get" If the attribute method equals post, the information in the form, like whether those two checkboxes are checked or not, will be...
  11. E

    PHPMailer help...again

    So unfortunately, I need help with PHPMailer again. I have a pretty poor knowledge with PHPMailer or any PHP at all, really. But my problem is I can't connect to SMTP host. I get error 111 when debugging "The connection was refused by the server". Here is my code: <?php...
  12. E

    ordered lists do not care about my floated image!

    Can you give some code? And don't upload images with the f word as the name, I thought that was common sense. Not for the staff, but for me. I hate the f word
  13. E

    mysql not working

    Username: you created it when making a database. Refer back to the list of databases in the CPanel. Password: you created this when making the database too. Server: localhost
  14. E

    Use PHPMailer to send message to self

    I set up an email client. BUT I think I found the problem with Roundcube! Instead of clicking (in CPanel) Webmail, then clicking "Go to Secure Webmail Login", I clicked "Email Accounts" and chose the default email account from the top of the list. I clicked More, then "Access Webmail". Then I...
  15. E

    Use PHPMailer to send message to self

    Hi, the incoming mail server port is 110, right? ---------- Post added at 12:16 AM ---------- Previous post was at 12:06 AM ---------- Yes, it is 110. Thanks for your help misson, it works like a dream!
  16. E

    Use PHPMailer to send message to self

    Oops so apparently it's not a problem with PHPMailer, Roundcube isn't receiving any mail. I sent from my Gmail with no luck. And it sends emails to other people just fine.
  17. E

    Use PHPMailer to send message to self

    @descalzo using x10hosting's SMTP (username)@(subdomain name). And yes, FROM and To is same address. PHPMailer link: phpmailer.worxware.com @misson will try. ---------- Post added at 04:29 PM ---------- Previous post was at 04:20 PM ---------- I set SMTP_Debug to 4. I'll just paste the...
  18. E

    Use PHPMailer to send message to self

    Don't know if this can be done or not. I am using PHPMailer to send emails (I am aware of the 100 email limit). I want to be able to use smtp to send messages to myself using PHPMailer. Basically, I am making a newspaper that anyone at my school can edit and I want to have a flag button for...
  19. E

    How do I use FileZilla?

    Hey there! Filezilla is a way of uploading stuff to your site. After you are done making some files on your computer, you need to upload them. If they are only on your computer, nobody can see them, so you need to get the files from your computer to the internet so that everyone sees they are...
  20. E

    !!!! The NEW Biggest thread !!!!

    I like 3d stuff.
Top