Reply
NEED HELP! ANYbody know a good banner link tracking site? and password protection?
Old 10-13-2002, 01:13 AM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
i know, i really like it, anyways, i saw you posted so many posts(1089) if im correct and well, i was wondering isnt there suppose to be a chart of what level you can get to, privilegs and stuff? Can u please tell me the url, your's is
King Spam Talker and i was wonderin about it. I cant seem to find it,...
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:20 AM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
http://webmaster-talk.com/showthread...=&threadid=810 there ya go
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:21 AM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
thanx
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:22 AM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
oh by the way, i just finished hacking into your website.

its a very good script might i add. I thik you really should use it, the only way i was able to hack it is by a prediction which is really hard to tell.

it gives off the code parent.blank.jw which i just put in blank.html and it gave me the password.

I suggest you go with it man, its your best bet. Eitehr way, imma tell other hackers to see if they can find out

-Josh
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:25 AM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
any results on the script yet?
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:27 AM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
yea, i figured out the password in 14 minutes.

first off i doubt anyone will spend that kind of time for a password
second, i really dont think anyone will get it unless they get creative and somehow make up crap like i did.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:32 AM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
i dont understaND, IS THERE ANY SPECIAL WAY YOU VIEWED IT? or is it just from view source, and which one is better? I want to protect more then one of my pages, or a directory. I really glad you tested it. but what if it contains valuble stuff? and what do you mean by making up crap (on the otherhand, get creative)?
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:36 AM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
by the way, can you taste the other on you gaVE ME?
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:38 AM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
test, i mean, and tell me which one is the best. I got to go, i live in canada, and i will post a message when i get online. bye, thanx!
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:39 AM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
lol i did it by viewing the source yes, i pretty much dont know any other way unless i download the script from your website and view it offline through notepad or HTML-Kit.

I have this script that will view the source of any of your pages, and thats what i did, its a huge chain of pages.

I viewed index.html which led to stop.html which led to pw_thingy.html which led to homepage.html which leads to lockit.js

there is the tricky part, lockit.js doesnt really say the password nor it says where its getting it from.

lockit.js is as follows:
---------------------------

function setCookie(name, value) {
var newCookie = name + "=" + escape(value);
document.cookie = newCookie;
}

function getCookie(name) {
var theCookie = document.cookie;
var prefix = name + "=";
var begin = theCookie.indexOf("; " + prefix);
if (begin == -1) {
begin = theCookie.indexOf(prefix);
if (begin != 0) return null;
} else
begin += 2;
var end = document.cookie.indexOf(";", begin);
if (end == -1)
end = theCookie.length;
return unescape(theCookie.substring(begin + prefix.length, end));
}

if (parent.location.href==window.location.href) {
window.location.href="pw_required.html"
}

var pw = getCookie("mySite");

if (pw != parent.blank.pw) {
askPW();
}

function askPW() {
var password = prompt('Please enter your password:');
if (password == parent.blank.pw) {
setCookie("mySite",password);
document.location.href="homepage.html";
} else {
document.location.href="pw_required.html";
}
}


notice the suspicious parent.blank.pw
thats what really made me suspiscious, so i developed a theory that it would be an html file.

viewing the source of blank.html is when i came up with swordfish.

thats how i got it, but i doubt peopel will go through the trouble.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:40 AM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
have a nice night, it is 10:39 here, so i'll be up at probably 7:00am my time. I will still post when i get online so you know. today is saturday, on monday is thanksgiving here in canada. but i will be online....
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:40 AM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
oh i tested the other one i gave you a long time ago, i had it on ghettocars but took it off due to that now i make the service free.

my hacker friend got it in like a week, and i got it in 1 1/2 weeks. its pretty dificult since its encrypted.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:43 AM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
well, it says on the info i downloaded(kit) I can change the variable's name(dont know what that is) it is pw. you should download the kit, it has alot of info i do not understand, anyways, i really gotta go, thanx for you to go through all that trouble! talk to you later
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 01:49 AM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
ok, see you later. ill donwload the kit and give it atry.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 11:26 AM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
hello, i am back online, are you? can you please post a message when you are? i will be here all day.
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 07:34 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
well im online now, hmm lol at the time you were online i was still sleeping

well...i downloaded the kit, and i dont understand how it works, but all i know is that the page must be called blank.html the script wont work if you rename blank.html into something else.
I have no idea why its like this, I think its because all browsers read blank.html as something and lockit.js has some coding there thats supposed to get the password and compare the user entered password.

i tried renaming the entire script but it didnt work, it has to be named blank.html

it really puzzles me though, im wondering now how the hell does lockit.js get the password from blank.html and compares it to the user entered password.
I know how it compares. i just need to know how does it get it from there.

i believe it has something to do with the parent.blank.pw, i made up another theory with it.
I broke that down into pieces.

first off,
parent.blank.pw

that sets it to the parent directory of the site, where everything is located.

parent.blank.pw

that happened to be the folder name.

parent.blank.pw

that was the file name -- blank.html

but then again, i renamed the file and the folder and i changed the line of coding, but it didnt work, it seemed to have logged me in and it didnt ask for password.
I guess i must have done it wrong, since it was 3am last night i was very tired.

Imma try later on today, im just waiting for my friend to get online so he can give it a shot.

-Josh
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 08:56 PM hey, i saw your message...
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
hey, im still online, it's 5 54 pm here. I will be online for tongiht. I was wondering if you know any people that might be willing to program some javascripts for free (i'll put link to their site). I was thinking if that doesnt work, i might as well get somebody to program the script for me, it's more convienent for me....
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:08 PM
ghettocars's Avatar
Defies a Status

Posts: 1,733
Name: Josh
Location: Miami, FL
id say youd stick with that script of yours, that kit sounds great. and its easily modifieable.

just insert your homepage in the index.html and all your content around it.
__________________
www.goatslacker.com
ghettocars is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:15 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
hey, I need a little help modifying it, would you mind if you paste the code up here and show me how to make MULTIPLE users? And is there a way for you to add usernames along with the password?
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Old 10-13-2002, 09:18 PM
freepcgames's Avatar
Skilled Talker

Posts: 69
Location: Edmonton, Alberta
anyways, i just saw one of yourt posts again and i saw something i didnt saw before, you told me there it took you one and a half week to crack the script you gave me, well, i think i will conduct more tests on that if you let me, after all, it is your code....
__________________
I am who I am....PM me on this if you need any information : P
freepcgames is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to NEED HELP! ANYbody know a good banner link tracking site? and password protection?

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML