A software programming enthusiast who loves coding and solving problems. Have been writing application programs since he was in 9th standard.
His focus is more on the architecture, design, testability & maintainability of the software system.
Has immense experience working with java, javascript and php.
Find me on LinkedIn.
Hello there,
I need to open multiple webpages through different IPs and Port Numbers. I have found your post here: http://stackoverflow.com/questions/5211887/how-to-use-curl-via-a-proxy
Can you please provide me the code to implement such.
Thanks.
LikeLike
$proxy=array();$url=array();$ch=array();
//Fill these arrays with proxy details and urls
for($i=0;$i<totalPagesToBeOpened;$i++){
$ch[i] = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_PROXY, $proxy);
$curl_scraped_page = curl_exec($ch);
curl_close($ch);
$ch[i]=curl_scraped_page ;
}
//All pages are now contained $ch array.
Hope it helps.
LikeLike
Hi All
I want to add background
music to my audio file using ffmpeg for windows operating system in php.
I am unable to find right command for this. For reference u can listen
song on http://www.pond5.com/stock-music/1548490/pulse-full-track.html website for refernce. Here the site name is audible after every 5 seconds and i want to do something like this.
For this, i have two audio files : stock.mp3(2 seconds) and
sun.mp3(3 minutes 24 seconds). I want to add stock.mp3 after every 5
seconds in sun.mp3 using ffmpeg like http://www.pond5.com/stock-music/1548490/pulse-full-track.html.
Please give me reference its very urgent for me.
Thanks in advance
LikeLike
Unfortunately, I haven’t tried something like interval recursive merging. But from quick googling it appears -itoffset shall do the job. If that doesn’t, then you have to create various files using SOX to pad necessary blanks and then merge those with the original using -i option
LikeLike
nitin bhaiya
This is shanu kosta from indore (akash kosta’s sister)
(you remember .. akash kosta…… katni,indore)
i m doing engineering II Sem (cse branch),from chameli devi group of institutions,indore
i want to become professional programmer.. and i need some guidance regarding this..
my brother was saying about you sometime back.. that you can guide me..
Actually he was praising.. about you that how you study and about how you are always ready to take challenges.. and solve problems..
Bhaiya .. i actually dont know.. what to study and from where should i start..
which languages should i study..
i believe in self study// so from where which language or other important subjects i can study.. that is what i wanna know from you..
i hope.. you will give some of your precios time to guide me.. about this..
Shanu Kosta
LikeLike