Co5Up v1.0 (Resim upload scripti) - Php

<?php'yi neden yüklemen gerektiğini anlamadım zaten hostların çoğunu php tabanlı ben sana meselaöneriyim ve benim açtığım bi siteyi gösteriyim :)
http://turkpaylas.my10gb.com/img
?>
KURULUM:şimdi tüm dosyaları at ftpye sonra bi database oluştur ve config.php bunu düzenle kolay gelsin :):)
 
Evet anlatmak istediğim buydu.. Database oluşturmak.. Bunu yaptım.. Dosyaları upload ettim.. Peki şimdi napıcam , hala olmuyor? :)

NAsı yaptın şunu aytıntılı anlatır mısn? Senin kurduun ''Ücretsiz Host''tan aldım.. Onun üzerinden anlatır mısn bi zahmet :D
 
şimdi yapacagın şey ise ;
script in içindeki config.php dosyasını düzenlemek bu dosyayı bul ve bir düzenleme aracı ile ac ve database i açarken kullanmış olduğun bilgileri buradaki ilgili alanlara yaz mesela;

host : localhost
dname : açmış oldugun database adı
duname : açmış olduğun database kullanıcı adı
dpass : açmış oldugun database şifresi

bu bölümleri bu şekilde ayarla ve kayıt et eğer script in içerisinde .sql uzantılı bir dosya var ise bunu da phpmyadmin bölümünden sorgulat
hepsi bu ..
 
Saol dostum deniycem ama ''Config.php''de şunlar var;

PHP:
<?

$url = "http://www.zengo.net/image-host/Cosis"; 	
//your domain, eg "http://domain.com", "http://domain.com/hoster" no ending slash!

$who= "www.zengo.net"; 	
//your domain, eg "www.domain.com", no ending slash or http://!

$name = "Zengo"; 
// Your image host name


//File size etc
$ms = 1024000;  
//max image upload (KB) 1024000 = 1 MB


$tsize = "300";						
//thumbnails size (pixel)


$path = "images/";   					
//This is the path to where your images will be placed


$thumb = "thumbs/";					
//This is the path to where your thumbnails will be placed
?>
 
Geri
Üst