Ezud.com Forum Home  
Ezud Home Ezud Forum  

Contact Us Members List Today's Posts
Go Back   Ezud.com - Trolling Assistance Forum > Runescape General and Market > Runescape Botting

Reply
 
Post New Thread Thread Tools Display Modes
  #1  
Old 01-21-2009, 08:36 PM
Lust's Avatar
Lust Lust is offline
Ex-Staff Member
 
Join Date: Jun 2008
Location: Russia
Posts: 1,143
Reputation: 1479
Lust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud of
Default 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
__________________

Reply With Quote
  #2  
Old 01-21-2009, 09:46 PM
Csg999's Avatar
Csg999 Csg999 is offline
Ezudian
 
Join Date: Aug 2008
Location: Australia FTW!!!
Posts: 1,231
Reputation: 1185
Csg999 has much to be proud ofCsg999 has much to be proud ofCsg999 has much to be proud ofCsg999 has much to be proud ofCsg999 has much to be proud ofCsg999 has much to be proud ofCsg999 has much to be proud ofCsg999 has much to be proud ofCsg999 has much to be proud of
Default

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



Owned by teh sig?
Reply With Quote
  #3  
Old 01-22-2009, 02:27 PM
Lust's Avatar
Lust Lust is offline
Ex-Staff Member
 
Join Date: Jun 2008
Location: Russia
Posts: 1,143
Reputation: 1479
Lust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud of
Default

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

Reply With Quote
  #4  
Old 01-22-2009, 02:32 PM
LinkMaster03's Avatar
LinkMaster03 LinkMaster03 is offline
Proud Linux User
 
Join Date: Jun 2008
Posts: 699
Reputation: 926
LinkMaster03 is a splendid one to beholdLinkMaster03 is a splendid one to beholdLinkMaster03 is a splendid one to beholdLinkMaster03 is a splendid one to beholdLinkMaster03 is a splendid one to beholdLinkMaster03 is a splendid one to beholdLinkMaster03 is a splendid one to beholdLinkMaster03 is a splendid one to behold
Default

Ah so it's pretty much password protection for your logs. Nice one. I'd rep but I have to spread it around.
Reply With Quote
  #5  
Old 01-22-2009, 04:54 PM
Lust's Avatar
Lust Lust is offline
Ex-Staff Member
 
Join Date: Jun 2008
Location: Russia
Posts: 1,143
Reputation: 1479
Lust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud ofLust has much to be proud of
Default

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.
__________________

Reply With Quote
  #6  
Old 01-25-2009, 04:23 PM
ugojj1818 ugojj1818 is offline
Ezudian
 
Join Date: Jan 2009
Posts: 3
Reputation: 10
ugojj1818 is on a distinguished road
Default

cool thx!!!!
Reply With Quote
  #7  
Old 01-28-2009, 05:37 PM
Mr Jr Mr Jr is offline
Banned
 
Join Date: Jan 2009
Posts: 7
Reputation: 10
Mr Jr is on a distinguished road
Default

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
Reply With Quote
  #8  
Old 01-28-2009, 06:08 PM
Tranquility's Avatar
Tranquility Tranquility is offline
Ezudian
 
Join Date: Jul 2008
Location: New Jersey
Posts: 504
Reputation: 815
Tranquility is a splendid one to beholdTranquility is a splendid one to beholdTranquility is a splendid one to beholdTranquility is a splendid one to beholdTranquility is a splendid one to beholdTranquility is a splendid one to beholdTranquility is a splendid one to behold
Send a message via MSN to Tranquility
Default

Quote:
Originally Posted by Mr Jr View Post
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.
Reply With Quote
  #9  
Old 01-29-2009, 05:38 PM
msn msn is offline
Ezudian
 
Join Date: Jan 2009
Posts: 1
Reputation: 10
msn is on a distinguished road
Default

Dont really see why you would need this when its as good as having your logs a random name.
Reply With Quote
  #10  
Old 01-31-2009, 06:24 AM
icy ice's Avatar
icy ice icy ice is offline
Ezudian
 
Join Date: Jul 2008
Location: 127.0.0.1
Posts: 105
Reputation: 78
icy ice will become famous soon enough
Send a message via MSN to icy ice Send a message via Skype™ to icy ice
Default

Quote:
Originally Posted by msn View Post
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...
__________________
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Affiliates: Trik.com


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