Thursday, April 16, 2009

Télécharger Ikusa Otome Suvia 03

Restrictions CCProxy

When given a network based on windows, most point configurations restrictions on the workstations, if not enter the control panel, if you block access to certain parts of the system do everything to prevent misuse of equipment, or damage. With integrated so strong that has the Internet and these days, we must also regulate how you navigate, often run into a proxy, it is easy to policies, defines the proxy hides the tab to avoid change and ready. But what if the browser becomes unusable? definitely only for the browser format is not an option, then we turn to free software, specifically firefox. But, oh problem! need to block the change of proxy data, as we do this? Actually it is not difficult and works perfectly. How is it done?

First we must know that we will restrict functions, we about: config then we look at the browser and there you will locate the filter bar using the function we want to block, for example, the homepage, homepage and we

function appear

Then, open a text file called eg mozilla.txt and begin the paragraph with two diagonals and restrictions will go down

/ / lockPref (network.proxy.type ", 0);
lockPref (browser.startup.homepage "," http://ccproxy.blogspot.com/ ");

Here we are placing a zero in the type of proxy to indicate that it is" no proxies ". It then sets the default page for your browser. All lines have to start with lockPref, so set the value and the editing block.

Once we set the desired settings, save the file and will need a program such as "byte-shifting" as this with a value in the shift by 13. Here we select the newly created text file and target file must be with termination. Cfg This. Cfg duty is in the same folder as firefox.exe

Now go to the following path: c: \\ program files \\ mozilla firefox \\ greprefs \\ here we all.js file open it and at the very end add the following code:

pref ("general.config.filename", "mozilla.cfg");

(where mozilla.cfg is the name of the file generated with the program of the type "byte-shifting")

save the changes and restart firefox and the result is something like this

Now, what are the values \u200b\u200bfor the configuration set and locked into a proxy? these should be so:

/ /
lockPref (network.proxy.http "" 10.2.50.1 ") (ip address of proxy)
lockPref (" network.proxy.http_port, 3128) (port that was connected)
lockPref (network.proxy.type ", 1) (type of proxy, 1 = manual)
lockPref (network.proxy.no_proxies_on", "localhost, 127.0.0.1 ") (address where proxy will be ignored)
lockPref (network.proxy.share_proxy_settings" true)
(the latter is for the same as "use the same proxy for all protocols")

I apply this configuration the day yesterday on two computers and works great, zero problems and everyone is happy. Thanks to master @ forever for their valuable support

Manuscript here and here