Jump to content
MakeWebGames

Dayo

Administrators
  • Posts

    2,491
  • Joined

  • Last visited

  • Days Won

    196

Everything posted by Dayo

  1. I decided that it needed a new inventory system to make what I wanted. I’ve been busy making my own game the past two months so I’ve not had much time to make GL changes
  2. Also modern techniques use salted passwords but for McCodes this will work a treat
  3. Welcome Back. I would love to see this, new frameworks and engines help keep the community alive even if its not what it once was. Yeah the previous owners never really did anything with it, they seemed happy to clone torn and watch the money roll in. Not fixing blatant security flaws (or any updates for that matter) really killed off the script. For a period (im gona estimate a year or two) the forums were completely dead, as in offline dead! @Dave has invested alot of time and money in building it back up to what it is today and it does seem to be moving in the right direction
  4. I can confirm that mafiashot has bought most if not all my paid mods. Also when did it become ok to demand people sell their stuff at a lower price because you said so? The seller is able to set a price and it’s up to you to pay it or walk away. Yes there may be bugs and the core may be out of date but these are all things that can be fixed. While the economy may be hard to keep under control most games have this issue and I’m actually working on a free mod to help with this. as for an inactive user base I see that as a whole load of users that I can promote your new game too. but if I was to buy a game things I would want to know are: 1) what mods have been purchased 2) what mods have you made yourself 3) how old/what version is the engine 4) proof of income (screenshots or ACP will not be good enough as both can be doctored) I’m pretty sure you can run a PayPal report that you can share over something like zoom for potential buyers 5) a count of users with “good”/valid email addresses using something like https://www.codexworld.com/verify-email-address-check-if-real-exists-domain-php/
  5. Yeah as @Magictallguy said you want to run sudo service crond status you also want to have the cron be something like * * * * * php /var/www/samuraiconflict/public_html/crons/minute.php?code=fdjk edit: In fact I'm not sure you can send parameters to the file using teh GET method as its not run via a server, you will have to send the password as an argument but the best way would be to move the cron out from public_html i.e. /var/www/samuraiconflict/crons/minute.php and then you can get rid of the auth check as it can only be accessed by your server
  6. seems like session_start(); is not called or your user does not have access to make sessions in the session directory (i think its usually something like /tmp)
  7. have you included the wordpress nginx configuration file This should look something like this: /etc/nginx/sites-available/wordpress server { . . . location / { #try_files $uri $uri/ =404; try_files $uri $uri/ /index.php$is_args$args; } . . . } source: https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-20-04
  8. You still havent replied to me about using my buy/use points modules in your package ...
  9. what are you using to connect to the server, putty?
  10. setting up SSH should be pretty easy by running systemctl enable sshd --now that should enable the SSD service and start it for you As for the the basics of setting up a web server the two most common setups are LAMP and LEMP LAMP is more popular but LEMP is more configurable and is useful for things like port forwarding/proxies I would read up on them both and choose acordanly, there are loads of tutorials online for both. As for setting up SSL you can just user certbot, again just google a hot to guide and they will explain how to do it if its LAMP or LEMP
  11. Ubuntu or things like popOS or Elementary OS may be a good starting point
  12. It all depends on what you are trying to do and your experience with linux. For servers i would go with AlmaLinux as its alot more minimal. But for a desktop enviroment and ease of use Ubuntu would be the choice out of the two.
  13. Yeah im liking it so far, im migrating some of our old centos 6*/7 servers over. * Internal IT tools with nothing important on. I.e. ticketing system/internal intranet forum etc ...
  14. I always have preferred CentOS but im now trying almalinix (pretty much CentOS) as CentOS is coming near to EOL
  15. This is more of a hosting issue, maybe contact your hosting provider? Even with the cookie system you will have this
  16. Ive updated the three column layouts that i made for GL
      • 1
      • Like
  17. Just a friendly reminder to anyone who uses the market place , it is very helpful to the author and other users if you leave reviews of products. Good or bad they will help others decide if what they are purchasing is good for what they want.
      • 1
      • Like
  18. I have mobsterlife.net available until August when its due for renewal just give me a IP to point it to.
  19. I have just released the first expansion pack for GL, if you are a GL Premium member you can download this for free during February!
  20. version 1.0.1 is now available for download, along with a free copy of GL Expansion 1 (only available for free during February!)
  21. On the 31st of January I'll be releasing the first expansion pack for GL Premium, this will be a free expansion pack for anyone who has bought GL Premium but it will be sold individually for $30. The first expansion pack aims to add several features to the premium membership system including: The ability to only enable premium members to access certain modules of your choice. I.e. only premium members (PM) can use the auction house. You will be able to make certain items only usable if they are a PM i.e. you can have a special gun that only PM's can equip. Username tags - This allows PM's to have upto a 4 character tag at the start of their name i.e [DAYO] Chris Day Custom color - This allows you to set a color for PM's usernames. There will also be a few other features not related to PM Tasks - This gives the user a random daily task to complete, when they complete the task they will get a reward Betting - This allows you to create custom betting events in the ACP. Users can then bet in game cash on the outcome of the event. Once the event has finished you can payout the correct result via the ACP. Crypto Exchange - This is one i really like, this module allows you to buy/sell (virtual) crypto from an exchange using in game currency. The price of the crypto is pulled from the realtime current price of crypto.
  22. On mobile i prefer the plesk text editor to the cPanel one.
  23. Dayo

    Server Specs?

    I tried hetzner before but their IPs are always blacklisted. Im currently with easyspace as i wanted UK hosting
  24. Dayo

    Server Specs?

    As it’s RAID10 I’ve not seen any issues. I could have chosen ssd storage but I have like 1.4Tb of family photos I archive online so ssd storage would be hella expensive lol
  25. Dayo

    Server Specs?

    I pay just over $100 for the following specs: S-82865 (PowerEdge R320)- Intel Xeon E5-2430 v2 - 64GB Memory - Dell PERC H710P RAID Controller - 4x 4TB SATA HDD 7200rpm 3.5" - RAID 10 - ESXi 6.7 - Unmanaged SLA - Unmetered Bandwidth
×
×
  • Create New...