Search results

  1. M

    My Free Script to get 70 High Pr Backlinks

    It pings all servers from $urls array trough http://pingomatic.com using curl functions.
  2. M

    My Free Script to get 70 High Pr Backlinks

    Free sever where script works: noads.biz With curl, and many php conf options
  3. M

    My Free Script to get 70 High Pr Backlinks

    Good solution to change PHP max_execution_time is add simple line into the code: <? set_time_limit(900); if($_POST) { $domains = explode("\n", $_POST[domains]); foreach($domains as $domain) { $domain = explode('|', $domain); $keyword = $domain[1]; $domain =...
Back
Top