Jump to content

vumpler

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

vumpler's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I can't believe this turned into such a difficult issue :(
  2. [!--quoteo(post=378895:date=May 31 2006, 07:34 PM:name=poirot)--][div class=\'quotetop\']QUOTE(poirot @ May 31 2006, 07:34 PM) [snapback]378895[/snapback][/div][div class=\'quotemain\'][!--quotec--] Add a line: [code]var_dump($_POST['username']):[/code] Some where near the verification thing. This will tell you what is in the variable, or if it doesn't exists. Please post what it outputs here. And also, my regex may be wrong bc that's not my strong point... [/quote] When we add that it won't go through the process again. It just stops before making the account at a validating blank page. If you couldn't see the script there here is the full one with the addition you said to make: [a href=\"http://68.144.216.100/Not%20so%20myspace/process.txt\" target=\"_blank\"]http://68.144.216.100/Not%20so%20myspace/process.txt[/a] [!--quoteo(post=378901:date=May 31 2006, 07:52 PM:name=vumpler)--][div class=\'quotetop\']QUOTE(vumpler @ May 31 2006, 07:52 PM) [snapback]378901[/snapback][/div][div class=\'quotemain\'][!--quotec--] When we add that it won't go through the process again. It just stops before making the account at a validating blank page. If you couldn't see the script there here is the full one with the addition you said to make: [a href=\"http://68.144.216.100/Not%20so%20myspace/process.txt\" target=\"_blank\"]http://68.144.216.100/Not%20so%20myspace/process.txt[/a] [/quote] Oh and if we don't use: eregi (whereas you were using preg) we reallly can't get anywhere. That's why we changed it.
  3. [!--quoteo(post=378889:date=May 31 2006, 07:02 PM:name=poirot)--][div class=\'quotetop\']QUOTE(poirot @ May 31 2006, 07:02 PM) [snapback]378889[/snapback][/div][div class=\'quotemain\'][!--quotec--] NO, what I mean is, how do you get $username? $username = $_POST['username']? [/quote] I believe $username is the username we are specifying when making the account. The username being what we are having problems with. A-Z etc. Here is the link so you can see what the form looks like: [a href=\"http://216.55.161.24/\" target=\"_blank\"]http://216.55.161.24/[/a]
  4. Here is our origional file without our edited input. I'll put it in a .txt file because it won't let me post it here. it syas we are trying to connect to the forums here? Dunno.. [a href=\"http://195.210.38.23:2082//dl/9666379f92c9cd30073491648a36006c/447e2b1e/files/010606/1149119258/process.txt\" target=\"_blank\"]from mooload free file hosting[/a]
  5. [!--quoteo(post=378865:date=May 31 2006, 05:02 PM:name=Old Novus)--][div class=\'quotetop\']QUOTE(Old Novus @ May 31 2006, 05:02 PM) [snapback]378865[/snapback][/div][div class=\'quotemain\'][!--quotec--] it keeps saying bad characters in username even if i just put in characters a - z ...for example i put in "hi" as the username and it tells me bad characters... anyone help please? only a-z and 0 - 9 allowed. With no spaces or any marks or wierd letters like this ౬ [/quote] Bump. To test the situation make a fake account attempt here: [a href=\"http://216.55.161.24/\" target=\"_blank\"]http://216.55.161.24/[/a] using whatever @dodgeit.com as your email address. Using the @dodgeit will remind us to delete thoes accounts. I am friends with "Old Novus" by the way and will be attempting to help futher the situation. Another person told us to try: if (preg_match('/[^A-Za-z0-9]/', $username)) which is similar to what has been suggested here but it didn't work either.
×
×
  • 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.