Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Counter & Mail

Contatore che permette al webmaster di ricevere un report giornaliero delle visite via mail.




<?php
$counter_file = "/path/to/your/dir/to/yourfile.txt";
function counter($counter_file) {
    $aprif = fopen($counter_file,"r+");
    $hits = fgets($aprif, 16);
    $hits += 1;
    rewind($aprif);
    fputs($aprif,$hits);
    fputs($aprif,"\n");
    fclose($aprif);
    $address = "your@email.here";
    $name_website = "name of your website";
    $date_start= "31/12/1999";
    $hit_check = bcdiv($hits, 10, 5);
    if (ereg("[0-9]+\.[0]+$", $hit_check)) {
        mail($address, "Log hits from $name_website", "Number of hits from $date_start: $hits");
        print "$hits \n";
    } else {
        print "$hits \n";
    }
}
counter($counter_file);
?>


Scarica il Codice...


Stampa la pagina


 








Inizio pagina

risorse per webmaster

php

php

php, mail, database, banner
php, banner,

Vai nel sito Morpheusweb.it - Risorse per Webmaster troverai quello che stai cercando
php, banner,
Nel nostro sito molte informazioni: "Morpheusweb.it - Risorse per Webmaster" tratta di php, script, forms, mail, database
click here se non sei reindirizzato automaticamente al nostro sito.

php, script, banner, mail, database, , ,