@PixelRobot Try to change the base path to:
./membri/reim
The fact that it starts with a "/" means that it will read from the server's root which is not correct.
Is there an .htaccess for or anything? If yes, try the following...
@PixelRobot What version of PHP are you running it on? The deprecated stuff is typically caused by using a newer version, My first thought is you are running on PHP 7.X when it's likely supposed to run on PHP 5.6.
For the following error:
Warning: file_exists(): open_basedir restriction in...
Yes - but they are not a silver bullet, and actually can cause performance issues as well. For example, if you happen to have 10 indexes on a table, and you do a bulk update of data, the update will take longer because while it's updating the rows it also has to touch the indices. Just...
We are kicking off the new year with a highly targeted ad campaign to revive TGL by acquiring new customers and sellers within the gaming community. This campaign is vital to ensure browser game owners and freelancers alike have access to an active community within a very niche category.
We...
As @crotanite said, don't fear "filling up the database", it's meant for storing and retrieving data quickly. I was doing some recent work for @Vix and on my local computer, their admin panel for "inventory" would time out on my computer after 30+ seconds of running. I then made a single index...
Are the stats static (i.e. you will only have a max of 5-10 different ones)?
CREATE TABLE pets
(
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT ,
`user_id` BIGINT UNSIGNED NOT NULL ,
`species_id` INT UNSIGNED NOT NULL ,
`name` VARCHAR(50) NOT NULL ,
`strength` INT UNSIGNED NOT NULL ...
Welcome back @Howey!
I really love this idea, encouraging other activities (offline) and learning is such a great thing. It would of course be a really big challenge to implement, but I think it would be amazing overall.
I think I can remember one programmer that did this a while ago. Unfortunately recently they have be found out to be a bit of a fraud, overselling and under-delivering.
I like the idea of it a bit, but would never do this sort of trade myself just because it feels like it undercuts both...
I know that this is a little less relevant to game sites, because of most of us source freelancers from all around the world, but how do you think the pandemic will change the workforce as a whole?
I've been working remotely since March 13th with my meetup also going remote around mid-May. I...
@andrheathecat Take a look at OnlineGaming.Directory - it's a companion site to this one, which is working to list and provide details about other game sites.
The planning of projects is typically what I really enjoy, followed by working the the problems that come up. Being able to make sites more "dynamic" with less code is also fun :)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.