Jump to content
  • 0

[HELP] SMScoin.com


estaz

Question

Hello,

 

  I want to set up smscoin.com donate system with their l2donate engine, but im having some problems. Anyone, who has already worked with it or just wants to help, here is the error:

 

Secondary game server not exist!
Module: [transactions] not cunfigured/online for server: ( )

 

Here is my config.php

 

<?php
if (__FILE__==$_SERVER['SCRIPT_FILENAME']) {
die ("You can't access this file directly...");
}

define("DB_DRIVER", "mysql.class"); //
define("DB_PREFIX", "l2donate_"); //  prefix for donate tables

# Login to admin panel
# Double MD5 hash
define("AUTH_USER", "c3284d0f94606de1fd2af172aba15bf3"); // User: admin
define("AUTH_PASS", "c3284d0f94606de1fd2af172aba15bf3"); // Pass: admin

define("SCRIPT_NAME", "L2donate"); // Global script name

$SQL_CONFIG_PRIM = array(
'sql_layer' =>'mysql',
'sql_host' => '*********,
'sql_user' => '*******',
'sql_pass' => '********,
'sql_dbname' => 'l2universe',
'comment' => 'login server',
'sql_charset' => 'utf8',
);

// Не меняйте ничего ниже, если не уверены.
//------------------------------------------//
$CFG = array(
'skin' => 'default',
'language' => 'english',
'default_module' => 'transactions',
'active_modules' => 'balances,transactions,files,systems,options,mngchar,shop,ench,shoptrans,texts,tariffsall,servers,modmanager',
);

$CFG_CLIENT = array(
'skin' => 'default',
'language' => 'english',
'default_module' => 'sendmail',
'active_modules' => 'texts,systems,shoptrans,sendmail,sms,login,ench,shop,mngchar',
);

require_once('sql.class.php');

$db['prim'] = new sql($SQL_CONFIG_PRIM);

require_once('functions.php');
$SQL_CONFIG_SECOND = array();
$prim = connect_to_game_server();
?>

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...