Search results

  1. M

    PHP Mail() - How Many Times A Day?

    200 and hour sounds right and I really doubt I'll get that, probably won't even get 200 a day just wanted to make sure it was enough ;] Thanks!
  2. M

    PHP - Help With Friends System

    Naww its cool ;] thanks for the replies I've been using DB's quite a well I understand what they mean by the friends table now.
  3. M

    PHP Mail() - How Many Times A Day?

    I was wondering, how many times a day can your server send mail through the php mail() function. Cause I was testing and it stopped sending after about 180. It's very important that I know because I have a lot of systems on my site that send me e-mail through the mail() function giving me...
  4. M

    PHP - Help With Friends System

    Yeah but I don't want to create an individual table for each user, that get's too annoying and large to keep up with, i'd rather do the arrays.
  5. M

    PHP - Help With Friends System

    Does anyone know how to do a friends system. This is how I was going to setup mine but doing it this way I will need a little help. When you add a friend it updates a database entry with your friends and adds exactly this "#friend,". I do it this way because some people have spaces in there...
  6. M

    Problem With An Array Encoder + Decoder

    Hi guys, I'm having this problem where I want to convert letters to a set of numbers and then convert them back (used to encode messages, send them to someone, then they decode it for fun =]). I had every character in the keyboard stored into the array but I ran into problems so I dropped it...
  7. M

    PHP Screwing Up

    That's because I use domain fowarding and that's how it displays my site as a .com =D Anyway, I know the "include/stuff.php" works instead of full domain, I just used full to save time since I was going to be working with multi-directories and didn't want to edit each pages include...
  8. M

    PHP Screwing Up

    How do i fix it? Edit: I just replaced <?php include("something.php"); ?> with <?php require("something.php"); ?> and it works now. Why didn't someone tell me about this method v_v
  9. M

    PHP Screwing Up

    The "external url" is my website... and I can't find the error log so I'm assuming it's not throwing errors to create one. On other hand, I took at the include right table part, it just renders the page down to the next include then stops again. It's deffinately x10Hosting, I tried this on my...
  10. M

    PHP Screwing Up

    That's whats in the included file yes and since so many people want to see it all I'll include the entire source. index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...
  11. M

    PHP Screwing Up

    IDK because I just put this in the included file <?php echo "hello"; echo "hello again"; echo "etc etc etc"; ?> and it still doesnt include it. somethings effed up with php including because if i just echo code or something instead of including a file it will work but when i try including a...
  12. M

    PHP Screwing Up

    OK now I'm lost. I thought DIV tags were the reason my site was screwing up but I rebuilt it using only tables and STILL. Everytime I include a php code like <?php include("file.php"); ?> it always ****s up the page and my html won't render. Here's a preview...
  13. M

    HTML vAlign

    Thanks a lot =]
  14. M

    HTML vAlign

    I ran into a problem in my tables where the information would appear halfway down the screen (it stretches the table really far down cause it's centered to the center. To fix this I used valign attribute in the td's <td valign="top"> and it looks perfect in Internet Explorer but in Firefox...
  15. M

    PHP And HTML Div Tags

    Because It's how the layout was made, but I'm going to remake it using table's for simplicity. I'll get the same result but no php errors.
  16. M

    PHP And HTML Div Tags

    I'm having some real problems. Every time I do any PHP like including files inside a div tag e.g. <div class="some****"> <?php include("include/navigation.php"); ?> </div> it always screws up the page and stops the html from rendering. I guess I'm going to have to go through and redo the...
  17. M

    Why Is Stoli Always Down?!?

    I used to login everytime it went off but it usually just said they were updating so I eventually just stopped and assumed that always, so sorry for prejudgement. But why v_v, why must it be everyday :(
  18. M

    Why Is Stoli Always Down?!?

    This get's so annoying. The server goes down like 8 times a day, everyday. Why is x10 doing this? I understand its free hosting but the speed, size allowed, db space, and etc. is enough punishment for using free hosting. Dropping our sites daily is no way to get business. Please stop doing this...
  19. M

    Sometimes My Ads Wont Load =/

    OK =] Thanks a lot for the reply.
  20. M

    Sometimes My Ads Wont Load =/

    Someone please help. My site is nothing but a forum so I followed the tutorial for adding ads to a phpBB3 forum. Well it worked. The ads load but sometimes they don't. I can't help this problem but I don't wanna get my account suspended. Will I be suspended if an admin views my site at a time...
Top