Hello guys,
Do anyone plays League of Legends here?
If yes then tell your level and what champion do you like and use.
Do anyone plays League of Legends here?
If yes then tell your level and what champion do you like and use.
Before i start telling, the methodology to configure, prosody server, i will give a brief introduction of what is it exactly.
Prosody is a server, which facilitates instant messenger. Its like Facebook messenger.
Now the big question is why would you set up your own personal messenger? I would say only one reason: Privacy
If you wish to communicate with your friend with highest possible security then XMPP Messenger service is the best. Who uses it? Communication between whistle blowers.
The advantage of having your own XMPP server is that, you are 100% assured that your messages aren't stored along with connection secured with SSL.
Not only this on using an appropriate client like Adium or ChatSecure, you can have OTR (Off the Record) Encryption, which gives you an additional layer of security. So, you have Transport Layer Security and on top of it OTR Encryption, which is another form of End to End Encryption. So you are having 100% peace of mind.
Setting up a prosody server is pretty easy, usually takes at a maximum of 10 mins.
This tutorial is suited for debian and ubuntu systems.
------------------------------------------------------Installation-------------------------------------------------------
First as usual give update packages
Then install the prosody package
Confirm the installation of the packages.
Now we need to configure our XMPP Server Installation.
----------------------------------------------Configuration---------------------------------------------------
considering your VPS is associated with domain name "domain.xyz" and your domain points to your VPS on which prosody is setup.
Lets first make our first user for ourself, which in turn will also be the administrator of the XMPP server.
Now, it will ask for password prompt. Setup the password for your user and reconfirm it.
Now we need to configure our prosody installation.
After opening this file find the line with admins as shown below and make it look like as shown below
Then if you want to allow your friends to join without you approving them, then enable the line below
Then add the line below to the config file to make your server more stable
Then find the directive VirtualHost, if you are using a latest version of prosody, then on scrolling down the configuration file you will see a directive as shown below
Change it to
Below it you might find another line
Just delete the above line.
Now save the configuration file and exit.
Now restart the prosody server by giving
--------------------------------------Optional Portion-------------------------------------------------
If you wish to setup validated certificate files along with prosody then find the lines below in your prosody.cfg.lua file
Update the paths with your certificate file and private key. Then again restart the server after giving a restart as shown above.
Warning, you will need to set appropriate certificate and key permissions for the user prosody or else you will get errors
---------------------------------------------------------------------------------------------------------------------------------------------------
Now, just choose any favourite jabber/XMPP client. Just enter your username as [email protected] and and enter your password. It will get connected instantly.
I hope this tutorial has helped you. If you face any problems, feel free to put in your doubts below.
Prosody is a server, which facilitates instant messenger. Its like Facebook messenger.
Now the big question is why would you set up your own personal messenger? I would say only one reason: Privacy
If you wish to communicate with your friend with highest possible security then XMPP Messenger service is the best. Who uses it? Communication between whistle blowers.
The advantage of having your own XMPP server is that, you are 100% assured that your messages aren't stored along with connection secured with SSL.
Not only this on using an appropriate client like Adium or ChatSecure, you can have OTR (Off the Record) Encryption, which gives you an additional layer of security. So, you have Transport Layer Security and on top of it OTR Encryption, which is another form of End to End Encryption. So you are having 100% peace of mind.
Setting up a prosody server is pretty easy, usually takes at a maximum of 10 mins.
This tutorial is suited for debian and ubuntu systems.
------------------------------------------------------Installation-------------------------------------------------------
First as usual give update packages
Code:
sudo apt-get update
Then install the prosody package
Code:
sudo apt-get install prosody
Confirm the installation of the packages.
Now we need to configure our XMPP Server Installation.
----------------------------------------------Configuration---------------------------------------------------
considering your VPS is associated with domain name "domain.xyz" and your domain points to your VPS on which prosody is setup.
Lets first make our first user for ourself, which in turn will also be the administrator of the XMPP server.
Code:
prosodyctl adduser [email protected]
Now, it will ask for password prompt. Setup the password for your user and reconfirm it.
Now we need to configure our prosody installation.
Code:
nano /etc/prosody/prosody.cfg.lua
After opening this file find the line with admins as shown below and make it look like as shown below
Code:
admins = { "[email protected]" }
Then if you want to allow your friends to join without you approving them, then enable the line below
Code:
allow_registration = true;
Then add the line below to the config file to make your server more stable
Code:
use_libevent = true;
Then find the directive VirtualHost, if you are using a latest version of prosody, then on scrolling down the configuration file you will see a directive as shown below
Code:
VirtualHost "example.com"
Change it to
Code:
VirtualHost "domain.xyz"
Below it you might find another line
Code:
enabled = false
Now save the configuration file and exit.
Now restart the prosody server by giving
Code:
service prosody restart
--------------------------------------Optional Portion-------------------------------------------------
If you wish to setup validated certificate files along with prosody then find the lines below in your prosody.cfg.lua file
Code:
ssl = {
key = "/etc/prosody/certs/localhost.key";
certificate = "/etc/prosody/certs/localhost.cert";
}
Update the paths with your certificate file and private key. Then again restart the server after giving a restart as shown above.
Warning, you will need to set appropriate certificate and key permissions for the user prosody or else you will get errors
---------------------------------------------------------------------------------------------------------------------------------------------------
Now, just choose any favourite jabber/XMPP client. Just enter your username as [email protected] and and enter your password. It will get connected instantly.
I hope this tutorial has helped you. If you face any problems, feel free to put in your doubts below.
All users must have experienced those Connection timeout pages while loading the forum in some past days..
actually we too were surprised when we got to know from the webhost provider that all databases were deleted unexpectedly, and on top of that they don't had any recent backup(they only had last week's backup which you can see now..) which made them more insecure..
We have currently hosted the forum in a temporary vps until we find a nice webhost or a vps which do have some backup facility more brutal than our earlier provider.
so changes which where made from 15th-22nd are not here..
Sorry for users who had posted there posts in between those dates, you need to do those posts again
yea i know its a bit difficult but nothing can be done, but from now on we will try to implement some backup system from our side...
and now everything should be fine..
actually we too were surprised when we got to know from the webhost provider that all databases were deleted unexpectedly, and on top of that they don't had any recent backup(they only had last week's backup which you can see now..) which made them more insecure..
We have currently hosted the forum in a temporary vps until we find a nice webhost or a vps which do have some backup facility more brutal than our earlier provider.
so changes which where made from 15th-22nd are not here..
Sorry for users who had posted there posts in between those dates, you need to do those posts again

