Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

MvCore MultiServers

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 8, 2017
Messages
5
Reaction score
0
Hi im using MvCore and i did setup 2 servers using milti database system buy they are in same hosting and i cant enter By separate links because he show me main Server default.. so im trying make a intro but i donk know how get 2nd server link i read the code but just i find this.


he show me this menu for switch servers but i need separated link as i said :/
9XvxaMi - MvCore MultiServers - RaGEZONE Forums


Code:
<?php
                                                    if($mvcore['multi_dbs_supp'] == 'on' && $mvcore['multi_dbs_app_t_sw'] == 'swsbl') {
                                                            echo '<tr align="center"><td><select name="database_load" class="mvcore-select-main" style="color:#000;width:230px !important;">';
                                                            $cmulti_dbs = explode(',',$mvcore['multi_dbs_names']);
                                                            $cmulti_dbs_titl = explode(',',$mvcore['multi_dbs_titlen']);
                                                            for($i=0;$i < count($cmulti_dbs);++$i) {
                                                                if($_SESSION['database_load']==$cmulti_dbs[$i]){ $opdsvgf[$i] = 'selected'; }else{ $opdsvgf[$i] = ''; };
                                                                echo '<option value="'.$cmulti_dbs[$i].'" '.$opdsvgf[$i].'>'.$cmulti_dbs_titl[$i].'</option>';
                                                            };
                                                            echo '</select></td></tr>';
                                                    }
                                                    ?>


i just wanna make a comunity intro with 1 link for each server.


really thanks for you help im trying this 12 hours but i cant :(

sorry if bad english
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top