Exploitation de jeux : cheat / hack / bot / exploit, Emulation de serveurs privés, Maps, Mods de jeux sur Counter strike, Aion, WoW, Dofus, battlefield, metin 2, s4 league, Minecraft, Swtor
Fichiers : 6 091
Téléchargements : 305 915
Membres : 110 875
En ligne : 195, 31
Bienvenue sur Over Game,
Me connecter à mon compte

Pas encore inscrit ? Rejoins vite la communauté Over Game

J'ai oublier mon mot de passe?
Derniers messages Mon profil Groupes Albums Messages du jour Liste des membres Zone Premium (Accès Élite) Connexion Rejoindre Over-Game
Payer pour être Premium
(Accès Elite et bien plus encore)
Affiche les résultats de 1 à 8 sur 8
  1. #1
    Avatar de abdelah Over Membre
    Messages
    27
    Téléchargements
    5
    Uploads
    0
    Notes
    0
    Inscrit
    February 2012
    Points
    116
    0
    0

    Par défaut [Tutoriel] Install InfiniteCMs By Nami

    Bonjour/Bonsoir

    Sur ce tutoriel je veut Explique Comment Install InfinitCMS

    I - Telechargement :
    II - Install infinitCMS :

    I - Telechargement :

    [Uniquement les membres inscrits peuvent voir les liens Cliquez-ici pour vous inscrire]

    II - Install infinitCMS
    Toute D'abod Suprime .htaccess Si tu le suprime pas le site marche pas
    D'abord Aller sur Navica lit Pui Ancestra_other Est fait Execute Batchs full lib\models\other\sql Est clique sur Infinite CMS Patch Voila maintenent il faut Configiruation ton config
    Code PHP:
    <?php
    //If you want to install the CMS all by yourself, uncomment this line :
    //Si vous voulez installer le CMS par vous-même, décommentez la ligne suivante :
    #define('INSTALL', true);
    return array(
    # BASICS
    #At each installation, you'll edit this part
    #Pour chaque installation, vous devrez modifier cette partie
        //Informations on the owner
        //Informations sur les possesseurs du serveurs
        
    'SERVER_NAME' => 'Nom de ton serveur',
        
    'SERVER_EMAIL' => 'Adress Email',
        
    //you can delete the key below if your server has not corporation
        // (by adding a sharp before the line, #'SERVER_CORP' => ...)
        //vous pouvez supprimer cette entrée si votre serveur n'appartient pas à une entreprise
        // (en ajoutant un dièse avant la ligne, #'SERVER_CORP' => ...)
        
    'SERVER_CORP' => 'MyServerCorporation',

        
    //Title of a page. Vars you can use : {title} (the default title, as "Index")
        // {server.name}, {server.corp}
        //Titre de la page. Variables utilisables : {title} (titre normal, comme "Index")
        // {server.name}, {server.corp}
        
    'TITLE' => '{page} &bull; {server.name}',


        
    //Is the shop enabled ?
        //La boutique est-elle activée ?
        
    'ENABLE_SHOP' => true,
        
    //Points given per vote
        //Points donnés pour un vote
        
    'POINTS_VOTE' => 1,
        
    //Points given for one pass
        //Points donnés pour un pass
        
    'POINTS_CREDIT' => 100,
        
    //Points given for a vote from a VIP
        //Points donnés pour un vote PAR UN VIP
        
    'POINTS_VOTE_VIP' => 4,
        
    //Points given for one pass from a VIP
        //Points donnés pour un pass PAR UN VIP
        
    'POINTS_CREDIT_VIP' => 140,
        
    //Points to become VIP. To disable VIP mode, set to 0
        //Points à payer pour être VIP. Pour désactiver le mode VIP, mettez 0
        
    'COST_VIP' => 5,

        
    //Used for "server online?"
        //Utilisé pour "serveur en ligne ?"
        
    'IP_SERV' => 'localhost',
        
    'PORT_SERV' => Port de serveur Exemple 444,

        
    //Downloads link (Misc/join)
        //Liens de téléchargement (Misc/join)
        
    'DOWNLOAD' => array(
            
    //URL for download 1.29.1 client
            //Adresse pour télécharger le client 1.29.1
            
    'CLIENT' => 'http://www.megaupload.com/?d=DBKDLYTD',
            
    //URL of the launcher (32 bits)
            //Adresse pour télécharger le launcher (32 bits)
            
    'LAUNCHER.32' => './client/launcher_setup.exe',
            
    //URL of the launcher (64 bits)
            //Adresse pour télécharger le launcher (64 bits)
            
    'LAUNCHER.64' => './client/launcher_setup.exe',
            
    //URL of the config file
            //Adresse du fichier de configuration
            
    'CONFIG' => './config.xml',
        ),

        
    //Your RPG Paradize ID (don't put http://rpg-paradize.com/...)
        // IF YOU WANT TO DISABLE VOTE, PUT -1 !
        //Votre ID RPG Paradize (ne mettez pas http://rpg-paradize.com/...)
        // SI VOUS VOULEZ DÉSACTIVER LE VOTE, METTEZ -1 !
        
    'URL_VOTE' => -1,

        
    //URL of board (if it's an external url, the url _MUST_ begin with http://)
        // (if you don't have a board, put # before the line: #'BOARD_URL' => ...)
        //Adresse du forum (si c'est une adresse externe, elle _DOIT_ commencer avec http://)
        // (si vous n'avez pas de forum, ajoutez # au début de la ligne : #'BOARD_URL' => ...)
        
    'BOARD_URL' => './forum/',

    # DB CONFIGURATION
    #You won't modify that unless you did some "tricks" to your DB.
    #Vous ne devriez pas avoir à modifier ça, sauf si vous avez touché à votre DB
        //TYPE of DB Server (as mysql, mssql)
        //TYPE du serveur BDD (comme mysql/mssql ... J'ai crée ce CMS de manière
        // à ce que ce paramètre n'ai pas de répercussion)
        
    'DB_TYPE' => 'mysql',
        
    //HOST of DB Server
        //Hébergeur du serveur BDD
        
    'DB_HOST' => 'localhost',
        
    //User of DB Server
        //Utilisateur pour la base de donn&eacute;es
        
    'DB_USER' => 'root',
        
    //Password of the user of the DB Server
        //Mot de passe pour se connecter à l'utilisateur dans la base de données
        
    'DB_PSWD' => '',
        
    //Database name static
        //Nom de la base de données statique
        
    'DB_STATIC' => 'ancestra_static',
        
    //Database name other
        //Nom de la base de données other
        
    'DB_OTHER' => 'ancestra_other',

    # PASS CONFIGURATION
    #You must edit that if the shop is enabled
    #Vous devez modifier ça si la boutique est activée
        
    'PASS' => array(
            
    //Is the pass enabled ?
            //Le système de créditage est-il actif ?
            
    'ENABLE' => true,

            
    //different possible type: webo, star (case sensitive)
            //IT MUST BE FORMATTED THIS WAY : (without sharp (#) at the line start)
    #        'TYPE' => 'star',
            //différent types possibles: webo, star (sensible à la casse !)
            // LE FORMAT DOIT ÊTRE LE SUIVANT : (sans dièse (#) au début de la ligne)
    #        'TYPE' => 'star / webo',
            
    'TYPE' => 'star / webo',

            
    //If it's webopass ('webo' in type)
            //Si c'est webopass ('webo' dans type)
            
    'CC' => 'ID Webopass CC',
            
    'DOCUMENT' => 'ID Webopass document',

            
    //If it's starpass ('star' in type)
            //Si c'est starpass ('star' dans type)
            
    'IDD' => 0,

            
    //Else: not implemented yet
            //Sinon: pas encore disponible
        
    ),

    # TEAMSPEAK
    //Okay I'm gonna remove that, TS sucks x(
        
    'TEAMSPEAK' => array(
            
    //Is the TS server is opened?
            //Le serveur TS est-il ouvert ?
            
    'ENABLE' => false,
            
    //TS server address
            //Adresse du serveur TS
            
    'SERVER' => 'mon serveur',
            
    //Port of the TS Server
            //Port du serveur TS
            
    'PORT' => 'mon port',
            
    //Password, comment this line if your TS serv don't need a pass
            // (by adding a sharp before the line, #'pass' => ...)
            //Mot de passe, commentez cette ligne si votre serveur TS n'en a pas
            // (en ajoutant un dièse avant la ligne, #'pass' => ...)
            
    'PASS' => 'mon mot de passe',
        ),

    # SETTINGS
    #Configuration basics
    #Configuration basique
        //Registration enabled ?
        //Inscription activée ?
        
    'ENABLE_REG' => true,
        
    //Allow multi-account ?
        //Autoriser le multi-compte ?
        
    'ALLOW_MULTI' => true,

        
    //YES IT IS "PER", fu-
        //Number of bugs by pages on the BugTracker
        //Nombre de bugs à montrer par page sur le bugTracker
    #    'BUGS_BY_PAGE' => 30, //commented: not finished functionnality | commenté: fonctionnalité non terminée
        //Number of articles by pages on the index
        //Nombre d'articles à montrer par page sur l'index
        
    'ARTICLES_BY_PAGE' => 3,
        
    //Number of rate by page in the GuestBook.
        // To disable the GuestBook, put -1
        //Nombre de commentaires par page dans le Livre d'Or
        // Pour désactiver le livre d'or, mettez -1
        
    'RATES_BY_PAGE' => 5,
        
    //Number of Private Messages by page to show (in private message index)
        //Nombre de messages privés à montrer (dans la boîte de réception)
        
    'PM_BY_PAGE' => 10,
        
    //Number of Private Message Answers by page to show (in private message view)
        //Nombre de messages aux messages privés à montrer (dans la vue d'un message privé)
        
    'PMA_BY_PAGE' => 3,
        
    //Number of items to show by line
        //Nombre d'objets par ligne dans la boutique
        
    'ITEMS_BY_LINE' => 2,
        
    //Number of lines by page on shop
        //Nombre de lignes d'objets par page dans la boutique
        
    'ITEM_LINES_BY_PAGE' => 2,
        
    //Number of screenshots by page
        //Nombre de captures d'écran par page
        
    'SCREENSHOTS_BY_PAGE' => 3,
        
    //Number of character by page on ladder
        //Nombre de personnages par page dans les ladders
        
    'LADDER_LIMIT' => 10,
        
    //Show admins on ladder ?
        //Afficher les admins sur le ladder ?
        
    'LADDER_ADMIN' => true,

        
    //STATS: Show (or not) "Accounts created", "Characters created" and "accounts logged on"
        // It costs 3 SQL Queries (1h cache). It enables also the Misc/stats page (showing all stats, 6h cache)
        //STATS: Montrer (ou pas) "Comptes créés", "Personnages créés" et "Comptes connectés"
        // Cela coûte 3 requêtes SQL, il y a un cache d'une heure. Cela active aussi la page Misc/stats (toutes les stats, cache de 6h)
        
    'STATS' => true,

        
    //Time between 2 refresh of : server state / next PM notif
        // (this is triggered when you stay on the same page) (in seconds)
        //Temps entre 2 rafraichissiments de : l'état du serveur / vérification des nouveaux messages privés
        // (ceci est lancé quand vous restez sur la même page) (en secondes)
        
    'REFRESH_TIME' => 30,

        
    //Is the server actually in maintenance ?
        //Est-ce que le serveur est en maintenance ?
        // true / false
        
    'MAINTENANCE' => false,

    # ADVANCED CONFIG
        //default lang
        //langue de base
        
    'LANG_DEFAULT' => 'fr',
        
    //Langs to load (if commented, the CMS will only load :LANG_DEFAULT)
        // to uncomment, remove the sharp at the beginning of the line
        //Langues à charger (si commenté, la seule langue chargée sera celle d'use_lang)
        // Pour décommenter, enlever le dièse avant la ligne
        //!\Format/!\: 'langs' => array( '1', '2', '3', '4', '5' ),
    #    'LANGS' => array( 'fr', 'en' ),

        //Template to use (default => 'default')
        //Thème à utiliser (par défaut => 'default')
        
    'TEMPLATE' => 'default',


        
    //Use rewrite_mod ? (/News/show/[id] instead of ?controller=news&action=show&id=[id])
        // If you get a 404 (not found) error with true, put this instead (or change your host).
        //Utiliser la réecriture d'adresse ? (/News/show/[id] à la place de
        //  ?controller=news&action=show&id=[id])
        // Si vous avez une erreur 404 (not found) avec true, passez à false (ou changez d'hébergeur).
        
    'REWRITE' => true,

        
    //Type of AJaX-Load (no-refresh)
        //Type de chargement AJaX (pas de rechargement)
        /*
         * LOAD_NOTHING => nothing
         *            rien
         * LOAD_CONTENT => page content changed with loading message
         *            contenu de la page remplacé avec le message de chargement
         * LOAD_MDIALOG => modal dialog box with loading message
         *            Fenêtre avec le message de chargement
         * LOAD_NONE    => no AJaX (by default if JAVASCRIPT => false)
         *            désactive l'AJaX (par défaut si JAVASCRIPT => false)
         */
        
    'LOAD_TYPE' => LOAD_MDIALOG,

        
    //Enable the JavaScript (widgets: modal box, accordeon, AJaX, Edit In Place, ...), it forces LOAD_TYPE to be NONE
        //Activer le JavaScript (modules: boîte de dialogues, accordeon, AJaX, édition rapide, ...) force LOAD_TYPE à NONE
        
    'JAVASCRIPT' => true,
    );
    Voila ton Site est pret

  2. #2
     n'a pas d'avatar Over Membre
    Messages
    1
    Téléchargements
    1
    Uploads
    0
    Notes
    0
    Inscrit
    March 2012
    0
    0

    Par défaut

    Bonjour, j'aurais juste une question, comment le mettre en ligne mais qu'il soit toujours relié à ma BDD navicat? Car là je l'ai mis sur wamp et seul moi peut le voir, sauf si j'utilise hamachi, mais j'ai pas envie ^^

  3. #3
    Avatar de angelolo1 Over Membre
    Messages
    10
    Téléchargements
    2
    Uploads
    0
    Notes
    0
    Inscrit
    June 2011
    Points
    5
    0
    0

    Par défaut

    Bonjour j'ai un petit probléme, Parse error: parse error, expecting `')'' in C:\wamp\www\config.php on line 21. Pouvez vous m'aider ? Merci d'avance.
    Dernière édition par angelolo1; 27/03/2012 à 21h04

  4. #4
    Avatar de hugofrion Over Membre
    Messages
    18
    Téléchargements
    20
    Uploads
    0
    Notes
    0
    Inscrit
    May 2012
    Points
    36
    0
    0

    Par défaut

    Tu aurais pu mettre un screen! Mais Merci tout de même!!.D

    TUTO = hugofrion
    Logiciel = hugofrion
    Site = hugofrion
    Play With Virtual
    http://over-game.eu/image.php?type=sigpic&userid=75532&dateline=134222  6604

  5. #5
     n'a pas d'avatar Over Membre
    Messages
    1
    Téléchargements
    0
    Uploads
    0
    Notes
    0
    Inscrit
    September 2012
    Lieu
    Chez moi
    0
    0

    Par défaut

    bonjour =) . ton lien de téléchargement est mort , peut tu en mettre un autre s'il te plait ? merci =) .

    Cordialement.

    Bossdu33460

  6. #6
     n'a pas d'avatar Over Membre
    Messages
    1
    Téléchargements
    0
    Uploads
    0
    Notes
    0
    Inscrit
    October 2012
    0
    0

    Par défaut

    Oui lien mort :/

  7. #7
     n'a pas d'avatar Over Membre
    Messages
    1
    Téléchargements
    0
    Uploads
    0
    Notes
    0
    Inscrit
    November 2012
    Lieu
    Kyrgyzstan
    0
    0

    Par défaut Sexy Costume and Sexy Christmas Costume

    To buy sexy lingerie online can be as easy as wearing them. When you visit the site click on the image of the lingerie you have picked. Then details will follow on how to go about buying the lingerie. For shipping and returns your special specifications as to how the items should be packed is most welcome. Fuscia will always give consideration to customers requirements and needs. If you want them gift wrapped it can be done and this can be considered a bonus. The delivery is free of charge.

    [Uniquement les membres inscrits peuvent voir les liens Cliquez-ici pour vous inscrire]
    [Uniquement les membres inscrits peuvent voir les liens Cliquez-ici pour vous inscrire]
    [Uniquement les membres inscrits peuvent voir les liens Cliquez-ici pour vous inscrire]
    [Uniquement les membres inscrits peuvent voir les liens Cliquez-ici pour vous inscrire]

  8. #8
     n'a pas d'avatar Over Membre
    Messages
    1
    Téléchargements
    0
    Uploads
    0
    Notes
    0
    Inscrit
    January 2013
    Lieu
    Cape Verde
    0
    0

    Par défaut Cheap VPS - Major Advantages and Disadvantages

    Cheap VPS or virtual private server is the ultimate solution to costly maintenance web servers. In fact, virtual private server is more advanced than shared hosting & is more like dedicated server, but to emphasize, at a much lower cost. The low cost of virtual private server is the significant difference between shared web-site hosting and dedicated server. A slightly advanced than shared website hosting and has the features of a dedicated server, but it is way cheaper than a dedicated server. The financial advantage of using virtual private server is not the only advantage it could give to its customers or users. Explained below are the additional advantages and disadvantages of using cheap virtual private servers.

    Advantages of Cheap VPS:
    The first thing that you could get from your individual virtual private server is the root access to your server. It means that you can have access to the root level of the hosting server. Thus, you have the ability to put in & configure any programs you require. Additionally, you can also host a limitless number of net sites through Apache's virtual hosts & manage them efficiently. Not only this, but you can also host other services, such as a mail server, an FTP server, or any type of server you want. You may even use VPS for file storage or as a backup for all of your files. Since VPS is isolated from other sites present on the physical server, it is secured that no harmful script or application used by other webmaster, that can harm your website.

    Disadvantages of Cheap VPS:
    There are definite disadvantages in using cheap VPS or virtual private servers. For, you cannot get managed servers. This means that in case you have no idea how to set up & configure your own VPS, it is a huge disadvantage. This disadvantage leads us to get another disadvantage, that is, you are solely responsible of all the installation, maintenance, security measures and updates on your VPS. Thus, in the event you do not possess the high-proficiency in using the VPS to control the working of the net site, the applications used, & the server resources skillfully, you will have a major issue & your VPS becomes unmanageable. Additionally, cheap VPS hosting designs might give you a whole operating process of your own to work with, you still share hardware resources with other VPS users on the host server. Therefore, in the event you are jogging intensive programs that need high performance, you may need to make use of other technique of website hosting, such as co-location or a dedicated server.

    Remember, the great features & capabilities of the dedicated server are available for pricey fees to you. So if your web-site does not need high finish performance, cheap VPS are ideal for you. They are economical, efficient and offer excellent benefits for your website. Therefore, cheap VPS or virtual private servers can be reliable, but since it on a budget plan, do not expect as much as you would from expensive VPS plans.

Tags pour ce sujet

Règles des messages

  • Vous ne pouvez pas créer de sujets
  • Vous ne pouvez pas répondre aux sujets
  • Vous ne pouvez pas importer de fichiers joints
  • Vous ne pouvez pas modifier vos messages
  •  
Haut de page Thème Mobile Sitemap Mentions Légales
S'inscrire