PDA

View Full Version : Dharmainitiative.org


dzukunft
10-21-05, 05:51 PM
Haven't found any posts on this yet...

If you haven't noticed, there is a new Dharma Initiative website up at www.thedharmainitiative.org (http://www.thedharmainitiative.org) (not to be confused with The Hanso Foundation). Currently, no one is sure if this is a rogue web developer or if its ABC; personally, I would opt for the former.

Regardless, it has Station 3's Dharma logo (i.e. the swan) and a login box. The login is non-functional and is not programmed to take you to any link past the login page. Just look at the source code. However, if you click on the Dharma logo, then you are taken to the Orientation video clip.

There might be more content later, but who knows...

Also, I heard there is a new Dharma video clip (likely a fake) roaming the Internet. Is there a place where this can be downloaded, WITHOUT uploading my own files or joining some pay service?

Peace out peeps!

juanbong
10-21-05, 06:02 PM
there are a couple threads that have this as well, here is one for ya. enjoy...

p073.ezboard.com/flostthe...4478.topic (http://p073.ezboard.com/flosttheunofficalforumfortheabcseriesfrm2.showMess age?topicID=4478.topic)

(sorry, first link was incorrect:o )


$ .02 worth

dzukunft
10-21-05, 06:10 PM
Thanks for the link, Juan.

juanbong
10-21-05, 06:14 PM
no problem, Dzukunft!!!!!:)


$ .02 worth

ss301
10-21-05, 06:46 PM
dzukunft, what makes you think that the login box is non functional?

dzukunft
10-21-05, 06:54 PM
When I viewed the source code for the login page, there was no HTML page programmed into the FORM function. It doesn't go anywhere. It just returns back to the blank login page. Not to say it will always be this way...

Bekka
10-21-05, 07:09 PM
We've been discussing this for a while, but it seems like people gave up trying to figure it out.

Here's the link. (http://p073.ezboard.com/flosttheunofficalforumfortheabcseriesfrm2.showMess age?topicID=4703.topic) :D

