Http Error 500

well now i did what you said but no matter what i do it says the private key is wrong

You can’t fix code in such a banal way unless you understand what it does and make it the way it should be.
You can’t just close the quotes or slap some random value for the variable!

Did Google tell you that? or server?

it is best for you to check your entire code and that it corresponds to what is required by Google
and of course, that you have the correct syntax in code.

Use some IDE for PHP programming and so on
or adequately copy the code from a tutorial or where you already get that code from.

5 Likes

The error that the site owner should see: Invalid site key

Please make sure you copied the correct keys into the correct location from your Google ReCAPCHA dashboard to the code on your website.

5 Likes

Username (e.g. epiz_XXX) or Website URL

epiz_33450437

Error Message

ERR_TOO_MANY_REDIRECTS

Other Information

Please provide your domain name

3 Likes

Http://qwaxcheck.rf.gd/login.php/

Please show .htaccess contents.

If it is http://qwaxcheck.rf.gd/login.php, you will see 500 error instead

image

Domain is working fine though

4 Likes

Do you want me to share the codes in the .htaccess file?

Username (e.g. epiz_XXX) or Website URL

epiz_33450437

Error Message

Fatal error: Uncaught TypeError: Argument 1 passed to str_contains() must be of the type string, null given, called in /home/vol8_6/epizy.com/epiz_33450437/htdocs/login.php on line 10 and defined in /home/vol8_6/epizy.com/epiz_33450437/htdocs/login.php:4 Stack trace: #0 /home/vol8_6/epizy.com/epiz_33450437/htdocs/login.php(10): str_contains(NULL, ‘http://137.117…’) #1 {main} thrown in /home/vol8_6/epizy.com/epiz_33450437/htdocs/login.php on line 4

Other Information

(other information and details relevant to your question)

Username (e.g. epiz_XXX) or Website URL

epiz_33475745

Error Message

EXİTED WİTH ERROR STATUS 255

Other Information

Screenshot_2023-01-29-03-04-17-96_87c2225eebc34d2513fa0e7ad5b93cfc

Please fill up according to template.
What is the url?
Make sure the stated files are present.

1 Like

all files are available
URL is: http://qwaxcheck.epizy.com/kontrol.php/

Prove it

I only see E404

1 Like

Dude Error is
Parse error: syntax error, unexpected ‘=’ in /home/vol6_1/epizy.com/epiz_33475745/htdocs/server/kontrol.php on line 2

I do not see this

Instead, this is what I see

1 Like

Display errors in open position Shouldn’t you be seeing my error instead of 404?

404 means the file was not found. Make sure the file has been uploaded, and has the correct name.

4 Likes

It would seem the URL is http://qwaxcheck.epizy.com/server/kontrol.php . Which is not what you shared. The URL you shared doesn’t appear to exist and generate the 404 error.

Please make sure to take care with what you write, writing things incorrectly can mislead people which can cause all kinds of issues.

While we’re at writing things incorrectly, this is what’s at line 2 of kontrol.php:

require=('baglan.php');

This is clearly not valid PHP syntax, the = isn’t supposed to be there.

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.