arrow_upward

Posted by: Sn1F3rt - 07-29-2019, 05:35 AM - Forum: Suggestions and Feedback - Replies (9)
@perryoo11: Why did you close the thread? I had more to report:
1. Please update the TOS link of HostDoc. The one you have is no longer valid. Here's the new link: https://hostdoc.co.uk/terms/
2. The hosting service www.nfphosting.com no more exists. So decide what you are gonna be doing with that.
Regards,
Posted by: Sn1F3rt - 07-28-2019, 03:15 PM - Forum: Suggestions and Feedback - Replies (4)
Hey there,

Looks like you need to update the TOS link for https://shadowhosting.net in the VPS comparison page. The previous link no longer exists. The new link is https://shadowhosting.net/terms-of-service.html .

Hoping to have it updated soon.

Regards,
Posted by: GeKePDP - 07-28-2019, 04:43 AM - Forum: General Gaming Discussion - Replies (2)
Discuss racing in the free Forza Street app. ??

Which is your favourite:
  • Asphalt 9
  • Forza (Not just street)
  • Other

Posted by: chanalku91 - 07-28-2019, 04:25 AM - Forum: Offtopic - Replies (7)
I want to ask 


You build a Game Server, but you have a problem that your server is attacked by DDoS ( Botnet )
and, What did you do to fight the attack?

Terminal
botnets are a set of programs that are interconnected through the Internet that communicate with similar programs to perform certain tasks. Botnets can be used to store IRC channel security, send spam e-mail, or approve DDos attacks.

Posted by: Manal - 07-27-2019, 05:16 PM - Forum: Web Design & Projects - Replies (6)
I just updated Uptime Monitor from UptimeRobot to website's directory. Would love to have suggestions and feedback.

https://shadowhosting.net/uptime/main/
Posted by: Mashiro - 07-27-2019, 09:03 AM - Forum: Tutorials - Replies (2)
Hello!

A brief quide on how to reset the MariaDB MySQL root password if you forgot it or your previous password stopped working for some reason. You will need root or sudo access on your server to do the following steps.

  1. Connect to your server via SSH or any other similar means of remote access for Linux servers.
  2. Login as root or a user that has administrative permission through the "sudo" application.
  3. Stop all MariaDB MySQL processes using the command below (outfitted for more recent Linux distributions using systemd!):
    Code:
    systemctl stop mariadb

    Don't forget to use sudo infront of the command if you're not root!
  4. Now start MariaDB MySQL in safemode using the following command:
    Code:
    mysqld_safe --skip-grant-tables &

    Don't forget to use sudo infront of the command if you're not root! The safemode will allow to login as root without a password as a mean of emergency access to the database.

    After running this command it might seem like it's stuck. Simply press the ENTER key to continue in the command line.
  5. Start the MySQL command line tool and login as MySQL root:
    Code:
    mysql -u root
  6. Select the "mysql" database as that is where the user accounts and other server information is stored:
    Code:
    USE mysql;
  7. Flush privileges to avoid error messages about "insecure execution" of queries:
    Code:
    FLUSH PRIVILEGES;
  8. Use the command below to set a new password for the root user:
    Code:
    UPDATE USER SET PASSWORD=PASSWORD("newpasswordhere") WHERE USER='root';

    Make sure to replace "newpasswordhere" with the new password for the MySQL root user.
  9. Flush privileges again to reload permissions of the users:
    Code:
    FLUSH PRIVILEGES;
  10. Logout and close the MySQL command line:
    Code:
    exit
  11. Stop the MariaDB safemode:
    Code:
    killall mysqld
  12. Start all normal MariaDB processes:
    Code:
    systemctl start mariadb

That's it folks. This is how you reset passwords for MySQL root or actually also any other MySQL user from the command line.

BE CAREFUL WITH THE USE OF MYSQL IN SAFEMODE! It's basically like an open bank vault.
Posted by: Khadeer143 - 07-27-2019, 07:00 AM - Forum: General - Replies (2)
Yo guys i need some suggests from you im looking to buy a new as my compare vivo phones are rocking in India recently vivo 15 pro ,redmi 7 pro lauch in India and both brands got more craze for there products i thought to buy vivo 15 pro but while waiting i got to hear that vivo company launching another smart phone name vivo z1 pro which is less costume then vivo 15 pro and have great features like vivo 15 pro have _
So suggest me which one is better ?
Posted by: youssefbasha - 07-26-2019, 11:56 AM - Forum: Game Server Support - Replies (10)
Hello,
Long time since i posted about OGP but days ago my VPS (OVH) expired and the one who was paying is not available so someone gifted me a VM from Google and he is paying and the VM is working fine (panel is installed and working) i tired to install MySQL server and phpmyadmin and then used sudo mysql_secure_installation and filled the required info and tried to add the same info in the panel but i got this when i set the connection method to direct connection 