MindyRH
10-26-05, 07:13 PM
thedharmainitiative.org/ (http://thedharmainitiative.org/) Anyone good at cracking into things like this. I have tried numerous combos to no avail.

texalaska
11-14-05, 09:51 PM
the Oceanic World Airlines site can be found as a PB Sales Business Link ... www.pbsales.com (http://www.pbsales.com) - do a google search for the other "businesses" listed ... rather fun!!

On the Oceanic World site - click the SEARCH button to search for flights from SYD to LAX - there are 2 active linkes on the page - on takes you to the flight is full page - hang there for a few ... unique logo comes up with dårlig ulv in place of DHARMA ... the second x takes you to the LOG IN screen for www.thedharmainitiative.ORG (http://www.thedharmainitiative.ORG) site ... (the main page there is a link to the Orientation video... as well as a log in screen)...

Still no closer to what is User Name and Password .. .but still fun...

lostobsessed25
12-05-05, 10:53 PM
I know this website has been posted before but does anybody know what the login on that page does? Ive been trying to figure it out but i cant????
Anybody have an idea??

jetmangd
12-13-05, 02:16 PM
Has anyone been able to access this site?


http://thedharmainitiative.org/


You need a user name and password.

ILikeLostBrunettes
12-13-05, 02:17 PM
I'm going to count to 10.

juanbong
12-13-05, 02:38 PM
4.5.6.7.8.

YouFirst
12-13-05, 02:40 PM
I'm going to count to 10.

Haha! :jester: Um... if you search the topic there's a whole thread devoted to it. ;)

killbuckner
12-13-05, 02:50 PM
thedharmainitiative.org and thedarmainitiative.info are the same site. There is a big thread on it on the front page already.

http://www.losttv-forum.com/forum/showthread.php?t=6722

daxter9
12-13-05, 04:34 PM
grrr we need a damn log-in

CremeEgg
12-19-05, 09:26 PM
Not sure if this has been said before or not, but I didn't notice it in this thread.

On this page http://thedharmainitiative.org/ there is a login prompt.

In the source of the login page the username and password are stored as MD5 hashes. I'm not up on breaking these, so I don't know if it can be done.

Either way here is the page source.

<script language="JavaScript">
function checkForm() {
var url="login/?uid=" + escape(document.forms[0].elements['uid'].value) +
"&pwd=" + escape(document.forms[0].elements['pwd'].value)
var hash = hex_md5(document.forms[0].elements['uid'].value + document.forms[0].elements['pwd'].value);
if ((hash == "4ce8eb77952dcf34505de7e04fd68fc7") || (hash == "732d9dda7f79c827c4453bda8f2d441a")) {
window.opener.location.href=url;
window.close();
} else {
document.forms[0].elements['errorMessage'].value = "Invalid login";
document.forms[0].elements['uid'].value = '';
document.forms[0].elements['pwd'].value = '';
document.forms[0].elements['uid'].focus();
}
return false;
}
</script>

suffice
12-20-05, 10:53 AM
I have just looked online for info on md5 hashes. it seems that from the info given above that the password will be 8 digits long... but could be any series of letters and numbers and not just a plain word or name... There are ways of 'reverse engineering' these hashes if submitted to various places online but that's not something i'm gonna mess with! Trying to think of names etc 8 digits long...

alonso
12-20-05, 01:21 PM
thanks suffice, thats a big help, and im not being sarcastic either

Mystic-Flame
12-30-05, 12:11 AM
I have just looked online for info on md5 hashes. it seems that from the info given above that the password will be 8 digits long... but could be any series of letters and numbers and not just a plain word or name... There are ways of 'reverse engineering' these hashes if submitted to various places online but that's not something i'm gonna mess with! Trying to think of names etc 8 digits long...
There is no known way of decoding MD5 Hashes. They are a one-way encryption algorythim.

truffula
12-30-05, 12:24 AM
Welcome to the Boards and the Webmaze Mystic-Flame!!

That avatar is freakin AWESOME!!
And thanks for the info on the MD5 hashes!

Peace,
Truff

Mystic-Flame
01-02-06, 02:30 PM
this is why we need an md5 hash db full of every word's md5 translation

ILoveEko
01-06-06, 05:09 AM
Some sites with some stuff about the hashes in the code.

http://www.steelsphere.com/?p=211
http://lost-forum.com/archive/index.php/t-16106.html

Him a.k.a henry
06-03-06, 06:36 PM
http://thedharmainitiative.org/

Have anyone discovered already if there is a Login & Passwords,
And what are the Login & Passwords.

Read some historical archieved posts and found out none has hacked it.


Any idea?

The_Island
06-03-06, 06:43 PM
Hello Him...there is a thread devoted to this site here
http://www.losttv-forum.com/forum/showthread.php?t=5717

Him a.k.a henry
06-03-06, 07:13 PM
Thanks Island,
My guess is this is doing nothing after all..
Also the welcome thread tells the story of it, And yeah I'm reading all the Cracks-tries right now..

(Loved your avatar!)

The_Island
06-03-06, 07:18 PM
ditto :)

Him a.k.a henry
06-03-06, 07:26 PM
btw..
Saw your MilesPlus ID # in your signatureShould I put my ID# in my signature in order to gain miles if I disover anything - isnt that automated somehow?

The_Island
06-03-06, 07:27 PM
btw..
Saw your MilesPlus ID # in your signatureShould I put my ID# in my signature in order to gain miles if I disover anything - isnt that automated somehow?

yah for anything Vincent Madison related it should be in your sig so he can award miles to you if you solve any clues of his...it is not automated

Him a.k.a henry
06-03-06, 07:49 PM
Thanks a lot, Island. Done!

truffula
06-03-06, 08:21 PM
Welcome to Lost-Tv and the Webmaze Madness, Him aka henry! :)
This is an excerpt from the WEBMAZE MAP Vol1 -

- www.thedharmainitiative.org (http://www.thedharmainitiative.org/) - not much to see here. Attempting to login will only prompt you for a username and password. After much research, it was discovered that a gentleman named Matt Helbig was responsible for this site. Here is the email he sent me after I inquired about his site:

Let me be as honest as I can be. I am a fan of the show who drank an entire bottle of red wine in preparation for watching lost the night the Dharma episode first aired. I raced to register.com (http://register.com/) to register the name in hopes of either finding the time to make a fan site or selling the domain name to someone who would. Unfortunately my rockstar lifestyle and ultra demanding job in the dirt industry (no bork i sell soil for a living) has prohibited me from following up on either one of these options. I know this probably comes as a disappointment as this is not part of the greater mystery that is Lost. Just some dude. By the way if you want the domain its for sale.

Good luck on unraveling the perpetual bork storm that is my favorite show.

Matt


Hope this answers your questions :)
Merging with dharmainitiative.org thread.

Peace,
Truff

Him a.k.a henry
06-03-06, 08:39 PM
Yes it does, truffula.
As I said I saw the thingie you quoted earlier and stopped searching an answer..

Matt tells the entire story of the series from my point of view :)
The answers in here are simple but we find it hard to believe the naked truth when we see it.

Here is an island.
some dudes are playing games based upon lots of money and honor issues, involving other people caught by accident to the place and believe it's their desicions that changing the plot - But they are so small in a world of political powers and all above (Who has the money to rule the place they are at) run their own control-game in order of their own fun and rich-toys.

The thing is - they didnt foreseen the determination of people who gain power (The others) Who will do anything in order to stay in control.

Matt is doing the same.
If he was smart enough.. finding this piece of ground - He could give it to Hanso guys - running the web-maze better and sweeter for the fans with a credit on his behalf (in a creative way They can think of) and use the hype his little site made in the past few months it's on air.