Search results

  1. judda

    Having trouble setting up Kitto Kitto Kitto (fixed)

    @PixelRobot hop on discord and I can try to help you tomorrow
  2. judda

    Having trouble setting up Kitto Kitto Kitto (fixed)

    @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...
  3. judda

    Having trouble setting up Kitto Kitto Kitto (fixed)

    @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...
  4. judda

    How to organize database for large number of pets?

    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...
  5. judda

    Create Your Own Pets Game

    Thank you for sharing this! I love seeing these updates!
  6. judda

    TGL Revival!

    Thank you so much for this @Vix We love having you in the community!
  7. judda

    TGL Revival!

    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...
  8. judda

    VPL has returned!

    Super unfortunate and annoying what he did with Silverbrick.
  9. judda

    How to organize database for large number of pets?

    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...
  10. judda

    How to organize database for large number of pets?

    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 ...
  11. judda

    Looking for feedback for a new approach to VPS

    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.
  12. judda

    Would you trade art for code?

    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...
  13. judda

    How do you see the work force changing?

    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...
  14. judda

    Google Adsense Invalid Traffic Solution Found!

    What an amazing find! Thanks for sharing @Vix
  15. judda

    P3Games is hiring Artists.

    Alex is super friendly, and great to work with :)
  16. judda

    list of petgames?

    @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.
  17. judda

    What do you enjoy working on the most?

    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 :)
  18. judda

    Create Your Own Pets Game

    I love this project :)   How can I help?
  19. judda

    IcePets.com: New Look Coming Through

    I love the Xephyr's new look!
  20. judda

    Verpets not sending activation email

    @Leaftrill I just got an email from Verpets this morning. I tried to log in, and that account didn't work, but I was able to make a new one!
Back
Top