If any one could give some tips
11 years ago
0
Hi turis,
There is an addon in Mozilla Firefox which will help you with this level.
11 years ago
0
Hi turis,
Yes there are other ways to complete this level without using the addon however I had completed it using the addon. I never tried completing this level without the addon. Maybe I should give it a try.
@stefanking56: The level briefing has been changed.
You needed a score of exactly 194175 to get top of the high-scores table.
@turis:
You have already come to the right place.
- Action: It is very easy to guess. You are in Basic+ Level 3, changing the action to somewhere else won’t help you to solve this level.
- Name: The name of the parameter should be “score”.
@freewind1012 ahhhh yes,I didn’t notice that when i wrote my post
<form action="/search.php" method="get">
<input autocomplete="off" placeholder="Search: topic, user, article.." name="q">
<i class="icon-search"></i>
</form>
look at the action attribute.Think where do you want to send the score.To what page?It surely isn’t “/search.php”
Look at the name.What are you sending to the page?You’re not surely sending “q”
And i think that you could change the method
Guys , need a bit help with basic+ 3 . How to change the score ? I read the hint and the forums but still not able to understand !!
Some basic guidelines please !!
10 years ago
0
The post before yours is really helpful, what you do not understand?
10 years ago
1
I will try to answer your questions without giving a big spoiler ^^
The code above correspond to the search bar. The search bar actually allow you to get some informations from this website. Modifying the code above will allow you to send information to the website.
Try to modify the three things above, if you don’t know which page you want to send the information try all which cross your mind ;)
@Abhi_hacker: If you didn’t understand anything after reading @stefanking56 ’s post, then try to learn HTML form. There’s another simpler method: PM someone who is willing to type step-by-step answer. But I am pretty sure that you won’t get anything after solving this level.
freewind1012 , easy buddy !!! You don’t need to be that rude because I didn’t ask anyone for a step by step answer. I can give you an explanation about what I meant by some guidelines but I don’t think that it is you or anyone else whom I need to give a clarification .
If I would want to PM someone , I would do that….I don’t need your permission or advice about it.
Help or no help , doesn’t matters , be respectful if you can.
And you know what , I am actually getting something after completing each level , something that you won’t understand and neither do I want to make you understand .
Sorry I forgot to thank you fkpuzat . I will try to do it as you said. Thank you for being so helpful !! :)
[quote=Abhi_hacker]Help or no help , doesn’t matters , be respectful if you can.[/quote]
As I told you: learn HTML form. That is as much as I can help. People tend to be attracted by details which they don’t want to see / to hear more than the main point itself.
I am always willing to explain every piece of code if you don’t understand and need helps. But “Show me the way to do this / to do that! (Because I read it somewhere and I want to know about it just for solving the level!)”? No.
Greetings!
I have tried this so many times and its really knocked me down to size. All the levels up to now where easy for me as i understand the concepts well, however this one stopped me dead in my hasty tracks. :)
I understand the method and the action, but could not for the life of me figure out the name. Thanks to freewind1012, i now know the name. Sometimes the answer is so obvious but over thinking can cloud your mind.
I then kept trying to submit and it still would not work. Only then did i realized that while reading the forums, that i had got it into my head that the value has to be over 194175 when actually it had to be exactly 194175. In the words of the great and silly Homer Simpson… DOH!
It just goes to show that there is always room for human error. I have to remind myself to not scan over posts so quickly and actually soak it all up!
This post was merely to thank freewind1012 and the rest of you for opening my eyes… Thank you! :)
I am very happy that i have found HackThis!! Thanks to my little brother york for showing it to me.
(ps. I noticed that although i tried many times it has not registered my attempts. When i completed the level it said that i only attempted once. Just a heads up in case this is a bug.)
10 years ago
0
Wallace-: It’s not your fault. The previous version of HT!! had this level and in that it was to submit the score higher than the number mentioned. However in this new version the level can be completed only when you submit the exact score.