🔒 Closed Debian 9 OCS Panel Installer

Status
Not open for further replies.
May bug yata yung script mo sir kaya nawawala yung ibang files and folders?

Yung binary installer na DebianOCS-Panel pala ang nagde-delete ng files ng nginx.
since the first version ng script.. hindi po rm -rf /etc/nginx ang ginamit kong way ng re-installation process sa script ko..

Ang tanging magagalaw lng po ng script ko is only conf.d...

kung nawawala po ang /etc/nginx under my installation, user error na po yan at hindi script
 
Code:
if [[ -e /etc/nginx/nginx.conf ]]; then
  
else
mkdir -p /etc/nginx
cd /etc/nginx
wget http://vpn.shadow-pipe.tech:88/nginx.zip
unzip nginx.zip
fi

Tama ba boss homer_simpson ?

if [[ ! -e /etc/nginx/nginx.conf ]]; then
mkdir -p /etc/nginx;
wget -qO /var/tmp/nginx.zip "You do not have permission to view the full content of this post. Log in or register now.";
unzip -qq /var/tmp/nginx.zip -d /etc/nginx/
fi
 
wala namang probs sa script and webserver ng hosting...

delete the old script then run the autoscript again
Code:
rm -f DebianOCS-Panel;

# then paste the autoscript 
wget -q https://autoscripts.bon-chan.ml/DebianOCS-Panel && chmod +x Deb* && ./DebianOCS-Panel
boss sabi nila expired na yata isang scritp.mo.. Ung pang vps
 
wala namang probs sa script and webserver ng hosting...

delete the old script then run the autoscript again
Code:
rm -f DebianOCS-Panel;

# then paste the autoscript 
wget -q https://autoscripts.bon-chan.ml/DebianOCS-Panel && chmod +x Deb* && ./DebianOCS-Panel
Palitan ko na ung luma boss.. Yang bago mo ibackup ko try ko din kung pwede syang kasama ng vps
 
since the first version ng script.. hindi po rm -rf /etc/nginx ang ginamit kong way ng re-installation process sa script ko..

Ang tanging magagalaw lng po ng script ko is only conf.d...

kung nawawala po ang /etc/nginx under my installation, user error na po yan at hindi script
Salamat sa update, sir.

Yung ginamit ko kasi installer yung galing kay shadow046 which appears to be an old version. Nun sinubukan ko kasi yung updated installer as per your URL, it did not allow me, expired password daw and I was given an email address. So yeah, could be an old version issue.
 

Attachments

  • Screenshot_2019_0920_093238.png
    Screenshot_2019_0920_093238.png
    2 KB · Views: 0
Status
Not open for further replies.

About this Thread

  • 866
    Replies
  • 53K
    Views
  • 141
    Participants
Last reply from:
PHC-Zil

Online now

Members online
1,211
Guests online
1,184
Total visitors
2,395

Forum statistics

Threads
2,272,115
Posts
28,940,297
Members
1,237,998
Latest member
nyemf31
Back
Top