1st of all... u need a broadband connection, and also u need to hav a NON-ROUTER modem.How to know if it's a router or not? YOU SHOULD KNOW WHAT U BEEN TOYING AROUND WITH.
next....do not whine about the file is no longer uploaded...here is a way...
below is a script(credit to megablue) made to do this wonderful thing.ALL u need to do is... open your NOTEPAD, Copy the whole codes below, and PASTE is inside ur notepad.
NEXT, go to FILE>SAVE AS : save it as ---> Connect.vbs
Dont ask me why, just do what i asked u to.
once done....disconnect ur internet connection...think of a way to go AFK(it might takes a very long time,good things come in small packages,okay?)
FAQ:-
Julie : WTF the screen pops in and out! im so confused!!
[Krovaxq] : that is exactly what the script is for...it will automatically connect/disconnect until u get 218 ip.
Maria : Hey...im so freakin' pissed! its been 3 hours, i cant get 218 still! Yet i dont know how to friggin turn it off!
[Krovaxq] : Well, press Ctrl+Alt+Delete(Windows task manager) and go to [Process] tab... then RIGHT CLICK wscript.exe application, END the process.Simple
Roshan : Hey...that thing suddenly stopped! does that means im on 218 ip already?
[Krovaxq] : Dude,chill..most of the time,yeah.But there is a glitch,that makes ur connection online,but in rare cases, u arent gettin 218...so what u do when u already hav the connection on and the connect.vbs stop spamming(means ure connected to 218) go to WWW.PORTFORWARD.COM and check ur IP address, if its 218,ure good to go...if its 219/60.xxx.xxx. ... u gotta disconnect again n open Connect.vbs again.Dont ask me why, it happened alot to me...n i dont whine but retry.
<<Always check ur ip address at portforward.com to ensure u get what u want>>
BELOW IS THE CODES U NEED TO PASTE AS BEEN TOLD...
----------------------------------------------------------------------------------------------
'Script to auto connect/disconnect until you get the ip within a range that specified by you.
TempFileName="c:ips.txt" 'Any temporary location
IPInString = "218.208" 'String to search for
IPNumber = "218." 'Beginning of IP to search for.
ConnectionName = "StreamyX" 'the name of your StreamyX connection
UserName = "STREAMYX ID@streamyx" 'replace with your NETWORK ID
Password = "mypassword" 'replace with your NETWORK PASSWORD
'---------------------------------------------------------------------
sFlag = 0
Const ForReading = 1, ForWriting = 2, ForAppending = 3
Set oFileSystem = CreateObject("Scripting.FileSystemObject")
Set oShell = CreateObject("WScript.Shell")
oShell.Run "%comspec% /c rasdial.exe " & ConnectionName & " /Disconnect"
Do While sFlag <> 1
oShell.Run "%comspec% /c rasdial.exe " & ConnectionName & " " & UserName & " " & Password,2,true
oShell.Run "%comspec% /c ipconfig.exe > " & TempFileName,2,true 'line 10
Set oFile = oFileSystem.OpenTextFile(TempFileName, ForReading)
'Search for IPs and check if in right domain
Do While oFile.AtEndOfStream <> True
sIPAddress = oFile.ReadLine 'Read line of temporary file
If Instr(sIPAddress,IPInString) <>0 then 'Find line start with IP Address
ColonPos = Instr(21,sIPAddress,":") 'Find position of colon
sIPAddress = Mid(sIPAddress,ColonPos+2) 'Extract IP portion
If Trim(Left(sIPAddress,Len(IPNumber))) = IPNumber then 'Check of right IP
sFlag = 1 'Found good IP so set flag
exit do
End If
End If
Loop 'Look for next IP
If sFlag = 0 then
oShell.Run "%comspec% /c rasdial.exe " & ConnectionName & " /Disconnect"
oShell.Run "ping.exe -n 3 127.0.0.1", 0, True
End If
Loop
If sFlag = 1 then 'Found good IP so process route table
oFile.Close
set oFile=nothing
'Delete temporary file.
oFileSystem.DeleteFile TempFileName,true
'Cleanup
set oTXTFile=nothing
set oFileSystem=nothing
set oShell = nothing
end if
---------------------------------------------------------------------------------------------
Copy from 'Script....blablabla..... until ....end if.
Paste in notepad and save as Connect.vbs
BEFORE you save.... change ur dialer to StreamyX (please stick to the default ladies...) change ur Streamyx ID as shown in the column, and ur PASSWORD...then u may save it and use it.
Im doing this because i dowan makan alone, i happy..let other ppl happy also.ok ma? Whoever is thanking me...thank megablue...im jz a messenger
I think this will help many people....enjoy 218 ~~
p/s : u may play around the IP to look for thingy, put in the number taht suits ur area

enjoy 218 ~ people ... FOR THE HORDE !!!!