Recent content by xentosnl

  1. X

    How to handle Implement MVC based Project in PHP?

    Perhaps just like the name says :P /Model /View /Controller Sounds better with a S after it though.
  2. X

    How to manage Directory Separator in PHP?

    PHP has a constant that can be used for directories: DIRECTORY_SEPARATOR other than that use for url's just regular "/" slashes. You can also create your own constant based on that directory seperator, it can be a bit long though: define('DS', DIRECTORY_SEPARATOR)
  3. X

    php-No code may exist outside of namespace

    That line says it already, You have code outside the namespace: It's this code that is causing it: include_once("config.php"); You could place it a bracket higher, if it was supposed to be there.
  4. X

    Need PHP 7 Hosting Recommendation

    When you say migrate do you mean transfering your files and settings it up? Or do you also mean to make it fully compatible with PHP 7? As far I'm aware in a lot of cases when transfering from 5.6 to 7, it could go good, but there are also changes and when you are using older pieces of code...
  5. X

    Xentos - Free SSL - Affordable CPanel/CloudLinux Shared hosting starting from 0,99

    We are born from a great interest of web servers and applications. Our goal is to have a stable enviroment that customers can enjoy and a good interaction with customers. We are working with a prepaid system, so there is no unexpected suprises that can hurt your wallet. Included with all...
  6. X

    Ads on my Website

    +1 for adsense, it's a good way to earn with a good traffic website.
  7. X

    wordpress help

    I think you can change the default page in the customizer, a subpage is still a page, so that could work. I think it's called a 'static page'
  8. X

    Should I Try Adsense alternative

    You can try popcash, heard some thing about it, but I never used it. Perhaps it's something to look into?
  9. X

    Xentos - During the beta just €0.01/month - CPanel, Varnish, PHP 5.6 - Serverius, NL

    We are a recently started company that was born from a great interest from web servers and applications. Our goal is to keep a good customer interaction and of course a good environment that runs stable. We are working with a prepaid system, so there is no unexpected suprises that can hurt...
  10. X

    Xentos - During the beta just €0.00/month!

    Hallo Silkystar, There is no specific time when the beta will end. The estimate is between 2 to 6 months, depending on results. Of course we will announce via email when the end is coming. Notice to all Use real details. Because we are using Maxmind to filter out abusers. Don't waste your...
  11. X

    Xentos - During the beta just €0.00/month!

    We are a startup company that was born from a great interest from web servers and applications. Our goal is to keep a good customer interaction and of course a good environment that runs stable. We work with a prepaid system, so there is no unexpected suprises that can hurt your wallet. Use...
  12. X

    My site has 1000 users at a time, need good VPS.

    I suggest like the rest for a dedicated server. VPS is possible but it will receive overhead, plus most of the providers does not like big loads.
  13. X

    VPS Need a VPS for mining Litecoin ?

    You could do that in the beginning, but now days they have asic's or GPU miners. Those are many times faster than a CPU variant. So, you will not have profit, The provider will be angry because you will use a big chunk of resources. It's not a win-win situation. So, I suggest to stop with that...
Back
Top