Search results

  1. O

    bug "url upload" no add users file and don't check account

    bug "url upload" no add users file and don't check account premium or free have this picture user 1 gb limit but error get 500 mb limit
  2. O

    Upload files RSS feed

    <?php $host = "localhost"; $kadi = "dbuser"; $sifre ="dbpassword"; $db = "database_name"; mysql_connect ("$host", "$kadi", "$sifre") or die ("Bağlantıda Hata"); mysql_select_db ("$db") or die ("Veritabanina Baglanilamadi"); @header("Content-type: text/xml\n\n"); echo '<?xml...