php - Too big GET/POST 503 error -


the problem solved without changing anything, think host f*cking things up

im building website few background requests, use , post statements, doesn't matter(for testing use get). when request page http://beta.svshizzle.com/check.php?email=a@b.c&ww=1423304826, shows me 503 error page, not in .htmlentities, standard one. if request same page without values normal response , ?email=a@b&.... normal response, think problem in @ , .(dot/period).

my php code(simplified):

<?php echo "no error"; ?> 

does know cause of this?

ps: normal pages without values @ , . work supposed, think not server unavailable.

update

log(apache thinks, not php one):

beta.svshizzle.com anon-66-249-92-186.ip.invalid - - [27/jan/2016:17:13:58 +0100] "get /signup/wwforgot.php?x=arendsurvey@gmail.com&h=868 http/1.1" 503 323 "-" "mediapartners-google" beta.svshizzle.com anon-66-249-93-123.ip.invalid - - [27/jan/2016:17:14:31 +0100] "get /signup/wwforgot.php?x=arendsurvey@gmail.com&h=868 http/1.1" 503 323 "-" "mediapartners-google" beta.svshizzle.com anon-66-249-92-51.ip.invalid - - [27/jan/2016:17:14:59 +0100] "get /signup/wwforgot.php?x=arendsurvey@gmail.com&h=868 http/1.1" 503 323 "-" "mediapartners-google" beta.svshizzle.com anon-66-249-92-193.ip.invalid - - [27/jan/2016:17:15:31 +0100] "get /signup/wwforgot.php?x=arendsurvey@gmail.com&h=868 http/1.1" 503 323 "-" "mediapartners-google" beta.svshizzle.com anon-66-249-92-151.ip.invalid - - [27/jan/2016:17:15:59 +0100] "get /signup/wwforgot.php?x=arendsurvey@gmail.com&h=868 http/1.1" 503 323 "-" "mediapartners-google" beta.svshizzle.com anon-66-249-93-0.ip.invalid - - [27/jan/2016:17:16:33 +0100] "get /signup/wwforgot.php?x=arendsurvey@gmail.com&h=868 http/1.1" 503 323 "-" "mediapartners-google" beta.svshizzle.com anon-82-170-27-149.ip.invalid - - [27/jan/2016:17:16:43 +0100] "get /signup/wwforgot.php?x=arendsurvey@gmail.com&h=868 http/1.1" 503 323 "-" "mozilla/5.0 (windows nt 10.0; wow64) applewebkit/537.36 (khtml, gecko) chrome/47.0.2526.111 safari/537.36" beta.svshizzle.com anon-82-170-27-149.ip.invalid - - [27/jan/2016:17:16:48 +0100] "get /signup/wwforgot.php?x=arendsurvey@gmail.com&h=868 http/1.1" 503 323 "-" "mozilla/5.0 (windows nt 10.0; wow64) applewebkit/537.36 (khtml, gecko) chrome/47.0.2526.111 safari/537.36" beta.svshizzle.com anon-82-170-27-149.ip.invalid - - [27/jan/2016:17:19:04 +0100] "post /check.php http/1.1" 503 323 "http://beta.svshizzle.com/signin.php" "mozilla/5.0 (windows nt 10.0; wow64) applewebkit/537.36 (khtml, gecko) chrome/47.0.2526.111 safari/537.36" 

this exact code using debugging problem, piece of code crashed, don't know if happens no code.

i think urlencode doesn't work, because php script doesn't started.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -