For Firefox browsers go to:
<ul>
<li>Tools -> Options -> Advanced -> Network -> Connection Settings</li>
-<li>In the HTTP proxy box type the proxy name %h and port 3128.</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
</ul>
</div>
For Internet Explorer browsers go to:
<ul>
<li>Tools -> Internet Options -> Connection -> LAN Settings ->Proxy</li>
-<li>In the HTTP proxy box type the proxy name %h and port 3128.</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
</ul>
</div>
For Opera browsers go to:
<ul>
<li>Tools -> Preferences -> Advanced -> Network -> Proxy Servers</li>
-<li>In the HTTP proxy box type the proxy name %h and port 3128.</li>
+<li>In the HTTP proxy box type the proxy name %h and port %b.</li>
</ul>
</div>
#endif
p = "-";
break;
+
+ case 'b':
+ mb.Printf("%d", getMyPort());
+ break;
+
case 'B':
if (building_deny_info_url) break;
p = request ? ftpUrlWith2f(request) : "[no URL]";