Jump to content
xisto Community

Antv912

Members
  • Content Count

    59
  • Joined

  • Last visited

Everything posted by Antv912

  1. I used to get panic attacks all the time, I usually get them when I'm in the store with some one and they suddenly leave to go and get something quickly, and or if I'm surrounded around a lot of people at one time, I guess you can say I'm claustrophobic and have panic attacks.
  2. The condition and the symptoms of male menopause are comparable to the ones women experience and can sometimes be as worse. However male menopause does not affect all men, at least not with the same inclusion. Most males experience this around the age of 40-50.(In my opinion that means GRAY HAIR!.) When males go threw menopause their hormonal levels can go up and down, they can even experience a low sperm count, most of the time gray hair, lack of energy,Recovery from injuries and illness takes longer,Less endurance for physical activity,Gaining weight,Difficulty reading small print,Loss or thinning of hair,Sleep disturbances,Low libido and Lack of energy. I think the worst of all for males going threw menopause is lack of sexual drive! Yikes that sounds almost as worse at the female menopause!
  3. This may help - http://phpmagazine.net/ and good luck on your website.
  4. Well for me, everyday I come home around 5:00 and turn on Fit TV (Available on DirecTV) and do the exercises for about 30 minutes, and I usually work out and walk a lot.
  5. Watching porn can't be too bad for you, of course you learn to enjoy it. I think watching porn every day of your life is a bit odd. It's far less addictive than most of the illegal drugs. It's probably far less addictive than drinking alcohol, and definitely far less addictive than smoking. It may well be far less addictive than distance running or similar heavy exercise.Wanting other women is quite another matter. It might be relatively normal to have a desire for other women, but if it becomes a need, then there is definitely something badly wrong.
  6. So your issue is that windows fire wall wont start for some reason? This may be of some help, msexchange.org/tutorials/Protecs-Firewall.html
  7. I've never actually tried this how hard is it? I have a wireless router (Linksys-G) and Comcast internet.
  8. Heh, I hate Dominos pizza I've always loved the soft and crunchy crust of Pizza hut, and their cheese is outstanding.
  9. I think she's loving it, I know I would be. Think of it you can buy / have anything you want. They even call her the new queen who can revamp the fashion industry.
  10. First question - who made that template you? Or was it already made.Second question - how can free Mp3 downloads be legal? Lets hope you don't get caught.
  11. The website seems to be not working at the moment? Or is it just me, can't wait to see this website. Especially from all the previous comments .
  12. Maybe some more images, youtube-tutorials, and actual hard coded program sources.
  13. Nice forum, although what is nice about a free forum .
  14. Whats up with your website? It's showing nothing hope too see it soon.
  15. Awesome work, I think the colors flow just great! Hope your site does well.
  16. Agreed I've used both ways, this was just something I added for the Ha ha's, I usually use mysql_real_escape_string in all my scripts.
  17. I like them all, they have really good details.
  18. I think is great technology, and it would help alot of people. Imagine what they could use this for? The home and the office use this is great I can't wait to see what else you can do with powermat.
  19. This may help you - http://forums.xisto.com/no_longer_exists/ Although this was released back in October of 2003.
  20. Wow this is a big shocker, this is Microsoft's first ever lay-off. While this was happening they also had to rethink the windows client. Because Microsoft is largely dependant on the sale of the computers for there company revenue.
  21. I think Zymic has really grown, they've gone from few templates to many, templates, scripts, and free web hosting!
  22. Agreed with every one above me, we need a link to know what your needs are, and what are your ideas and aspirations for this website?
  23. You might want to add Anti-MYSQL injection in there, that is only if this web page is viewable by the public or just you, If it's just you then you don't have to do that. I whipped this up for you. <?$query = anti_injection($query);function anti_injection($sql) { // removes words that contain sql syntax $sql = preg_replace(sql_regcase("/(from|select|insert|delete|where|drop table|show tables|#|\*|--|\\\\)/"),"",$sql); $sql = trim($sql); // strip whitespace $sql = strip_tags($sql); // strip HTML and PHP tags $sql = addslashes($sql); // quote string with slashes return $sql;}if($_POST[submit]){ $title = anti_injection($_POST['title']); $body = anti_injection($_POST['body']); $result = mysql_query("UPDATE blog SET title='$title', body='$body' WHERE id='$postid' ") or die (mysql_error()); echo "<b>Thank you! News UPDATED Successfully!<br>"; } ?><?$result = mysql_query("SELECT * FROM blog WHERE id='$postid' ") or die (mysql_error()); while($myrow = mysql_fetch_assoc($result)) { $title = $myrow["title"]; $body = $myrow["body"]; ?><br><h3>::Edit News</h3><form method="post">Title: <input name="title" size="40" maxlength="255" value="<? echo $title; ?>"><br>Text1: <textarea name="body" rows="7" cols="30"><? echo $body; ?></textarea><br><input type="submit" name="submit" value="Submit"></form>
  24. Antv912

    PHP flash

    Thanks, this script will come in handy for a website project I'm making <3.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.