So What the f*ck

testing935
7 years ago

0

This PHP code want say :

else if (isset($login2) && !empty($login2)) { if (base64_encode($pass2) == "YXplcnR5NjU0JiY=") { echo "<center><font color=red><h2>Bienvennue $login2</h2><br><br></font>Redirection en cours...<center>"; echo '<script language="javascript" type="text/javascript"> window.location.replace("index.php3"); </script>';

If my login is not null and is define AND my password is azerty654&&, I’m redirect ???

4replies
4voices
369views
SIGKILL [r4v463]
7 years ago

1

Yes, but two things:
- check what isset and empty do, it doesn’t only check for the null value.
- the code starts with an “else if”, maybe the previous if was interesting.

testing935
7 years ago

0

r4v463 >>> this code is extract from a mega login script php

dloser
7 years ago

1

Code like that is unlikely to be preceded by something interesting. :p
(And it turns out it is not.)

Also, what’s a “mega login script php”?

anathem0
7 years ago

0

Mega is a file-sharing company

You must be logged in to reply to this discussion. Login
1 of 5

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss