Noah
Expert Member
- Joined
- Jan 21, 2008
- Messages
- 1,562
- Reaction score
- 24
It starts...
1. This ISP is ****
2. Oooh a new ISP that's fast
3. Spread the word
4. Goto 1
Every time
Last edited:
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
It starts...
1. This ISP is ****
2. Oooh a new ISP that's fast
3. Spread the word
4. Goto 1
Anybody else having slow speeds with fatpipe this morning. My speeds are about 10% of what they are normally.
Just tested. Im getting full line speed and its consistent. On an international download.
Vox is probably getting more customers with this special than they have ever attained over multiple years.
Hello
Just been off the phone with Vox regarding promo fat pipe.
I did ask them about P2P and answer was 24/7 throttled. All other protocols normal speed.
Also ask throttled speed cant answer me on this point.
Hello
Just been off the phone with Vox regarding promo fat pipe.
I did ask them about P2P and answer was 24/7 throttled. All other protocols normal speed.
Also ask throttled speed cant answer me on this point.
Finally managed to write a VBS script to change accounts at 5:55am everyday.
Perfect Automation did not work at all
Might need some re-work depending on your router.I would be interested in that script if you are willing to share....![]()
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "cmd"
WScript.Sleep 100
WshShell.AppActivate "C:\Windows\system32\cmd.exe"
WScript.Sleep 1000
WshShell.SendKeys "telnet 192.168.1.1~"
WScript.Sleep 1000
WshShell.SendKeys "admin~"
WScript.Sleep 1000
WshShell.SendKeys "admin~"
WScript.Sleep 2000
WshShell.SendKeys "wan set service pppoe_8_35_0_d --protocol pppoe --username addAusernameHere --password YourPassWordHere~"
WScript.Sleep 6000
WshShell.SendKeys "~"
WScript.Sleep 1000
WshShell.SendKeys "logout~"
WScript.Sleep 100
Set objWMI = GetObject("winmgmts:{impersonationLevel=impersonat e}")
Set objProcess = objWMI.InstancesOf("Win32_process")
For each Process in objProcess
If (instr(1,lcase(Process.name),lcase("telnet.exe")) > 0) then
Process.terminate 0
End If
Next
WshShell.SendKeys "exit~"
Might need some re-work depending on your router.
This works perfectly on a TP Link Router
When you have saved the script in a folder. Open Task Scheduler in Windows and add it on a Weekly schedule.
Lastly, double check that you have telnet enabled in Windows Features