Jump to content
virusz

[Batch] Get Hi5 Email

Recommended Posts

Posted

Salut,

Am vazut ca a postat asu la offtopic Hi5 Check facut de Kwe, m-am uitat cum lucra si am facut un script batch care face cam acelasi lucru, de fapt returneaza doar mailu' :D,

E bazat pe scriptul

http://ro-warez.net/hi5/

1. Scriptul batch se foloseste de wget pentru a downloada continutul, asa ca daca nu il aveti il gasiti aici:

http://pages.interlog.com/~tcharron/wgetwin.html

2. Scriptul:

@echo off
title HI5 Email - Based on Kwe script
set /p link=Ada Linku la profil:
wget -q -O COI "http://ro-warez.net/hi5/o.php?shit=update&l=%link%"
cls
@echo Waiting...
@echo --------------------------------------
for /F "tokens=* delims=" %%A in ('findstr "1 2 3 4 5 6 7 8 9 0" COI') do (
set coiu=%%A
)
wget -q -O infoz "http://ro-warez.net/hi5/hi.php?u=%coiu%&l=%link%"
For /F "tokens=3 delims=><" %%A in ('findstr "@" infoz') Do (
set mail=%%A
)
del COI
del infoz
@echo Mail: %mail%
@echo --------------------------------------
@echo.
pause>nul

Have Tulei

Posted

Nu stiu care ar fii baiul dar incearca prima data aici:

http://ro-warez.net/hi5/

daca nu gaseste acolo atunci nici scriptul meu nu o sa gaseasca, daca gaseste sus si nu gaseste scriptul atunci e clar ca e o problema la script, fa niste teste si posteaza aici rezultatul...daca ai chef :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...