Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Basic 2


ghost's Avatar
0 0

Can anyone help me with basic 2 please i dont know what it wants me to do?B)


ghost's Avatar
0 0

look in the source, you have to find where the i-frame is reading from. If you put the url into the url bar, then you should be able to only see the i-frame


ghost's Avatar
0 0

i cant find the url for the iframe can some one please help:(


ghost's Avatar
0 0

ya i cant find that shit neither man :@


Mr_Cheese's Avatar
0 1

why not press F3 then search for "iframe" ????


ghost's Avatar
0 0

thanx senior cheeeeeeeeeese :D


ghost's Avatar
0 0

i dont get it even with all those hints wen i type in iframe it just highlights the word and i have no idea what 2 put in a url(sum1 mentioned it erlier)


ghost's Avatar
0 0

i got were the iframe is reading from but when i send it to that person it dont work:|


ghost's Avatar
0 0

make sure your only sending the url and not the whole iframe.


ghost's Avatar
0 0

what messed me up is that it extends out alot and i didnt scroll over so scroll over or reduce the text size and i dunt wanna give it away but for example if you see something like <iframe> thats where it starts


ghost's Avatar
0 0

im kinda confussed what to do?lol?


ghost's Avatar
0 0

>.> I don't get it. I can find the link to the iframe, but I don't know what to put in the box where it reads from. :(.


ghost's Avatar
0 0

this is hard to help u on with out givin it away i did it a differt way it involes the mouse hmmmm arrr k say u have a folder on your pc and wanna no were that folder is how do u find that out hope i didnt give it away there i may have just confuzed u all LOL

Hell_flame85


ghost's Avatar
0 0

Okay, just search <iframe thats what helped me when i learnit it was a tag.


ghost's Avatar
0 0

All you need to know is where to put the iframe once you've got it.

The answer is a full url, so you need to put what you found in the source code somewhere to make a complete url.


ghost's Avatar
0 0

To extend on BluMoose, most websites will use sources from their own site, and when coded, will look something like

markup&lt;a href=&quot;index.html&quot;&gt;&lt;/a&gt;

This is telling your computer the URL, however, it is telling us it's in the directory we're already in. So, if the page we were on was http://www.example.com/ and we were linked this, it would take us to http://www.example.com/index.html.

That should help you construct the full URL from the information given.