How Use Handler Mod Apps?

Here’s The Original Description About How to Use Handler App Provided By YK Handler Himself. Handler App is a mod version application which...

Here’s The Original Description About How to Use Handler App Provided By YK Handler Himself.

Handler App is a mod version application which added some new feature...  But mostly I Mod online J2ME app to be able to Customize the network...

The Idea of Customizing the network appear a couple years ago, when i found some people in my country modify the String of Online Application Server to get a free internet access. So it came to me to make it more dynamic...

Actually, I got minimum knowledge about the Free Internet, I assume that it was a tunneling method... So, i will just Explain about few input and how it will take effects on the application.

In HandlerUI app we will find this input, I will expain it with examples (assume the application will make a connection to the server with this URL "http://forum.ucweb.com:80/subpath/index.html"):

* Front Query: Fquery@
-Result: 
http://Fquery@forum.ucweb.com:80/subpath/index.html
* Middle Query: @MQuery
-Result: 
http://forum.ucweb.com:80@MQuery/subpath/index.html
* Back Query: ?BackQuery
-Result: 
http://forum.ucweb.com:80/subpath/index.html?BackQuery
* Filter: *(http:\https
-Result: 
https://forum.ucweb.com:80/subpath/index.html
- Other ex: filter: *(forum\www)
-Result: 
http://www.ucweb.com:80/subpath/index.html

* Add Port to non-Port URL: 90
-Result: 
http://forum.ucweb.com:80/subpath/index.html (the url already contain port, so it will not change it)
-Other ex with url like this: 
http://www.ucweb.com/subpath/index.html
-Result: http://forum.ucweb.com:90/subpath/index.html

* Remove Port:  checked
-Result: 
http://forum.ucweb.com/subpath/index.html
* - Proxy Type: -http
   -Proxy Server: 
www.google.com
-Result: http://www.google.com/subpath/index.html
  Extra Header added: X-Online-Host: forum.ucweb.com

-Other ex:
   - Proxy Type: -host
   -Proxy Server: 
www.google.com
-Result: http://forum.ucweb.com/subpath/index.html
  Extra Header added: X-Online-Host: www.google.com


* -UserName:
   -Password:
-Result:  Extra Header added: Proxy-Authorization
(for Proxy login, if empty, the header will not be added)


NB: this will take effect only on communication between the app to the app Server.
Example on opera mini, if we input to open a sites than the url will not being modified, because the url only a part of the Communication Body...

No comments :

Post a Comment

Note: Only a member of this blog may post a comment.