Street Mafias RolePlay - Forum

Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Pentru a va conecta pe server : 89.32.248.21:7777

Un click pe zi !

Status Server

Mini Banner Exchange

Iti place SM si vrei
sa il recomanzi si altora?
Afiseaza acest buton
pe site-ul tau:

SM-Zone , Your play Zone

Foloseste codul de mai jos
pentru a afisa butonul.


Multumim frumos.[Tutorial] Cum faci pagina web pentru Interlude 121svtk

SM Helper

Ultimele subiecte

» Nu mai recrutam
[Tutorial] Cum faci pagina web pentru Interlude EmptyJoi Iul 21, 2011 7:49 pm Scris de YnFEcT

» Test
[Tutorial] Cum faci pagina web pentru Interlude EmptyMar Oct 27, 2009 10:28 pm Scris de Owner

» Pt Admin
[Tutorial] Cum faci pagina web pentru Interlude EmptyMar Sept 08, 2009 4:55 pm Scris de Blade

» 1,2,...9,regele
[Tutorial] Cum faci pagina web pentru Interlude EmptyDum Aug 02, 2009 9:08 pm Scris de madalin

» o veste rea foarte rea
[Tutorial] Cum faci pagina web pentru Interlude EmptyDum Iul 05, 2009 10:37 pm Scris de DarkKess

» Lista Membrilor
[Tutorial] Cum faci pagina web pentru Interlude EmptyVin Iul 03, 2009 12:37 pm Scris de YnFEcT

» Sa Numaram Pana La 1.000
[Tutorial] Cum faci pagina web pentru Interlude EmptyLun Iun 29, 2009 8:19 am Scris de madalin

» Ce job o sa ai ?
[Tutorial] Cum faci pagina web pentru Interlude EmptyDum Iun 28, 2009 11:58 pm Scris de YnFEcT

» Ce masian o sa ai ?
[Tutorial] Cum faci pagina web pentru Interlude EmptyDum Iun 28, 2009 6:17 pm Scris de Shadow_Killer


    [Tutorial] Cum faci pagina web pentru Interlude

    Owner
    Owner
    ......::::::Street Owner::::::......
    ......::::::Street Owner::::::......


    Numarul mesajelor : 348
    Reputatie : 12
    Data de inscriere : 24/02/2009
    Localizare : Romania

    [Tutorial] Cum faci pagina web pentru Interlude Empty [Tutorial] Cum faci pagina web pentru Interlude

    Mesaj Scris de Owner Lun Mai 18, 2009 12:59 am

    In primul rand trebuie sa downloadam urmatoarele:


    [Tutorial] Cum faci pagina web pentru Interlude SageataAppServer

    AppServ
    AppServ


    [Tutorial] Cum faci pagina web pentru Interlude SageataWeb Site

    Web Site
    Web Site

    [Tutorial] Cum faci pagina web pentru Interlude SageataPasul 1: Dupa ce ati instalat
    AppServ bagati tot ce este in arhiva winrar in www din folderul cu AppServ
    !!!

    [Tutorial] Cum faci pagina web pentru Interlude SageataPasul
    2: Configurati site-ul :

    Cod:
    \www\configs\config.php
    Cod:
    //Game Database Config
    $user1          = "root";          //GameServer MySQL Database Login
    $pass1          = "parola";          //GameServer MySQL Database Password
    $data1        = "l2jdb";          //GameServer MySQL Database
    $host1          = "localhost";          //GameServer MySQL Host


    //Login Database Config
    $user2          = "root";          //LoginServer MySQL Database Login
    $pass2          = "parola";          //LoginServer MySQL Database Password
    $data2          = "l2jdb";          //LoginServer MySQL Database
    $host2          = "localhost";          //LoginServer MySQL Host

    /
    Cod:
    /Server IP and Port
    $log_ip      = "89.x.x.x";        //Set the IP of your Login Server
    $log_port      = "2106";        //Set the Port of your Login Server
    $gam_ip      = "89.x.x.x";        //Set the IP of your Game Server
    $gam_port      = "7777";        //Set the Port of your Game Server

    //mail config ( for register is mail_activ 1 )
    $smtphost      = "smtp.yourdomain.com";  //Set the SMTP host
    $smtplogin      = "noreply@yourdomain.com";  //Set the SMTP Login
    $smtppwd      = "parola";      //Set the SMTP Login Password
    $smtpmail      = "noreply@yourdomain.com";  //Set the E-Mail Adress who from the e-mails
    $smtpfrom      = "ServerNameOrYourName";  //Set your/or the Server name insert

    Cod:
    //General
    $error_in_script    = "0";            //Set to E_ALL when you search an error in script , Set 0 when its all Ok with the script

    http://level.php Config
    $offline_color      = "#FF0000";        //Color for Offline Status (NO)
    $online_color      = "#00FF00";        //Color for Online Status (YES)

    //clan Script Config
    $leader_color      = "#00FF00";        //Color who have the Clan Leader
    $member_color      = "#000000";        //Color who have the Clan Members

    /
    Cod:
    /Limits
    $wedding_limit      = "25";            //List max xxx Weddings ( wedding.php )
    $level_limit      = "100";        //List max xxx in Top Level ( level.php )
    $pvp_limit      = "100";        //List max xxx in PvP Top ( pvp.php )
    $p_on_limit      = "100";        //List max xxx in Player Online ( player_online.php )
    $pk_limit      = "10";            //List max xxx in Player Kill Top ( pk.php )
    $most_on_limit      = "10";            //List max xxx in Most Online Time ( most_online.php )
    $karma_limit      = "10";            //List max xxx in Karma Top ( karma.php )
    $jail_limit      = "10";            //List max xxx in who is in Jail ( jail.php )
    $clan_limit      = "10";            //List max xxx in Clan List ( clan_index.php )
    $rich_limit      = "10";            //List max xxx in Rich Top ( rich.php )

    Cod:
    //Register Mail Config
    $days        = "30";            //Delete Inactiv Accounts after x Days
    $max_accounts      = "1000";        //Maximum of Accounts
    $servername      = "MyL2Server";        //Set the Servername
    $url_to_activ      = "http://your-domain.com/register";//Set the URL to activ.php , without / at the end
    $mail_activ      = "0";            //Use 1 for use with e-mail activation, Use 0 for without e-mail activation
    $self_mail      = "0";            //Use 1 for activ check e-mail in db , use 0 for withot ckeck e-mail in db
    $mail_limit      = "0";            //How often allow the self e-mail for registartion, only works is mail_activ 1 and self_mail 1

    [Tutorial] Cum faci pagina web pentru Interlude SageataPasul 3: Pentru
    Alte editari Downloads / How to connect / etc.
    Cod:
    \www\donate.php
    Cod:
    \www\download.php
    Cod:
    Etc...

    [Tutorial] Cum faci pagina web pentru Interlude SageataPoze !

    [Tutorial] Cum faci pagina web pentru Interlude 284be5c16224ae2869a0bf90e22d81e1

      Data/ora curentă este: Sam Noi 09, 2024 12:14 am