Jump to content
  • 0

Install flux Cp on Webhosting


rickyariadi07

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  06/02/14
  • Last Seen:  

Dear all,

 

i really sorry for this newbie topic.

 

i need some information how to install or create ragnarok website control panel on webhosting.

 

first thing that should i tell:

 

1. i have rent VPS different place with hosting

2. Webhosting and domain have different IP address with vps

 

so i need to know what should i do first,

 

1. where is my phpmyadmin installed? vps or webhosting?

2. how to make my website link with vps

3. how to install phpmyadmin

 

ok, for a while i just wanna ask that

 

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   13
  • Joined:  01/07/12
  • Last Seen:  

1. PhpMyAdmin is installed on your webhosting.
 
2. You'll need to set up some configuration in these files application.php and server.php
 
application.php
 

<?php
// This is the application configuration file. All values have been set to
// the default, and should be changed as needed.
return array(
'ServerAddress'        => 'localhost',              // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)

 

 

servers.php

 

 

 

return array(

// Example server configuration. You may have more arrays like this one to
// specify multiple server groups (however they should share the same login
// server whilst they are allowed to have multiple char/map pairs).
array(
'ServerName'     => 'FluxRO',
// Global database configuration (excludes logs database configuration).
'DbConfig'       => array(
//'Socket'     => '/tmp/mysql.sock',
//'Port'       => 3306,
//'Encoding'   => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is.
'Convert'    => 'utf8',
// -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
// -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
'Hostname'   => '127.0.0.1',
'Username'   => 'ragnarok',
'Password'   => 'ragnarok',
'Database'   => 'ragnarok',
 
You'll need to read carefully and put the correct IP from your VPS.
 

 

3. You do not need to install it, your webhost should have it already installed. 

 
Edited by eKoh
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  06/02/14
  • Last Seen:  

1. PhpMyAdmin is installed on your webhosting.

 

2. You'll need to set up some configuration in these files application.php and server.php

 

application.php

 

<?php

// This is the application configuration file. All values have been set to

// the default, and should be changed as needed.

return array(

'ServerAddress'        => 'localhost',              // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)

 

 

servers.php

 

 

 

return array(

// Example server configuration. You may have more arrays like this one to
// specify multiple server groups (however they should share the same login
// server whilst they are allowed to have multiple char/map pairs).
array(
'ServerName'     => 'FluxRO',
// Global database configuration (excludes logs database configuration).
'DbConfig'       => array(
//'Socket'     => '/tmp/mysql.sock',
//'Port'       => 3306,
//'Encoding'   => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is.
'Convert'    => 'utf8',
// -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.
// -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)
'Hostname'   => '127.0.0.1',
'Username'   => 'ragnarok',
'Password'   => 'ragnarok',
'Database'   => 'ragnarok',
 
You'll need to read carefully and put the correct IP from your VPS.
 

 

3. You do not need to install it, your webhost should have it already installed. 

 

thank you so much sir, i'll try to follow your clue.

 

one more thing, can i use fluxcp theme on sgcp?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  06/02/14
  • Last Seen:  

 

one more thing, can i use fluxcp theme on sgcp?

No.. FluxCP themes are for FluxCP....

 

thanks for reply sir, i have done with my flux CP ^^

Link to comment
Share on other sites

×
×
  • Create New...