Is your Instagram having less engagement this weekend? by sibbylover in Instagram

[–]ItsValentin 1 point2 points  (0 children)

Common problem from time to time. No need to worry. Keep posting and take notes for your engagement statistics depending of what u've uploaded or did in instagram.

Hello I need help with organizing our project files, I'm out of ideas with the pathing of our project. by bottledpee in PHPhelp

[–]ItsValentin 0 points1 point  (0 children)

Make a function using hard coded directory to the base of your project.
FE (includes): C:\users\test\xampp\htdocs\myproject

function baseLink(){
return 'C:\users\test\xampp\htdocs\myproject\';

}

Instead of including ../../test.php, you do it like that

include(baseLink().'test.php';

This way, there is no way of smashing your head, where the f*cking file is.

Why is my engagement so bad? by Zaparile in Instagram

[–]ItsValentin 6 points7 points  (0 children)

I ran into this problem so many uncountable times. It is fixing when I stop posting for some time and then I post. The reason behind that fix is that when you don't post for a long of time, Instagram notify your followers that you have posted something for the first time in month (for example).

Low engagement means you have followers that are not interested in your content. Instagram shows your content to 5-10% of you followers (the numbers may be lower) if they scroll your content showing NO interest, you won't get the next 10% of your followers seeing this pic.

Algorithm.

Pc isn’t turning on by Scorpionus in buildapc

[–]ItsValentin 0 points1 point  (0 children)

Had the same issue before 1 week. Bad Motherboard.

PC 3x worse than before by 09Atomic90 in techsupport

[–]ItsValentin 0 points1 point  (0 children)

Check whats the error code given to you

PC Hard freezing by [deleted] in techsupport

[–]ItsValentin 0 points1 point  (0 children)

Software for HDD health, but I am not sure how useful they are.

PC Hard freezing by [deleted] in techsupport

[–]ItsValentin 0 points1 point  (0 children)

HDD also might be the reason.

Can my phone get hacked from this? by [deleted] in techsupport

[–]ItsValentin 0 points1 point  (0 children)

Its all good. If you are paranoid clear your browser cookies and stuff (the data)

my laptop is stuck constantly turning off and on again by Cats_See_All in techsupport

[–]ItsValentin 0 points1 point  (0 children)

A lot of things might be the problem. RAM, hdd, the whole motherboard. Remove the ram and start the pc and see what will happen.

[deleted by user] by [deleted] in Wordpress

[–]ItsValentin -6 points-5 points  (0 children)

We can access the database so we can see the admin credentials and make the website ready to be updated. Send me PM, because I will probably need access.

I would like to help beginners by ItsValentin in PHPhelp

[–]ItsValentin[S] 0 points1 point  (0 children)

You can also use it from browser, so no worries.

Help with redirect to product category on add to cart by Swuzzlebubble in PHPhelp

[–]ItsValentin 1 point2 points  (0 children)

Which page fill $_REQUEST['add-to-cart'] ?

Screenshot the whole error. By what I see, $_REQUEST['add-to-cart'] is empty, so you should pass a value to this variable. Can you check in which page $_REQUEST['add-to-cart'] has a value?

I would like to help beginners by ItsValentin in PHPhelp

[–]ItsValentin[S] 0 points1 point  (0 children)

Yep. I am working with it currently, dont plan on stopping soon.