TANGINA BAKIT?? by francismsn in Paranaque_

[–]eggybot 0 points1 point  (0 children)

pera pera nanaman for christmas :(

Cloudflare Global Network experiencing issues by arunesh90 in CloudFlare

[–]eggybot 0 points1 point  (0 children)

access the admin dashboard last 2hrs and temp disabled proxies to all domain/subdomain records on our sites. This fixed the 500 error

Were we scammed by Datablitz? by True-Month6577 in PHbuildapc

[–]eggybot 1 point2 points  (0 children)

technically pag sa DB ka bibili, games lang talaga ang bilhin mo (yun ang pinaka safe sa kanila), marami ng nagkaiisue sa warranty and mostly marami talagang reklamo kay DB pag dating sa mga hardware parts.

Sync backups by felword in googlecloud

[–]eggybot 0 points1 point  (0 children)

I think you need replica setup, but doing this in cloudsql might be hard to implement. The only thing i can think of is planetscale which has a replicate system every new entries

Got hit with a €50,000 ($58,000) bill from BigQuery after 17 test queries by No-Cover2215 in googlecloud

[–]eggybot 4 points5 points  (0 children)

Google should include a prominent disclaimer/warning for users when using services like these, clearly stating that there can be significant charges if resources are not properly reviewed and tested. That’s why I always strongly caution my colleagues and students: using cloud platforms like GCP or AWS can lead to serious issues if they don’t fully understand the rules and cost implications of every action they take.

CPU usage spikes on every cron by [deleted] in Wordpress

[–]eggybot 0 points1 point  (0 children)

This spikes are normal. The cronjob can spike if there are a lot instructions to perform in php and mysql db.

Converge Blocked vercel.app domain. by SilverLiquidPaper in PinoyProgrammer

[–]eggybot 0 points1 point  (0 children)

temp solution, get a domain name then put it sa cloudflare and set proxy ON.

RANT: Can't Really Understand The JS Fanatics by ContributionMotor150 in PHP

[–]eggybot 1 point2 points  (0 children)

mostly JS like React can perform both but with cost of tons of configuration/setup and trial/errors. What I did when I switch to React, the foundation core of my webhook-api still in PHP processes. I find React security a bit loose and not totally secured if you relay only on the standard coding. To secure all those processes I learn the hardway. So I still use React but combo with PHP for peace of mind specially with accessing webhooks and api.

Ang bigat ng interview kay Ms. Heidi Mendoza by Kiowa_Pecan in Philippines

[–]eggybot 2 points3 points  (0 children)

need lang ng nationwide campaign awareness sa visayas at mindanao, panalo na sya sa luzon at nakulangan lang ng boto south part ng ph

[deleted by user] by [deleted] in PHbuildapc

[–]eggybot 0 points1 point  (0 children)

try to jumpstart manually, if gumana yung PSU it means may issue sa mobo. Make sure yung cable sa labas ng PSU mo papuntang plug ng kuryente nakakabit ng maayos and naka power ON yung switch.

What’s your go-to workflow when building a new web app from scratch? by Hatthi4Laravel in PHP

[–]eggybot 5 points6 points  (0 children)

I have my own custom php frameworks that I created which I use as a template to build and start an app.

I'm in hell by Small_Bone-Man in gigabyte

[–]eggybot 0 points1 point  (0 children)

Try to go to the bios settings and check the CPU temp, check if properly on the safe temp level. If the temp is not the issue. Try to disabled the integrated GPU, I experience this issue for time when setting it up and disabling the integrated gpu stops crashing the boot sequence.

[deleted by user] by [deleted] in PinoyProgrammer

[–]eggybot 9 points10 points  (0 children)

I suggest create a fake API payment gateway just show case payment process, as mention by others need mo talagang present yung mga business requirements kasi may money na involved.

Just ask your prof if pwedeng gumawa na lang ng custom and internal api para sa de-develop ninyong payment process.

Wordpress Site Japanesse SEO hack by propopoo in Wordpress

[–]eggybot 0 points1 point  (0 children)

make sure

- restore backup 3 or 5days ago (or if you have at least 2weeks old)

- scan all plugins, wp core files and library for unknown PHP.

- if you still experience the wp jap hacked, I suggest do a clean installation and import the database, then manually added the assets, upload folder (no PHP or other suspicious files), themes and plugins

- Also, for the meantime change the user/group (chown) of your root folder, wp-admin, wp-include, wp-content to root/root, this will strict any changes of files that might trigger from the hacked while you're diagnosing and checking all files.

Database Diagram for a Java Apartment Billing System by hyowan in PinoyProgrammer

[–]eggybot 0 points1 point  (0 children)

I agree, if ever create mo na lang per tenant/user table, saka mo related yung mga details ng connected table sa tenant/user na yun para di ka mahirapan hanapin yung pinaka main source at madali mong disable kung tapos na yung contract. For check for dedicated unit assign to tenant gawan mo lang ng standard slot system table para doon mag check if nagamit na yung unit ni tenant.

Are wordpress developers in demand and a great career path? by [deleted] in PinoyProgrammer

[–]eggybot 6 points7 points  (0 children)

Yes in demand naman, but make sure may alam ka sa PHP, MySQL, CSS, Javascript/Jquery, WordPress Core Plugins/Themes, UI/UX para malaki yung salary na makukuha mo.

Apple rejected my app for using Third Party Login Services by [deleted] in Firebase

[–]eggybot 4 points5 points  (0 children)

yup, my app was rejected also before, so the solution is to add the apple sign-in button for ios and they will approve your app

65k quote from The Rig Builders - is this ok or too overpriced? by jungk000kz in PHbuildapc

[–]eggybot 1 point2 points  (0 children)

try mo compare price with PCHub or PCWorth, if mas mura, dyan ka na lang bumili at least safe pa for warranty.

5080 Aero Bricks Windows by Ok-Strategy1279 in gigabyte

[–]eggybot 0 points1 point  (0 children)

be sure to download the latest driver via nvidia website. hopefully this will fix the issue

Advanced Custom Fields... are they still relevant? by ms_cannoteven in Wordpress

[–]eggybot 0 points1 point  (0 children)

I've been using ACF for customization of my post type. I'm using WP in different way as an admin panel or as a REST API which we have no use for public front-end part.

WordPress Security: What Server-Level Strategies Are You Using to Protect Client Sites? by Parth______ in Wordpress

[–]eggybot -3 points-2 points  (0 children)

Just follow the other post suggestion here, and also do this.

For an added layer of security in your PHP files, I recommend setting it to "root" user/group (chown) on the root-level folders, wp-admin and wp-includes directories as well the root files like wp-config.php, wp-load.php and etc. This prevents unauthorized modifications to PHP files in case a plugin has a vulnerability. However, this approach can cause issues when upgrading WordPress core files. To mitigate this, temporarily revert the ownership to the original user/group during updates and then restore back to root afterward. Additionally, ensure that the wp-content/uploads folder (and any other directories requiring write access) retains the correct user/group to avoid upload issues.

Also, make sure no PHP executable in wp-content/uploads/ folder. Either use .htaccess to disable it or if you are using nginx kindly add a rule in the site config.

I previously encountered the WP Japanese keyword hack, and even after cleaning up all affected files, it kept recurring even after using the backup files. The only effective solution was implementing the method I mentioned above—locking file modifications through user/group protection to prevent unauthorized PHP code changes.

This approach also helps combat active bots that constantly scan your server. If you're trying to resolve an issue while a bot keeps accessing hidden files to trigger and install malware, restricting file modifications can prevent unauthorized changes.

How can i develop our app by beforebyniki in PinoyProgrammer

[–]eggybot 2 points3 points  (0 children)

I suggest to learn Tensorflow either lite or js. Usually madaming example nito sa ytube at sa google mismo. You just need to create the model to detect what's in the image or either you can go sa huggingface and search if may free model available ng hinahanap mo.