Jump to content

Sniffy

Members
  • Posts

    403
  • Joined

  • Last visited

Everything posted by Sniffy

  1. Yeah, the posts that are lost are from like July 15, but I guess it could've been worse.
  2. I've noticed in some of the threads I posted, some of the posts are missing. I noticed a post missing by Little Goat first, then more and more. Are some of the posts not restored?
  3. I prefer actionscript because it's simple to learn, and very visual.Although I do like php,html and css.
  4. I was worried there for a moment.
  5. I need some affiliates to put on my site because it looks kind of bland. I'll be happy to put yours on.
  6. And alternate sythax instead of braces?I'm surprised. Oh well, I'm sticking to the original one for now, don't want to confuse myself.
  7. Sorry for triple post, but it's actually coming better together kvn's code.I think I actually will start to use Iframes man, thanks.
  8. I got the actually frame design down, it's just now I'm having trouble with the layout.Here's my current code: <html><body bgcolor="#3c3c3c"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> <td height="150" width="150"> </td> <td align="center" valign="top" height="150" width="100%"><img src="http://pixelkit.phpnet.us/images/site_logo.png"></td> </tr> <tr> <td width="150px" height="100%"> <iframe src="http://pixelkit.phpnet.us/menu.html" width="150px" height="100%" scrolling="no" frameborder="0"></iframe></td> <td height="100%"><iframe src="http://pixelkit.phpnet.us/index2.html" name="main" width="100%" height="100%" scrolling="auto" frameborder="0"></iframe></td> </tr></table></body></html>
  9. What the?never heard of that one before, but thanks for advice.
  10. Again, I'm just missing something little from my frame set-up. I always seem to forget one little thing whenever I set-up a site, but I can tell somebody the correct way when I'm not thinking.It's part of the cols/rows I think.My frames are not part of the body tag, which is right. Here is what my index looks like. http://pixelkit.phpnet.usHere's my index code. <head><link rel='stylesheet' type='text/css' href='style.css'></head><frameset cols='130,*,130' rows='800'><frame src='menu.html' name='menu' noresize='noresize'><frameset cols='500,500' rows='100,700'><frame src='logo.html' name='logo' noresize='noresize' scrolling=no><frame src='index2.html' name='main' noresize='noresize' scrolling=auto></frameset></frameset><body><noframes><p>Your browser does not support frames. <br>That means you can't view our site and you'll have to go away now, bye bye.</noframes></body></html>
  11. Well, I'll keep it in mind. I'm getting better than PHP by the minute.
  12. Sniffy

    what is this

    If Norton says it's a worm, it's a worm. If you're not sure, contact them.
  13. What's your favorite programming language?
  14. Okay, but I'm still new to PHP so I'm taking it slow.
  15. Also, when people could download tutorials, they could steal them, put them on their site and nobody could do anything about it, well unless they were in a PDF file with the W3schools logo on the top page or something. But in text files or something, it could be stealed.
  16. In what way did W3schools help you learn your skills?
  17. Yeah, I agree with aspnetguy.You have to use the php mail() function for it to always work and you need more complicated scripting for users to email files to you.
  18. I don't know what your really trying to ask either.
  19. Thanks fellow Nova Scotian. I would never have guest to use that code list of letters/ symbols.And thank you to the rest for contributing your knowledge.
  20. I like notepad the best. No skills required to use, just right down your code and go to your ftp manager after saving the file in the format you want.
  21. Put text in frames?An Iframe or normal frame.Well for a frame, it's seperate document.The frame document would be: <html><head><title>TestPage</title></head><body><p>This is a test frame</p></body></html> The document you are displaying the frame in would be: <html><head><title>TestFrameDisplay</title></head><frameset cols='500' rows='500'><frame src='test.html' noresize='noresize' scrolling=auto><body><noframes>Your browser doesn't support frames sorry.</noframes></body></html>
  22. I was wondering how to display a piece of html code as text on an html page yet don't execute it like in the w3schools tutorials.Would I use PHP or something and display my code as a variable and execute an echo like this?: <html><head><title>Test Page of Mine</title></head><body><?php $MyTest="<html><head><title>test</title></head><body>This is a basic html document.</body></html>"echo $MyTest ."That is an example of basic html" ?></body></html>
  23. My FTP manager finally got connected to my host again, and I decided to upload my PHPBB files. I made sure I uploaded everything, yet I still can't get it working.Here's the error messages that come up on the install page. Maybe it's because the host doesn't support PHPBB, yet I can install Coppermine no problem. Warning: include() [function.include]: open_basedir restriction in effect. File(./../extension.inc) is not within the allowed path(s): (.:/tmp/) in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 314Warning: include(./../extension.inc) [function.include]: failed to open stream: Operation not permitted in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 314Warning: include() [function.include]: Failed opening './../extension.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 314Warning: include() [function.include]: open_basedir restriction in effect. File(./../includes/constants.) is not within the allowed path(s): (.:/tmp/) in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 322Warning: include(./../includes/constants.) [function.include]: failed to open stream: Operation not permitted in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 322Warning: include() [function.include]: Failed opening './../includes/constants.' for inclusion (include_path='.:/usr/local/lib/php') in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 322Warning: include() [function.include]: open_basedir restriction in effect. File(./../includes/functions.) is not within the allowed path(s): (.:/tmp/) in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 323Warning: include(./../includes/functions.) [function.include]: failed to open stream: Operation not permitted in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 323Warning: include() [function.include]: Failed opening './../includes/functions.' for inclusion (include_path='.:/usr/local/lib/php') in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 323Warning: include() [function.include]: open_basedir restriction in effect. File(./../includes/sessions.) is not within the allowed path(s): (.:/tmp/) in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 324Warning: include(./../includes/sessions.) [function.include]: failed to open stream: Operation not permitted in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 324Warning: include() [function.include]: Failed opening './../includes/sessions.' for inclusion (include_path='.:/usr/local/lib/php') in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 324
×
×
  • Create New...