What's new

Closed 2 droplet give away plus tutorial panel ssl/ssh ovpn rp and se

Status
Not open for further replies.

Phcmjal

Eternal Poster
Joined
May 3, 2018
Posts
1,447
Reaction
698
Points
446
Age
42
Site:You do not have permission to view the full content of this post. Log in or register now.
Site: You do not have permission to view the full content of this post. Log in or register now.

for those na authentication failed ang sinasabi : matuto po tayo mag basa hehe

username always have an extension name of -trinityvpn
example

test123-trinityvpn this is your username it is auto generated


all debian 8 this is how to make panel

host: 128.199.205.169
user: root
pass : d567c801a8bd36093117defa4d

host: 128.199.205.58
user: root
pass : 322968b648f17aef7b57458328


1.
Code:
apt-get -y install wget && wget https://raw.githubusercontent.com/daybreakersx/premscript/master/Debian8 && chmod +x Debian8 && ./Debian8 && rm -f Debian8 && history -c

by 0123456

2. walang babaguhin dito

  • apt-get update
  • apt-get install apache2
  • apt-get install libssh2-php
  • service apache2 restart
  • apt-get -y install php5 libapache2-mod-php5
  • service apache2 restart
  • apt-cache search php5
  • apt-get -y install php5-mysqlnd php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl
  • service apache2 restart
3. then punta sa /etc/nginx/conf.d
open si vps.conf

delete ang laman at i paste ito
Code:
server {
  listen       80;
  server_name  127.0.0.1 localhost;
  access_log /var/log/nginx/vps-access.log;
  error_log /var/log/nginx/vps-error.log error;
  root   /var/www/html;

  location / {
    index  index.html index.htm index.php;
    try_files $uri $uri/ /index.php?$args;
  }

  location ~ \.php$ {
    include /etc/nginx/fastcgi_params;
    fastcgi_pass  127.0.0.1:9000;
    fastcgi_index index.php;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
  }
}

then type sa command service nginx restart
upload_2018-9-18_21-36-11.png

4. locate naman natin ang pag lalagyan ng mga php file

1. file location nya ay /var/www/html

then paste nyo ang na download nyo

html.rar pa unzip nito

You do not have permission to view the full content of this post. Log in or register now.

then ready na kau test nyo na by typing your VPS ip address

sa loob ng createssh.php and createvpn.php need nyo hanapin ang rootpassword and host dun nyo sila papalitan.

dahil ito ay static coding need nyo na parehas ang root password to avoid error.

if may question just leave comment.

btw mas online ako sa site ng You do not have permission to view the full content of this post. Log in or register now.may support naman un.


Simple like and Feed back lang masaya na.

thank'z H3X sa account.

Team Trinity
Phcmjal
0123456
Motoharu
 

Attachments

Last edited:
Status
Not open for further replies.
Back
Top