[Image: ss2871_Screenshot_2019-07-26-13-49-26-11...chrome.png]
And this when i set Connection method: Connection through remote server named firex-host
[Image: ss1297_Screenshot_2019-07-26-13-52-29-15...chrome.png]
And this when i go to ip/phpmyadmin
[Image: ss2394_Screenshot_2019-07-26-13-54-20-67...chrome.png]
Hope someone can help me Sad
PS: all of this at Google cloud
And my current system is Debian 9
Posted by: GodLikeGill - 07-25-2019, 11:56 AM - Forum: Hardware & Technology - Replies (21)
Graphic cards have always been the most fascinating thing for me when it comes to Computer hardware , I am always looking up online for new Graphic card technologies , features , advancements. I recently( 2-3 months ) bought a new PC for myself , earlier i had horrible laptop where i couldn't run any game since it did not have any Dedicated Graphics card , so i only played very limited games because of that , When I bought my pc i did not have a huge budget to buy a PC with graphic card. 

Now that I have saved up some money , I wanna buy a Graphic card for my pc , But i have been so confused , distracted by so many graphic cards , I cant figure out the best one ! So im just here to take some suggestions for graphic card for my pc , 

My pc has Ryzen 3 2200G processor , and my budget is around 200 USD , Help me out which graphic card should i buy or Should i save up some more money , for even better ones.

Btw one more thing i could share with you guys is that my pc build Is really a very Budget type build , I made my pc in 300 USD , and this beast can run literally all AAA titled games easily , But obviously the settings will all be low , and i also play on 720p , If you are on a tight budget then i highly recommend you to go for AMD's APU since the Integrated Graphics provided in it strong enough to play AAA games, I don't really care about high settings , I'm a guy who prefers FPS>Appearance , I can run PUBG at 60 Fps , Apex at 50 FPS  (High Detail) , GTA Stable 60 FPS , like im really happy that i went with this APU.

Now it is time to upgrade this beast, I need suggestions on which Graphic card should i opt for !
Graphics card i already have in mind:
RX 570
GTX 1650
Posted by: Khadeer143 - 07-25-2019, 07:13 AM - Forum: Game Servers & Hardware - No Replies
hi guys i uploaded new video this video is all about sniper gun which throws rpgs on vehicles when you aim  on any type of vehicles
watch the full video and download link is added ,

Pages (306): Jump to page 
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,271
» Latest member: orzpainter
» Forum threads: 3,100
» Forum posts: 34,783

Full Statistics

Online Users
There are currently 322 online users.
» 0 Member(s) | 319 Guest(s)
Bing, Applebot, Google

Latest Threads
⚡ EnjoyVPS.Com : 35+ Glob...
Forum: Others
Last Post: RIYAD
01-06-2026, 01:21 AM
» Replies: 0
» Views: 615
Get LLHOST Netherlands Fe...
Forum: Others
Last Post: LLHOST
09-29-2025, 03:02 AM
» Replies: 0
» Views: 998
Super Fast LLHOST Netherl...
Forum: Value VPS Providers
Last Post: LLHOST
09-16-2025, 05:01 AM
» Replies: 0
» Views: 720
Get LLHOST Netherlands Fe...
Forum: Cheap Providers
Last Post: LLHOST
09-08-2025, 01:33 PM
» Replies: 0
» Views: 852
Windows VPS @ $31.5/Year ...
Forum: Cheap Providers
Last Post: DewlanceHosting
08-16-2025, 03:12 AM
» Replies: 0
» Views: 968
Buy DemoTiger Videos on c...
Forum: Others
Last Post: DewlanceHosting
08-16-2025, 03:10 AM
» Replies: 8
» Views: 6,565
Budget Dedicated Servers ...
Forum: Others
Last Post: HostNamaste
08-13-2025, 04:54 AM
» Replies: 2
» Views: 2,001
☁️ How to Use VCCPRO Virt...
Forum: Cheap Providers
Last Post: bestadvisor
07-13-2025, 09:36 AM
» Replies: 0
» Views: 1,445
[Promo] 30% Discount – VP...
Forum: Cheap Providers
Last Post: LLHOST
07-11-2025, 12:56 PM
» Replies: 0
» Views: 1,025
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers
Last Post: RIYAD
07-02-2025, 03:02 AM
» Replies: 0
» Views: 2,284

Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting