Complex Server Manager [In-Progress]

Status
Not open for further replies.

flickerjunky

First perm VIP!? Furries4Life?! #CutenessOverload
VIP
Joined
Mar 16, 2016
Messages
69
Reaction score
58
Points
56
so how far have we come with this script? still not done? :/
well im looking for some script like this. Is this script at least ready to use for just hosting servers and like support others?
 

flickerjunky

First perm VIP!? Furries4Life?! #CutenessOverload
VIP
Joined
Mar 16, 2016
Messages
69
Reaction score
58
Points
56
Hmm maybe yes i test it and its work very good for hosting :)
so have you changed anything to the script? are you able to support people and stuff?
 

daffik1

Member
Joined
Feb 19, 2016
Messages
23
Reaction score
2
Points
50
How to make snapshot in the panel? When i add $ts3->serverSnapshotCreate(); page return 403 error :/ in documentation is "Creates and returns snapshot data for the selected virtual server. " How to select vserver by port?
 

Mr_omar

Active Member
Joined
Jan 5, 2017
Messages
83
Reaction score
33
Points
68
How to make snapshot in the panel? When i add $ts3->serverSnapshotCreate(); page return 403 error :/ in documentation is "Creates and returns snapshot data for the selected virtual server. " How to select vserver by port?
Maybe this will help you
PHP:
$Select = $ts3->getHost()->serverGetByPort(9987);
// use it like this
$Select->serverSnapshotCreate();
 

daffik1

Member
Joined
Feb 19, 2016
Messages
23
Reaction score
2
Points
50
I made a mistake, 500 error :/
Maybe this will help you
PHP:
$Select = $ts3->getHost()->serverGetByPort(9987);
// use it like this
$Select->serverSnapshotCreate();
does not work :/
 

Cparty

New Member
Joined
Nov 30, 2016
Messages
12
Reaction score
1
Points
15
At least try to be understandable
Maybe this will help you
PHP:
$Select = $ts3->getHost()->serverGetByPort(9987);
// use it like this
$Select->serverSnapshotCreate();
Recover please serverSnapshotDeploy make please
 

daffik1

Member
Joined
Feb 19, 2016
Messages
23
Reaction score
2
Points
50
I have something like this -> but does not work, any ideas? :/
Select server don't need original code from psychokiller
 

jkj18

Active Member
Joined
Nov 14, 2016
Messages
7
Reaction score
0
Points
76
English only here
tienes algun tutorial de como instalar?
 

Mr_omar

Active Member
Joined
Jan 5, 2017
Messages
83
Reaction score
33
Points
68
I have something like this -> but does not work, any ideas? :/
Select server don't need original code from psychokiller
You can find the full script of snapshot ; not only select server
 

R4P3Legend

Member
Joined
Aug 28, 2016
Messages
23
Reaction score
0
Points
39
How do you expect us to help you ?
The ********** page isn’t working
***************** is currently unable to handle this request.

HTTP ERROR 500
 

mkll11one

ServerGeek
VIP
Joined
Apr 26, 2016
Messages
262
Reaction score
137
Points
157
Access denied for blablabla, you need to set your own database, and then it will work :)
Edit: I don't have a line 253 in the file aside.php o_O
What i can see on the "screenshot" - it require you have: Easy-Wi installed ^^
 

anibalabel

Member
Joined
Feb 10, 2016
Messages
9
Reaction score
0
Points
36
user has been warned for this post
Help with

snapshotDeploy ()
 

Astsu

Member
Joined
Mar 25, 2016
Messages
2
Reaction score
0
Points
41
if anyone have 500 error, turn on php short tags in php.ini
Code:
short_open_tag=On
 
Status
Not open for further replies.
Top