Jump to content

blufish

Members
  • Posts

    200
  • Joined

  • Last visited

    Never

Everything posted by blufish

  1. I didn't set the font it just goes by the default of your browser. Yes, Miniclip does let you use some of their games on your pages. Do you guys really care about the font so much?
  2. What screen size are you using? must be really big. date / time in chatbox is coming soon!
  3. I get all the help I want from http://www.w3schools.com http://www.phpfreaks.com Yeah, I don't think there will be a lot of offline courses on PHP
  4. Hi guys. I've been working on my site recently I think it's near completion. I want to know what you guys think. Try not to mess it up please. http://www.frozenoven.com Thanks!
  5. I found a solution on another site! thanks for the help
  6. I uploaded it, http://www.frozenoven.com/webite
  7. I added the px, yes I am making a box with rounded edges, both problems still remain, can't see in Safari and the boxes aren't the same size in IE. Any thoughts? Edit: Current Code <html> <head> <title>My Site</title> </head> <style type="text/css"> body {background-color: #cccccc;} </style> <body> <div style="text-align: center;"> <div style="display: inline; background: url(tl.gif); width: 25px; height: 25px; align: center;"></div> <div style="display: inline; background: url(top.gif); width: 85%; height: 25px; align: center;"></div> <div style="display: inline; background: url(tr.gif); width: 25px; height: 25px; align: center;"></div> <br /> <div style="display: inline; background: url(left.gif); width: 25px; align: center;"></div> <div style="display: inline; background-color: white; width: 85%; align: center;">hello all!dfdfdsvncvnvxcvn,mdxnv,mdsf<br><Br></div> <div style="display: inline; background: url(right.gif); width: 25px; align: center;"></div> <br /> <div style="display: inline; background: url(bl.gif); width: 25px; height: 25px; align: center;"></div> <div style="display: inline; background: url(bottom.gif); width: 85%; height: 25px; align: center;"></div> <div style="display: inline; background: url(br.gif); width: 25px; height: 25px; align: center;"></div> </div> </body> </html>
  8. I have two problems, one is that the middle divs <div style="display: inline; background: url(left.gif); width: 25; align: center;"></div> <div style="display: inline; background-color: white; width: 85%; align: center;"></div> <div style="display: inline; background: url(right.gif); width: 25; align: center;"></div> All need to be the same height as the middle middle div, my second problem is that none of the divs show in Safari. Any ideas? <html> <head> <title>My Site</title> </head> <style type="text/css"> body {background-color: #cccccc;} </style> <body> <div style="text-align: center;"> <div style="display: inline; background: url(tl.gif); width: 25; height: 25; align: center;"></div> <div style="display: inline; background: url(top.gif); width: 85%; height: 25; align: center;"></div> <div style="display: inline; background: url(tr.gif); width: 25; height: 25; align: center;"></div> <br /> <div style="display: inline; background: url(left.gif); width: 25; align: center;"></div> <div style="display: inline; background-color: white; width: 85%; align: center;"></div> <div style="display: inline; background: url(right.gif); width: 25; align: center;"></div> <br /> <div style="display: inline; background: url(bl.gif); width: 25; height: 25; align: center;"></div> <div style="display: inline; background: url(bottom.gif); width: 85%; height: 25; align: center;"></div> <div style="display: inline; background: url(br.gif); width: 25; height: 25; align: center;"></div> </div> </body> </html>
  9. Fixed, told it not to cache the page.
  10. hmm... IE is now caching my php pages. That's not supposed to happen. Any ideas on how to stop this?
  11. Yes I deleted them IE is functioning properly after I restarted it. Edit: IE isn't getting the new messages. will try getting rid of htmlentities. Edit: IE still doesn't get the new messages... something is wrong.
  12. The page looks different with in IE than Safari, IE doesn't have alot of the post in the main part of the shoutbox. Don't know why.
  13. hmm I see what I did I have fixed now! I don't see any problems after what you did. these are some smart hacking tactics.
  14. I use PHP because first I tried to learn asp but I didn't have chilisoft and I was hosted with linux, it was also hard to understand. I like PHP ALOT better.
  15. If I use strip_tags won't it get rid of JS? I will add htmlentities anyway though.
  16. Yeah what they tried to do didn't work, can you run Acunetix? How did you pay for that anyway? Thanks!
  17. Hello, I tried doing a little tried to drop the database, and execute php, but the notepad is pretty secure. I liked it actually quite simple and clean. The chat I didn't like to much because second time I tried to enter it it didn't work (after I dropped the database(Which I don't think worked)) I was going to try to hack the chat too. Oh well nice site, simple good and stuff. make sure you tell the chat to strip_tags($chats).
  18. okay so lets say the someone writes some this like What I want is I look for all words with the sentence hello, then I need to determine where the word ends like helloworld ends at line 10. how can this be achieved? Many thanks, Blufish
  19. Might I ask who wrote all this random XSS stuff in the Shoutbox? I doesn't look like they did anything (they failed at whatever hacking they were trying to achieve) but I would appreciate it If they would tell me who they are?
  20. what if the it's like hey guys check out this site at http://www.frozenoven.com
  21. I want to know how to if I wrote http://www.frozenoven.com to convert it into <a href="http://www.frozenoven.com" rel="nofollow">http://www.frozenoven.com</a> Probably simple for you genuises! Blufish
  22. my question is is it possible to make your textarea automatically become as wide as the page, usually I could just say width=100% but it uses cols instead and saying cols=100% doesn't work it reads it as cols=100. any ideas? thanks.
  23. Hello Everyone I just finished a shoutbox script! I would appreciate it If you guys would test it out and try to tell me of any issues or problems it may have! http://www.frozenoven.com/shoutbox/index.php Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.