Şimdi Ara

PORTAL ve FORUM KURMA > Resimli Anlatım...Artık Sizde Forum Kurabileceksiniz (4. sayfa)

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
316
Cevap
8
Favori
159.617
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: önceki 23456
Sayfaya Git
Git
sonraki
Giriş
Mesaj
  • <?
    /**********************************************************************
    ** Copyright Info -http://www.mxprojects.com **
    ** No code or graphics can be re-sold or distributed under any **
    ** circumstances. By not complying you are breaking the copyright **
    ** of MX Projects which you agreed to upon purchase. **
    ** **
    ** Special thanks to Steve Webster andhttp://www.phpforflash.com **
    **********************************************************************/
    /******************************************************************
    ** This is the only file in which you need to change any **
    ** information and most of the time $dbHost does NOT need to be **
    ** changed. **
    ******************************************************************/

    $dbHost = "localhost";
    $dbUser = "{DBUSER}";
    $dbPass = "{DBPASS}";
    $dbName = "{DBNAME}";
    //$boardTitle is used for reply e-mails when a user gets a reply
    $boardTitle = "{BOARDTITLE}";
    //This is the address that the user will see when they get post replies
    $adminEmail = "$boardTitle Mailer<{ADMINEMAIL}>";
    //Directory where message board is installed MUST HAVE TRAILING "/"
    $installDirectory = "{INSTALLDIRECTORY}";
    //New user title
    $userTitle = "{NEWUSERTITLE}";
    //Absolute path. No trailing slash.
    $abpath = "{ABSOLUTEPATH}";
    //Admin recive e-mail if anything changes on a thread i.e. moving, sticky, delete
    $threadStatus = "{THREADSTATUS}";
    //amount of threads to display on each page deafult is 14
    $threadsPerPage = {THREADSPERPAGE};
    //amount of posts to display on each page deafult is 10
    $postsPerPage = {POSTSPERPAGE};
    //avatar file size. default is 7500 bytes.
    $avatarSize = {AVATARSIZE};
    //avatar width and height. default 80 pixels.
    $avatarWidth = {AVATARWIDTH};
    $avatarHeight = {AVATARHEIGHT};
    //file uploading size. default is 40000 bytes
    $uploadSize = {UPLOADSIZE};
    //upload height and width. default is 675 x 510 pixels
    $uploadHeight = {UPLOADHEIGHT};
    $uploadWidth = {UPLOADWIDTH};

    /*********************************************************
    ** Function: dbconnect() **
    ** Desc: Perform database server connection and **
    ** database selection operations **
    *********************************************************/
    function dbConnect() {
    // Access global variables
    global $dbHost;
    global $dbUser;
    global $dbPass;
    global $dbName;

    // Attempt to connect to database server
    $link = @mysql_connect($dbHost, $dbUser, $dbPass);

    // If connection failed...
    if (!$link) {
    // Inform Flash of error and quit
    print "<b>Couldn't connect to database server</b> <br>";
    fail("Couldn't connect to database server");
    }

    // Attempt to select our database. If failed...
    if (!@mysql_select_db($dbName)) {
    // Inform Flash of error and quit
    print "<b>Couldn't find database $dbName </b><br>";
    fail("Couldn't find database $dbName");
    }

    return $link;
    }
    ?>




  • bular yazıo hangisini değiştircem
  • yaw dediğini yaptım bu sefer setupdb.php açılmıo yazıoz yawww.kullanıcı.kayyo.com/setupdb.php die sunucu görüntülemio dio
  • quote:

    Orjinalden alıntı: michaelschumacher

    <?
    /**********************************************************************
    ** Copyright Info -http://www.mxprojects.com **
    ** No code or graphics can be re-sold or distributed under any **
    ** circumstances. By not complying you are breaking the copyright **
    ** of MX Projects which you agreed to upon purchase. **
    ** **
    ** Special thanks to Steve Webster andhttp://www.phpforflash.com **
    **********************************************************************/
    /******************************************************************
    ** This is the only file in which you need to change any **
    ** information and most of the time $dbHost does NOT need to be **
    ** changed. **
    ******************************************************************/

    $dbHost = "localhost";
    $dbUser = "{DBUSER}";
    $dbPass = "{DBPASS}";
    $dbName = "{DBNAME}";

    //$boardTitle is used for reply e-mails when a user gets a reply
    $boardTitle = "{BOARDTITLE}";
    //This is the address that the user will see when they get post replies
    $adminEmail = "$boardTitle Mailer<{ADMINEMAIL}>";
    //Directory where message board is installed MUST HAVE TRAILING "/"
    $installDirectory = "{INSTALLDIRECTORY}";
    //New user title
    $userTitle = "{NEWUSERTITLE}";
    //Absolute path. No trailing slash.
    $abpath = "{ABSOLUTEPATH}";
    //Admin recive e-mail if anything changes on a thread i.e. moving, sticky, delete
    $threadStatus = "{THREADSTATUS}";
    //amount of threads to display on each page deafult is 14
    $threadsPerPage = {THREADSPERPAGE};
    //amount of posts to display on each page deafult is 10
    $postsPerPage = {POSTSPERPAGE};
    //avatar file size. default is 7500 bytes.
    $avatarSize = {AVATARSIZE};
    //avatar width and height. default 80 pixels.
    $avatarWidth = {AVATARWIDTH};
    $avatarHeight = {AVATARHEIGHT};
    //file uploading size. default is 40000 bytes
    $uploadSize = {UPLOADSIZE};
    //upload height and width. default is 675 x 510 pixels
    $uploadHeight = {UPLOADHEIGHT};
    $uploadWidth = {UPLOADWIDTH};

    /*********************************************************
    ** Function: dbconnect() **
    ** Desc: Perform database server connection and **
    ** database selection operations **
    *********************************************************/
    function dbConnect() {
    // Access global variables
    global $dbHost;
    global $dbUser;
    global $dbPass;
    global $dbName;

    // Attempt to connect to database server
    $link = @mysql_connect($dbHost, $dbUser, $dbPass);

    // If connection failed...
    if (!$link) {
    // Inform Flash of error and quit
    print "<b>Couldn't connect to database server</b> <br>";
    fail("Couldn't connect to database server");
    }

    // Attempt to select our database. If failed...
    if (!@mysql_select_db($dbName)) {
    // Inform Flash of error and quit
    print "<b>Couldn't find database $dbName </b><br>";
    fail("Couldn't find database $dbName");
    }

    return $link;
    }
    ?>



    dediğpim yeri yaptıysan tamam yoksa bilemiyorum




  • $dbHost = "localhost";
    $dbUser = "{DBUSER}";
    $dbPass = "{DBPASS}"; <<<bu bölümümü değiştircem
    $dbName = "{DBNAME}";

    bu bölümü nie kırmızı gösterio

    global $dbHost;
    global $dbUser;
    global $dbPass; <<<<<<<<bu bölümümü değiştircem
    global $dbName;
  • yaw bunları dio setupdb de yani sadece db avatars and image in chmodlarınımı değiştircem

    **** Before you start make sure that db.php, the avatars directory and img directory are CHMOD 777. If it's not you will get errors when you try to go to Step 2. ****
  • yaw kardeş 2 de bir ne msj yazıon gereksiz forumu kirletion,,,gel msn e konuşalım yapıyım...alla allahhh..

    kırızı ile gösterdiğim yeri değiştirecen db.php den..sonra setupdb.php yi çalıştırıp kuracan bu kadar basit
  • msnd e soruom cvp vermion
    dediklerini yapıom zati
  • quote:

    Orjinalden alıntı: vahapayzet

    yaw kardeş 2 de bir ne msj yazıon gereksiz forumu kirletion,,,gel msn e konuşalım yapıyım...alla allahhh..

    kırızı ile gösterdiğim yeri değiştirecen db.php den..sonra setupdb.php yi çalıştırıp kuracan bu kadar basit

    Vahap sakin ol yardımcı ol arkadaşa kardeş msnde biraz yoğun vahap o yüzden sakin olun sabırlı olun hallolur herşey ya bide hep merak ediyorum bu kurulum çok basit yaw benm 1 dk mı bile sürmedi(ftp den hosta dosyaları atma hariç)
  • yaw ibrahim bildiğin gibi değil ya millete yardım edelim dedim hiç bir çıkar gözetmeksizin...adam banner koyacak bana soruyo , rütbe ayarlıyacak bana soruyo ya daha neler neler...ve bu aralar eskisi gibi full time internette değilim bi msn açınca arkadaşlara mı cevap veriyim pc de işlerimi mi yapıyım felan filan...

    neyse kardeş sen bana fp adresini şifreni kullanıcı adını felan bütün bilgilerini emaille yolla ben sana kurarım...ama sana şunu diyorum bu flash forum hiç ii değil ve kullanışlı değil...bilemiyorum yani...
  • yaw görüntüsü hoş geldi gzl e benzio ok ben sana veririm şifre kullanıcı adı
  • tmm dır? ama sadece görüntüsü güzel
  • meraba arkadaşlar

    benim sormak istediğim birşey var
    ben hazır forumlardan yapmak istyorum
    domain adresim var
    ama aldığım forumların adresi hep belli oluyor
    ben kendi siteme nasıl forum ekleyebilirim

    yukarda resimlerle anlattıklarınızı anlamadım
    çünkü orda sevgiforum.com un adresi yazıyor
    ama o sitede forumlarla ilgili birşey bulamadım

    yardımcı olursanız çok sevinirim
  • şimdi eğer kurulu bir siten varsa ftp de forum diye bir dosya aç ve içine hangi hazır forum u seçersen onun dosyalarını yükle (benim tavsiyem smf forum) ve kurulumu resimdeki gibi yap
  • teşekkürler

    sitemin şifresi henüz elime geçmedi
    yakında geçince takıldığım yerlerde yine dönicem size
    tşk
  • ya o kırmızı ile işaretlediğim yer install.php yi siliyor...yani forum kurulumu tamamlandıktan sonra güvenliğiniz nedeniyle install.php yi silmeniz gerekiyor...bunu sizde yapabilirsiniz ftp ye girersiniz silersiniz..oranın çıkıp çıkmaması önemli değil... eğer istersenwww.forumbey.com daki gibi temalar var bende renkli 6 tane,,,istiosan veriyim...
  • ya klardeş ya database kurulmadı ya da hostta sorun var ve yada sen yanlış yapıosun
  • şu anda spor salonundayım akşama doğru felan eve gidince atarım
  • http://rapidshare.com/files/7741088/Renkli_Defultlar.rar.html

    al :D 6 tane default tema var içinde...

    rar şifresi : forumbey.com
  • sen temayı mı upload ettin yoksa smf yi tekrardan mı kuruyorsun
  • 
Sayfa: önceki 23456
Sayfaya Git
Git
sonraki
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.