Here is a step by step guide to learn how to fill in queries of handler applications.
Let us assume the domain url as www.9jaboys.com/index.php
FRONTQUERY: - The frontquery is also known as the prefix query. It is used to append a string in front of the url.It goes in this format.
frontquery@url
If you fill in www.google.com as frontquery ,
Result= www.google.com@www.9jaboys.com/index.xhtml
MIDDLEQUERY: - It is used to append a string at the back of the main url.It goes in this format.
url/middlequery
If you fill in www.google.com as middlequery ,
Result= www.9jaboys.com/www.google.com@index.xhtml
BACKQUERY: - The backquery is also known as the suffix query. It is used to append a string at the end of the url.It goes in this format.
url@backquery
If you fill in www.google.com as backquery ,
Result= www.9jaboys.com/index.xhtml@www.google.com
FILTER: - It is used to modify four server url.It goes in this format.
Domain (stringToBeRemoved1 stringToBeRemoved2\stringToReplace1 stringToReplace2)
If your http server is www.9jaboys.com/index.xhtml, ad your filter was set as,
www.9jaboys.com/index.xhtml (www index.xhtml\?files do_id=0)
Result= files.9jaboys.com/?do_id=0
ADDPORT: It adds port to url.
url:80
Result= www.9jaboys.com/index.xhtml:80
REMOVE PORT: It removes port from ported urls.
PROXY TYPE: It determines the type of server header
Eg:-
Proxy Type: HTTP
Server: www.google.com
Result: http server: http://www.google.com
header- x-online-host: www.9jaboys.com/index.xhtml
Proxy Type: HOST
Server: www.google.com
Result: http server: http://www.9jaboys.com/index.xhtml
header- x-online-host: www.google.com
I hope this article would be of great help while filling your handler applications next time.
Title : How to use and fill in Handler ui applications for free browsing
Description : Here is a step by step guide to learn how to fill in queries of handler applications. Let us assume the domain url as www.9jaboys.com/inde...