Recent content by bunny.invasion76

  1. B

    Is there a way to upload images only from 100x100pixels?

    Yes, I know but sometimes it changes the quality
  2. B

    Login not working - Information not kept across pages?

    I'm testing... You don't use session_start() ... If you want an example you can ask me ... :P ---------- Post added at 12:26 PM ---------- Previous post was at 12:20 PM ---------- Try this maybe... <?php session_start(); $vars = array( 'name'=>$_POST['username']...
  3. B

    Email accounts doesn't exists?

    Hi, I don't know how to tell you but I've got a picture :D How can I delete those emailadresses? I can't make new one's .... :( Thanks PS: Site is changing from domain
  4. B

    Is there a way to upload images only from 100x100pixels?

    Hi, I've got a question: Is there a way to upload images only from 100x100pixels? Not when you upload that it changes to 100x100 pixels, only that you can upload images from 100x100 pixels... Greets,
  5. B

    Centering my website...

    :D I always use the long code PS: In Internet Explorer 8 it wont work when you don't put the doctype :O (On my pc) ;D ---------- Post added at 10:24 AM ---------- Previous post was at 10:23 AM ---------- OW, ok sorry, you're right ;D My mistake :P
  6. B

    Centering my website...

    If you want to center it it must be like this: .container { margin-left: auto; margin-right: auto; position:static; width:1280px; height:2060px; background: #2a2a2a; } But if you use Internet Explorer be sure you have the next on top of your HTMLscript ;D <!DOCTYPE...
  7. B

    How i can use smtp server to send emails?

    Hi, I just use the php 'mail()' function to send mails... Greets,
  8. B

    Check mail on your own site?

    Hi, I have a question: Is it possible to check your x10hostingmail on your own site without going into the cPanel? Thanks,
  9. B

    How to hide the .php from your url with .htaccess?

    Hi, I am trying to hide the .php from my url's but it doesn't works when I put: RewriteEngine On RewriteRule ^([^.]+[^/])$ $1.php It doesn't seems to work ;[ I also saw on a site to check if the mod rewrite is enabled, but I don't even know how to do that... it is in the httpd.conf on...
Top