Complex Server Manager [In-Progress]

Status
Not open for further replies.

ryuma

Member
May 30, 2016
36
1
43
sorry, i`m dont spwak english and german.
you not add for you profile server port.
1)go to you database
2) lock table_usr
3) Edit pesronal you profile
 

ryuma

Member
May 30, 2016
36
1
43
Why do you need a script, at this stage, without knowledge php?
He still requires further refinement.
 
Last edited:

Joaquo

Member
Jul 30, 2016
4
0
33
I couldn't understand what to write where ? would you photo

class.user.php
line 118
PHP:
$mail->SMTPSecure = "ssl";               
            $mail->Host       = "xxxxxxxx";     
            $mail->Port       = 465;           
            $mail->AddAddress($email);
            $mail->Username="xxxxxxxxxx"; 
            $mail->Password="xxxxxx";           
            $mail->SetFrom('xxxxxxxxx','Verificaction');
            $mail->AddReplyTo("xxxxxxxxxxx","Verificaction");

class.user.sub.php
line 243
PHP:
$mail->SMTPSecure = "ssl";                

            $mail->Host       = "xxxxxxxxx";      

            $mail->Port       = 465;            

            $mail->AddAddress($email);

            $mail->Username="xxxxxxxx";  

            $mail->Password="xxxxxxxx";            

            $mail->SetFrom('xxxxxx','Verificaction');

            $mail->AddReplyTo("xxxxxxxxxxxxxx","Verificaction");
 

Reaven

Member
Oct 20, 2015
2
0
38
Hi i have problem with:
Parse error: syntax error, unexpected end of file in D:\xampp\htdocs\complexserver\desing\aside.php on line 253
How to fix it?
 

Gothic

Member
Jul 25, 2016
1
0
33
I was test this Manager but i have much missed Files:

Code:
[Sat Oct 15 16:46:32 2016] [error] [client ] File does not exist: /home/darkhost/tspanel/complexserver/desing/plugins/iCheck, referer: /complexserver/home.php
[Sat Oct 15 16:46:32 2016] [error] [client] File does not exist: /home/darkhost/tspanel/complexserver/desing/plugins/morris, referer: complexserver/home.php
[Sat Oct 15 16:46:32 2016] [error] [client] File does not exist: /home/darkhost/tspanel/complexserver/desing/plugins/daterangepicker/daterangepicker.js, referer /complexserver/home.php
[Sat Oct 15 16:46:32 2016] [error] [client] File does not exist: /home/darkhost/tspanel/complexserver/desing/plugins/datepicker/bootstrap-datepicker.js, referer: /complexserver/home.php
[Sat Oct 15 16:46:32 2016] [error] [client] File does not exist: /home/darkhost/tspanel/complexserver/desing/plugins/fastclick/fastclick.js, referer: /complexserver/home.php
 

CanadiansEh

Contributor
Jun 26, 2016
80
36
103
Is their a reason as to why the panel has an admin area but the files don't exist on the github? Since if I try to go anywhere on the admin panel it just says, This is the same for the VIP area too
Code:
Not Found

The requested document was not found on this server.
 

ryuma

Member
May 30, 2016
36
1
43
Is their a reason as to why the panel has an admin area but the files don't exist on the github? Since if I try to go anywhere on the admin panel it just says, This is the same for the VIP area too
Code:
Not Found

The requested document was not found on this server.
Look at the theme, already answered.
 
Status
Not open for further replies.
Top