Jump to content

haiishq

Members
  • Posts

    7
  • Joined

  • Last visited

haiishq's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. i agree, i really think it does not secure the program at all, and if its not hardware serial based or only single registeration of generated serial for the program such as online detection then on the first run any one can check for the changes in files and registy and replicate the changes into another computer, very easy to fool this concept what i have done in past it, have a keygen and a program, program will generate computer id and they will have to get back with you for the serial and that serial will only be used on that computer based on the computer id
  2. hey guys, i am struggling with this code i need to establish a cookie based connection to where i would like to set the cookie before i get the source so it is valid source could someone please see what i am doing wrong and help me out here thanks in advance #include "WinHttp.au3" _Source() Func _Source($In = "http://www.filesonic.com/file/897615481/Bibb...Final.part1.rar") Local $aUrl = _WinHttpCrackUrl($In) ; Post data: ; Initialize and get session handle Global $hOpen = _WinHttpOpen("Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5") ; Get connection handle Global $hConnect = _WinHttpConnect($hOpen, $aUrl[2]) ; Make a request Global $hRequest = _WinHttpOpenRequest($hConnect) ; Add header fields to the request _WinHttpAddRequestHeaders($hRequest, "Accept-Language: en-us,en;q=0.5") _WinHttpAddRequestHeaders($hRequest, "Content-Type: application/x-www-form-urlencoded") _WinHttpAddRequestHeaders($hRequest, "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7") _WinHttpAddRequestHeaders($hRequest, "Keep-Alive: 300") _WinHttpAddRequestHeaders($hRequest, "Connection: keep-alive") _WinHttpAddRequestHeaders($hRequest, "Cookie: PHPSESSID=SOMEVAKYEHERE;domain=.filesonic.com;path=/;expires=") $hRequest = _WinHttpOpenRequest($hConnect, -1, $aUrl[6] & $aUrl[7]) _WinHttpSendRequest($hRequest) _WinHttpReceiveResponse($hRequest) Local $Ret = _WinHttpReadData($hRequest) _WinHttpCloseHandle($hRequest) _WinHttpCloseHandle($hConnect) _WinHttpCloseHandle($hOpen) Return ($Ret) EndFunc ;==>_Source
  3. this UDF is great and virtually awesome no doubt about it but i was wonder is there a way to send an sms since yahoo messenger can also now send sms to at least usa users
  4. so this script will not work with gmail? if not then is there any script that works with gmail? all i want to do is to read my emails? thankx for replying
  5. well thankx for you help but i already have it figured it out thankx for respoding anyway
  6. i am a little confused! lets says if i want to use it with google, how would the setting would be? Account Name: "User@gmail.com" Account Server: "What Goes Here?" User Name: "User" Password: "Password"
  7. ok friends, i am working on a little project what i want to do is to get a generated play list from a music site. the site codes are written like this. (extracted version & html file has been attached) <head> <script language="javascript" type="text/javascript"> <!-- var win=null; var disabled={}; function play() { window.open("http://player5.pz10.com/player/","player","'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=470,height=350") } // --> </head> <body> <form onsubmit=play() name=f1 target=player method=post action="http://player5.pz10.com/player/"> <p align=right class=albumtxt><p align="right" class="p_txt1 p_1">Track Listing<hr color="#C0C0C0" size="1"><img src="http://i.pz10.com//music/play.gif" width="150" heigth="35"><br><span class="p_txt1 p_1"><input type=checkbox value=194254 name=pick[]> 1.<b>Janaab <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194254')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b> <a class="p_txt1 p_2" href="http://lyrics.pz10.com/listlyrics.php?track=1063">Lyrics</a><br><span class="p_txt1 p_1"><input type=checkbox value=194255 name=pick[]> 2.<b>Wrong Number <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194255')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194256 name=pick[]> 3.<b>BilloTere Nakhre <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194256')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194257 name=pick[]> 4.<b>Serious <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194257')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194258 name=pick[]> 5.<b>Mittae Ganeh <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194258')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194259 name=pick[]> 6.<b>Ek Kuri <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194259')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194260 name=pick[]> 7.<b>Aashiq Dig Dig <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194260')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194261 name=pick[]> 8.<b>Mirza Boliyan <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194261')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194262 name=pick[]> 9.<b>Ni Amiye <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194262')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194263 name=pick[]> 10.<b>Pounda Naal <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194263')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194264 name=pick[]> 11.<b>Yaar Laoni <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194264')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><span class="p_txt1 p_1"><input type=checkbox value=194265 name=pick[]> 12.<b>Billo Tere Nakhre (Tigerstyle Remix) <input style="font-family: Verdana; font-size: 7pt; color: #CC0000; width: 78; height: 20; border: 1px solid #FFFFFF; background-color: #FFFFFF" type=button value="+ My Playlist" onclick="java script:popUp('http://music.pz10.com/myplaylist/add.php?songid=194265')"> <b><a class="p_txt1 p_2" href="http://music.pz10.com/signup.php"><!--Download--></a></b><br><input type=checkbox name=abx value=Check All onclick=cka('f1','pick[]','abx');> Select All the Above Songs</span><hr color="#C0C0C0" size="1"> <input type=radio value=iexplore name=browser checked> Internet Explorer <input type=radio value=mfirefox name=browser> Mozilla <input type=radio value=standalone name=browser> Standalone <input type=hidden name=typeid value=7 > <input type=hidden name=albumname value="Janaab" > <input type=hidden name=albumid1 value="9675" > <input type=hidden name=singername value="Northern Nights" > <input type=hidden name=tracks value="12" > <input type=hidden name=rating value="8.7500" > <input type=hidden name=typename value="UK Punjabi" > <br><br> <input type=Submit value="Play Selected Songs" name=submit style="font-family: Verdana; font-size: 9pt; "> </form> and this is what i have so far #include <HTTP.au3> #cs browser=standalone typeid=7 albumname=Janaab albumid1=9675 singername=Northern Nights tracks=12 rating=8.7500 typename=UK Punjabi #ce Call('GetPlayList') Func GetPlayList() $soc = _HTTPConnect ("player5.pz10.com") $data = "browser=standalone" & "&typeid=7" & "&albumname=Janaab" & "&albumid1=9675" & "&singername=Northern Nights" & "&tracks=12" & "&rating=8.7500" & "&typename=UK Punjabi" $data = "Name=Browser" _HTTPPost ("www.player5.pz10.com", "/player/index.php", $soc, $data) $recv = _HTTPRead ($soc, 1) QuickOutput("Response.html", $recv, 2) If Not @error Then $return = 1 MsgBox('', '', "Sent") Else $return = 0 MsgBox('', '', "Not Sent") EndIf _HTTPClose ($soc) Return $return EndFunc ;==>GetPlayList Func QuickOutput($Filename, $Output, $Mode) Local $File = FileOpen($Filename, $Mode) FileWriteLine($File, $Output) FileClose($File) EndFunc ;==>QuickOutput
×
×
  • Create New...