Avatar Random [Altervista], by Gaara il Kazekage

« Older   Newer »
  Share  
view post Posted on 5/9/2011, 08:27     +1   -1


風影


Group:
Administrator
Posts:
10,034
Punti:
+5
Location:
Anime Shonen Forum =D

Status:


Ecco il Codice da salvare su file .txt
CODICE
<?php
$files = array();

$handle = opendir("avatars/");
while (false !== ($filename = readdir($handle)))
{
if($filename == "." || $filename == "..")
continue;

$ext = strtolower(substr($filename, -3));
if($ext != "gif" && $ext != "jpg" && $ext != "png")
continue;

$files[] = $filename;
}

$key = mt_rand(0, count($files) - 1);
$filename = $files[$key];

$ext = strtolower(substr($filename, -3));

header("Cache-Control: no-cache, must-revalidate");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header('Content-Disposition: inline; filename="'.$filename.'"');

switch($ext)
{
case "gif":
header('Content-type: image/gif');
break;

case "jpg":
header('Content-type: image/jpeg');
break;

case "png":
header('Content-type: image/png');
break;
}

readfile("avatars/".$filename);
?>



Video Guida:



Edited by Gaara il Kazekage - 5/9/2011, 12:34
 
Web Web Contacts Contacts  Top
view post Posted on 5/9/2011, 11:34     +1   -1


風影


Group:
Administrator
Posts:
10,034
Punti:
+5
Location:
Anime Shonen Forum =D

Status:


inserito video tut
 
Web Web Contacts Contacts  Top
filmont
view post Posted on 5/9/2011, 13:19     +1   -1




" il mitico alter vista"
 
Top
view post Posted on 5/9/2011, 21:26     +1   -1

Sennin

Group:
Member
Posts:
3,114
Punti:
0
Location:
Jesi(AN)

Status:


Non è più semplice questo sito? xD
 
Top
.Tsuna
view post Posted on 5/9/2011, 21:29     +1   -1




ma ti devi registrare DD:
 
Top
view post Posted on 5/9/2011, 21:30     +1   -1

Sennin

Group:
Member
Posts:
3,114
Punti:
0
Location:
Jesi(AN)

Status:


Pure su Altervista, lol.
 
Top
.Tsuna
view post Posted on 5/9/2011, 21:53     +1   -1




:fail: xD
 
Top
view post Posted on 6/9/2011, 08:59     +1   -1


風影


Group:
Administrator
Posts:
10,034
Punti:
+5
Location:
Anime Shonen Forum =D

Status:


CITAZIONE (Ale` @ 5/9/2011, 22:26) 
Non è più semplice questo sito? xD

no questo sito una volta che hai fatto l'avatar random o le immagini random ne puoi fare solo 1 ... ma con altervista quanto tene pare ... infatti io con altervista ciò 2 cartelle per avatar random la mia e quella di tsuna che se poi tsuna vuole fare una cartella sua su altervista per me va bene sarò sempre disponibile a fare altri avatar random ad altri utenti in oltre aggiungo che avatar kitos cià un limite di grandezza per gli avatar che carichi (hosti) mentre altervista no quindi ci puoi caricare anche uno sfondo, figo no ?
 
Web Web Contacts Contacts  Top
.Tsuna
view post Posted on 6/9/2011, 09:02     +1   -1




... io ho gia fatto la mia cartella :omg: xD
per non chiederti in continuazione di aggiungere immagini ^^
 
Top
view post Posted on 6/9/2011, 09:09     +1   -1


風影


Group:
Administrator
Posts:
10,034
Punti:
+5
Location:
Anime Shonen Forum =D

Status:


guarda io teli avrei messi xDD ieri non ti potevo rispondere perchè 1: cera mio fratello al pc 2: stavo studiando xDD infatti quando ho letto il mes tu eri off... vabbè allora elimino la cartella ?
 
Web Web Contacts Contacts  Top
.Tsuna
view post Posted on 6/9/2011, 09:14     +1   -1




sisi fai pure xD grazie comunque
 
Top
view post Posted on 6/9/2011, 09:38     +1   -1


風影


Group:
Administrator
Posts:
10,034
Punti:
+5
Location:
Anime Shonen Forum =D

Status:


ok
 
Web Web Contacts Contacts  Top
Tobz
view post Posted on 5/11/2011, 18:40     +1   -1




Ciao scusate ma io ho questo link
CODICE
http://questositoal.altervista.org/AvatarRandom/?=avatar.gif
, ma quando lo metto non mi fa visualizzare l'immagine.
Consigli? :u.u:

 
Top
view post Posted on 11/11/2011, 11:46     +1   -1
Avatar

Juubi

Group:
Member
Posts:
12,573
Punti:
0

Status:


Prova a rifare da capo e ad controllare di aver esegiuto tutti i passaggi
 
Top
13 replies since 5/9/2011, 08:27   246 views
  Share