im using the 5.99 internet tzone, but i cant check websites, and i cant go on google maps or anything! i hardly receive any bytes!
My setting are:
APN: wap.voicestream.com
i have made a proxy.pac.txt, file under Library and media. it is:
Then under system config i edited the .plist asfunction FindProxyForURL(url, host)
{
if (isInNet(myIpAddress(), "10.0.0.0", "255.0.0.0"))
return "PROXY 216.155.165.50:8080";
else
return "DIRECT";
}
i cant go to websites, its to slow, idk whats wrong someone help me!<dict>
<key>Interface</key>
<dict>
<key>DeviceName</key>
<string>ip1</string>
<key>Hardware</key>
<string>com.apple.CommCenter</string>
<key>Type</key>
<string>com.apple.CommCenter</string>
</dict>
<key>Proxies</key>
<dict>
<key>ProxyAutoConfigEnable</key>
<integer>1</integer>
<key>ProxyAutoConfigURLString</key>
<string>file:///private/var/root/proxy.pac</string>
</dict>
<key>com.apple.CommCenter</key>
<dict>
<key>AllowNetworkAccess</key>
<integer>1</integer>
<key>Available</key>
<integer>1</integer>
<key>Setup</key>
<dict>
<key>apn</key>
<string>gprs.qtel</string>
<key>password</key>
<string>gprs</string>
<key>username</key>
<string>gprs</string>
</dict>
<key>Version</key>
<integer>1</integer>
</dict>
</dict>



LinkBack URL
About LinkBacks








Reply With Quote

Bookmarks