Search results

  1. W

    VirusTotal.com api implementation.

    Hi, If you implemented a feature for an option to use virustotal.com api https://www.virustotal.com/en-gb/documentation/public-api/ Whereby all new file uploads have the option to scan all new file uploads for viruses Using the virustotal.com api either via a plugin or as a standard feature...
  2. W

    Coding a new plugin.

    that's why I was thinking of just hacking the index.php code so that when it displays the upload url (E.G ${url}) it does all the magic there, that's why I need to know how the hell do I access that variable in php code? it's not a normal variable and thus all attempts of accessing it's contents...
  3. W

    Coding a new plugin.

    I'm trying to get yetishare to automatically e-mail the account holder's email address on file the download links of all new uploads. eg it will email yourself a receipt of all new uploads. what's the best way of trying to achieve this?
  4. W

    Coding a new plugin.

    Hi, I'm trying to develop a new plugin for Yetishare, I was wondering if anyone could tell me how I access the ${url} variables content from within php code for example I'm trying to access <a href="${url}" target="_blank">${url}</a> ${url} content from inline php E:G <a href="${url}"...