Jump to content

thryb

Members
  • Posts

    56
  • Joined

  • Last visited

    Never

About thryb

  • Birthday 01/08/1981

Profile Information

  • Gender
    Male
  • Location
    Kanata, ON

thryb's Achievements

Member

Member (2/5)

0

Reputation

  1. That would be a good place to start. http://www.phpfreaks.com/tutorials/68/0.php
  2. Ok so that doesnt mean my code is buggy or anything ? Its more like server/link/connexion issue ?
  3. Hi guys, Anyone ever get this error from a mysql_connect? Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading authorization packet', system error: 0 in /var/*www/web2/web/comment_post.php on line 163 I tried to look at the error on internet but there is not much discussion about it, nothing on the forum either. If anyone have any hint on this one please let me know. This problem doesnt happen all the time, we got an email today from a customer getting that.
  4. Allright, Ill give a try! Never seen it before, Ill look for it. Thanks much!
  5. thats what I was thinking, just wanted to be sure there was no other fast way right in mysql or pma. Thanks Neo
  6. Or that but why would you want to use 2 DB ?
  7. You dont really want to use multiple DB for that, juste use 2 different Table Tbl_Male Tbl_Female store in there.
  8. 2 database limit mean you can create 2 database for you site, If they didnt put any size restriction on the DB then you actually can use as much table as you want, wich mean you can use prefix to separate your table from a website a & b. IE: [MyTable] a_ExampleID a_ExampleName ... b_ExampleID b_ExampleName ... Thats not the best, but it work well and keep you out of confusion. Was that you question ?
  9. Good day, Is there an easy way to insert a list of country (from a txt file) in a mysql database? Or does it have to be done one by one (I doubt it ). Thanks in advance!
  10. Thats very smart, if whoever that tested it get reported... never thought about that ?!
  11. I dont think this is an appropriate place to talk about how to hack with XSS there is a lot of doc on xss hacking on the net, just google it.
  12. Oh didnt know that, and in that case, the xss is made from right after index.php like this one, there is no $_GET really right ? How can you fix it? Sorry I dont wanna bum someone else post but since we're on it
  13. what do you mean by fixed with a single word ? htmlentities Dont you need to parse and replace the chars and stuff ?
  14. ouhahaha Thanks Ob that was H.I.L.A.R.I.O.U.S lolol Seriously, awesome.
  15. Ok I found out ... thanks both of you for your help! Didnt think about the .htaccess, there was one of my $_GET that wasnt htmlspecialchars and I forgot it was directed by my htaccess Thanks again for your help
×
×
  • 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.