i want to run retro without EMU

ousos

New Member
Sep 13, 2020
13
0
hello , i want to run retro without EMU because i've uploaded it to webhosting please help
 

Shxrty

Shorty#1960
Mar 31, 2018
629
163
You cant host it without an emulator, Now you could host the website on webhosting and the emulator on a cheap 1GB VPS to host the emulator.
 

LouisJW

Active Member
May 20, 2020
139
53
You cant host it without an emulator, Now you could host the website on webhosting and the emulator on a cheap 1GB VPS to host the emulator.
More hassle than it's worth, I don't see the problem with just hosting both via a server there are some cheap deals that will get him by if money is a problem for him, if it isn't then just go for it, a lot less hassle this way & the reason being for that the uptime on free webhosting is far from guaranteed so it wouldn't make much sense to host a site one way and the EMU another way, there are many problems he could encounter.
 

ousos

New Member
Sep 13, 2020
13
0
In your client.php instead of putting your webhosting IP put the IP your emulator is being hosted on; and your emu config paste it here and ill edit it for you.
when i install my hotel i don't edit client.php and client.php does now contain any links ot IPs this is files that i'm editing on:
file name: class.config.php
file:
<?php
/* ♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛\
██╗ ██╗███████╗███████╗███████╗ ███████╗███████╗██████╗ ██╗ ██╗███████╗██████╗
╚██╗ ██╔╝██╔════╝╚══███╔╝╚══███╔╝ ██╔════╝██╔════╝██╔══██╗██║ ██║██╔════╝██╔══██╗
╚████╔╝ █████╗ ███╔╝ ███╔╝ ███████╗█████╗ ██████╔╝██║ ██║█████╗ ██████╔╝
╚██╔╝ ██╔══╝ ███╔╝ ███╔╝ ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██╔══╝ ██╔══██╗
██║ ███████╗███████╗███████╗ ███████║███████╗██║ ██║ ╚████╔╝ ███████╗██║ ██║
╚═╝ ╚══════╝╚══════╝╚══════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝
────────────────────────CMS de Uso Privado 2018 by Forbi───────────────────────────
\ ♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛*/



$config = array(
'DB_HOST' => 'localhost',/HOST/
'DB_PORT' => '3306', /PUERTO MYSQL/
'DB_USER' => 'root', /USUARIO DEL PHPMYADMIN/
'DB_PASSWORD' => '', /CONTRASEÑA DEL PHPMYADMIN/
'DB_DATABASE' => 'hlatino', /BASE DE DATOS/


//CONFIG PARA EL CREADOR
'PATH' => ' ',
'PATHC' => ' ',
'FILES' => ' ',
'AVATARIMAGE' => ' ', //game.boon.pw
'SWF' => ' ',
'SWFICON' => ' ',
'BADGEURL' => ' ',
'BADGEGROUPURL' => ' ',
'CDN' => ' ',
'PATHCLIENT' => ' ',
'HK' => ' ',
'MINRANK' => '11',
'MERANK' => '15',
'MAXRANK' => '16',
);

?>



and this is other file in EMU this is EMU config
## uberEmulator System Configuration File
## Must be edited for the server to work
## YezzServer by FORBI


## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=sp

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250

## Game TCP/IP Configuration
game.tcp.bindip=starpix.ga
game.tcp.port=30000
game.tcp.conlimit=100
game.tcp.conperip=10
game.tcp.enablenagles=true
game.tcp.proxyip=starpix.ga

## MUS TCP/IP Configuration
mus.tcp.bindip=starpix.ga
mus.tcp.port=30001
mus.tcp.allowedaddr=starpix.ga

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

# System License
hotel.name=Habrot

# Comando Premiar
Diamantespremiar=1
NiveltotalGames=200
CodEmblemaNivel=NV

#Otras
Prision=32

how i link that?
this is files that i'm edit when i install the retro in my device and it working will after that
 

Shxrty

Shorty#1960
Mar 31, 2018
629
163
First off; You cant do this on "localhost" on webhosting. You would need a domain. In your config.ini make these starpix.ga the ip thats on your VPS. There is something missing in your client.php or something as the ip has to connect somewhere. Now, i have heard of something Yezz before; which CMS is this.
 

LouisJW

Active Member
May 20, 2020
139
53
First off; You cant do this on "localhost" on webhosting. You would need a domain. In your config.ini make these starpix.ga the ip thats on your VPS. There is something missing in your client.php or something as the ip has to connect somewhere. Now, i have heard of something Yezz before; which CMS is this.

As @calensi said, you cant use localhost via webhosting. The whole point in localhost is to host it locally from your own machine rather than a server, so your computer is acting as the virtual machine. The only way to host public from your own pc is to port forward which I really don't recommend.
 

rhystagram

New Member
Dec 26, 2015
24
4
You can just host your website off a VPS... (or, host your website on one, the server on another).
Just change your DNS settings to your VPS IP, then use IIS.

Some webhosts don't allow remote MySQL connections anyway.
 

Users who are viewing this thread

Top