yea i know its a bit difficult but nothing can be done, but from now on we will try to implement some backup system from our side...
and now everything should be fine..
Hi guys,
I wonder what you guys do with the free VPS'es you get from sites like Post4VPS, FreeVPS, FreeDomain, etc..
Of course you may also mention the usages of servers which are paid/ not from above sites. It would be nice if you'd also give the specs of the specific server.
To kick off:
I don't have any free VPS in use currently. I do have a droplet ("server") at DigitalOcean, which I use to host a variety of sites/ projects.
Regards,
Rick
I wonder what you guys do with the free VPS'es you get from sites like Post4VPS, FreeVPS, FreeDomain, etc..
Of course you may also mention the usages of servers which are paid/ not from above sites. It would be nice if you'd also give the specs of the specific server.
To kick off:
I don't have any free VPS in use currently. I do have a droplet ("server") at DigitalOcean, which I use to host a variety of sites/ projects.
Regards,
Rick
Hi there,
My cousin will soon replace his R9 270. I wonder whether my PSU will deliver enough power to power that GPU.
My current build:
CPU: Intel Core i5-6600
Mobo: Gigabyte B150M-D3H
Memory: 4x 4GB Corsair Vengeance LPX DDR4
PSU: Corsair VS550
Extra devices: 2x 3.5" hdds, 1x 2.5" ssd.
Will that 550W be enough to power both those GPUs?
Thanks in advance,
Rick
My cousin will soon replace his R9 270. I wonder whether my PSU will deliver enough power to power that GPU.
My current build:
CPU: Intel Core i5-6600
Mobo: Gigabyte B150M-D3H
Memory: 4x 4GB Corsair Vengeance LPX DDR4
PSU: Corsair VS550
Extra devices: 2x 3.5" hdds, 1x 2.5" ssd.
Will that 550W be enough to power both those GPUs?
Thanks in advance,
Rick
So i got some free time to create that, i thought its a good idea to play with little PHP and MyBB, i created a MyBB forum stats image from php.
Demo:
![[Image: signstats.php]](https://post4vps.com/signstats.php)
Source code:
https://github.com/DarkPowerInvader/MyBBstatssign
I don't know how anyone can use that but still thats fun to share your forum stats on on other forum as advertisement.
Demo:
Source code:
https://github.com/DarkPowerInvader/MyBBstatssign
I don't know how anyone can use that but still thats fun to share your forum stats on on other forum as advertisement.
Hello. ProHoster offers a dedicated server at a super competitive prices. Country Ukraine accommodation, all servers are connected to the channel 100Mb/s, Unlimited Bandwidth.
*Tariff MYCON05
2xIntel L5420 Quad-Core Xeon 2.5 GHz
Memory ............. 16GB
HDD ............................ 2TB
Price: ......................... 41$
*Tariff MYCON06
2xIntel L5335 Quad-Core Xeon 2.0 GHz
Memory ............. 20GB
HDD ............................ 750GB
Price: ......................... 41$
*These prices are valid for the first month of rental server. Subsequent months lease 70$.
Each server has the ability to connect a network of IPv4 /24 - 100$/month.
On request, each server can establish a free panel VestaCP.
For more information about dedicated server on our website.
So we can offer you:
- Cheap vps server from 2.6$ to fast SSD drives are available in a large DC Central Europe. Unlimited Bandwidth.
- Powerful windows vps from 5$, under a variety of SEO tasks. WINDOWS OS free of charge. Unlimited Bandwidth.
- We offer ip market, give in rent IP addresses. Net cost of IPv4 addresses /24 - 100$/month.
We accept payments through PayPal.
Contacts:
Website: http://prohoster.info
ICQ: 4143254
Either Online Chat
*Tariff MYCON05
2xIntel L5420 Quad-Core Xeon 2.5 GHz
Memory ............. 16GB
HDD ............................ 2TB
Price: ......................... 41$
*Tariff MYCON06
2xIntel L5335 Quad-Core Xeon 2.0 GHz
Memory ............. 20GB
HDD ............................ 750GB
Price: ......................... 41$
*These prices are valid for the first month of rental server. Subsequent months lease 70$.
Each server has the ability to connect a network of IPv4 /24 - 100$/month.
On request, each server can establish a free panel VestaCP.
For more information about dedicated server on our website.
So we can offer you:
- Cheap vps server from 2.6$ to fast SSD drives are available in a large DC Central Europe. Unlimited Bandwidth.
- Powerful windows vps from 5$, under a variety of SEO tasks. WINDOWS OS free of charge. Unlimited Bandwidth.
- We offer ip market, give in rent IP addresses. Net cost of IPv4 addresses /24 - 100$/month.
We accept payments through PayPal.
Contacts:
Website: http://prohoster.info
ICQ: 4143254
Either Online Chat
I want to know the best VPS service provider in USA I have to host an image heavy forum and a MediaWiki on separate servers(VPS)
can anyone please guide me through this .provide as many reasons as you can to describe me the best VPS service provider so that I can make the right decision thanks in advance .
can anyone please guide me through this .provide as many reasons as you can to describe me the best VPS service provider so that I can make the right decision thanks in advance .
It's popping up everytime I open a link/page in this forum. Who wants it to popup everytime? It isn't even that useful. :3 Even though I click that I don't want notifications, it still keeps popping up.

Welcome, Guest |
You have to register before you can post on our site. |
Search Forums |
(Advanced Search) |
Forum Statistics |
» Members: 2,271 » Latest member: orzpainter » Forum threads: 3,099 » Forum posts: 34,782 Full Statistics |
Online Users |
There are currently 587 online users. » 0 Member(s) | 583 Guest(s) Bing, Yandex, Google, UptimeRobot |
Latest Threads |
Get LLHOST Netherlands Fe...
Forum: Others Last Post: LLHOST 09-29-2025, 03:02 AM » Replies: 0 » Views: 249 |
Super Fast LLHOST Netherl...
Forum: Value VPS Providers Last Post: LLHOST 09-16-2025, 05:01 AM » Replies: 0 » Views: 214 |
Get LLHOST Netherlands Fe...
Forum: Cheap Providers Last Post: LLHOST 09-08-2025, 01:33 PM » Replies: 0 » Views: 302 |
Windows VPS @ $31.5/Year ...
Forum: Cheap Providers Last Post: DewlanceHosting 08-16-2025, 03:12 AM » Replies: 0 » Views: 439 |
Buy DemoTiger Videos on c...
Forum: Others Last Post: DewlanceHosting 08-16-2025, 03:10 AM » Replies: 8 » Views: 5,430 |
Budget Dedicated Servers ...
Forum: Others Last Post: HostNamaste 08-13-2025, 04:54 AM » Replies: 2 » Views: 1,333 |
☁️ How to Use VCCPRO Virt...
Forum: Cheap Providers Last Post: bestadvisor 07-13-2025, 09:36 AM » Replies: 0 » Views: 630 |
[Promo] 30% Discount – VP...
Forum: Cheap Providers Last Post: LLHOST 07-11-2025, 12:56 PM » Replies: 0 » Views: 475 |
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers Last Post: RIYAD 07-02-2025, 03:02 AM » Replies: 0 » Views: 1,120 |
15% Lifetime Discount on ...
Forum: Cheap Providers Last Post: LLHOST 06-25-2025, 05:03 AM » Replies: 0 » Views: 468 |