Search results

  1. P

    Google Plus Community!

    nice traffic
  2. P

    Batch script for Utorrent For Create Folders

    Try this @Echo off :1 if exist "%userprofile%\abc\abc.torrent" ( echo The file is ready move "%userprofile%\abc\abc.torrent" "%userprofile%\abc2\abc.torrent" exit ) else ( timeout /t 27 goto :1 )
  3. P

    How to add google search in Website

    try this code <div class="widget"> <div class="textwidget"><form action="http://www.google.com" id="cse-search-box"> <div> <input name="cx" value="partner-pub-9086267384101202:8132844973" type="hidden"> <input name="ie" value="UTF-8" type="hidden"> <input name="q"...
Back
Top