Forum
Connectivity test
Created 28th January 2011 @ 12:56
Add A Reply Pages: 1
Hello
we have developed a little script that monitor the latency of your isp:
http://www.hiperz.com/connectivitytest.zip
Please could you open it and send us the file “tracerts.txt” that is generated by the script.
Thanks to all.
Last edited by lupvi,
virus
just post what to c&p to terminal
u know u can just open bat files in notepad
tracert 212.224.70.35 >> tracerts.txt 2>&1
echo.
echo Test 2/6
echo.
tracert 78.31.69.161 >> tracerts.txt 2>&1
echo.
echo Test 3/6
echo.
tracert 85.131.244.242 >> tracerts.txt 2>&1
echo.
echo Test 4/6
echo.
tracert 212.83.32.60 >> tracerts.txt 2>&1
echo.
echo Test 5/6
echo.
tracert 193.192.58.234 >> tracerts.txt 2>&1
echo.
echo Test 6/6
echo.
tracert 78.46.71.13 >> tracerts.txt 2>&1
Quoted from d1ck j0nes
virus
just post what to c&p to terminal
you are officially a retard.
oh wait, redirecting stderr to stdin is now a virus!
Quoted from octochris
[…]
you are officially a retard.
just a protip
Quoted from octochris
oh wait, redirecting stderr to stdin is now a virus!
ill redirect my penis into your mother
Quoted from d1ck j0nes
[…]
just a protip
[…]
ill redirect my penis into your mother
not if we do
cat > penis.sh << EOF
if [ -z "$PENISSIZE" ]; then
echo "$0 does not exist for entity /"$ENTITY/""
else
echo "get in my son"
penis > chrismum
fi
EOF
# sh penis.sh
penis does not exist for entity "d1ckj0nes"
Last edited by octochris,
Add A Reply Pages: 1