Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Tutorial INSTALLING STALKER PORTAL

boxTV

Extended Member
Ext. Member
Joined
Oct 4, 2019
Messages
14
Reaction score
45
Points
24
Location
Fr
I hope to help with this tutorial all that have problem with install Stalker Portal,
For this I share with you..... .

This tutorial is made for fresh installed Ubuntu and Debian,

INSTALLING STALKER PORTAL
apt-get update && sudo apt-get -y upgrade && sudo apt-get install -y -u apache2 memcached mysql-server php5 php5-mysql php-pear nodejs upstart && sudo pear channel-discover
apt-get install -y unzip
apt-get install -y git
pear channel-discover pear.phing.info
pear install phing/phing

cd /var/www/html
wget https://github.com/azhurb/stalker_portal/archive/v4.9.28-r2.zip
unzip v4.9.28-r2.zip
rm -r v4.9.28-r2.zip
mv stalker_portal-4.9.28-r2 portal

mysql -u root -p
create database stalker_db;
grant all on stalker_db.* to 'YOURUSERNAMEHERE' identified by 'YOURPASSWORDHERE';
GRANT ALL PRIVILEGES ON stalker_db.* TO stalker@localhost IDENTIFIED BY '1' WITH GRANT OPTION;
exit

nano /var/www/html/portal/server/config.ini
edit these values
mysql_user = stalker
mysql_pass = 1
to
mysql_user = YOURUSERNAMEHERE
mysql_pass = YOURPASSWORDHERE

cd /var/www/html/portal/deploy/
phing

echo "max_allowed_packet = 32M" >> /etc/mysql/my.cnf
echo "short_open_tag = On" >> /etc/php5/apache2/php.ini
a2enmod rewrite
apt-get purge libapache2-mod-php5filter
cat /dev/null > /etc/apache2/sites-available/000-default.conf

nano /etc/apache2/sites-available/000-default.conf
<VirtualHost *:88>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/portal
<Directory /var/www/html/portal/>
Options -Indexes -MultiViews
AllowOverride ALL
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

nano /etc/apache2/ports.conf
change 80 to 88

service apache2 restart


go visit to http://host:88
username: admin
password: 1

Enjoy for all ....
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock