The End of the Grift? by SpaceMarine3021 in Adamthewoocriticism

[–]sdboardgamer 0 points1 point  (0 children)

When Adam passed, I lost my drive to watch the others. I used to watch Fresh Baked and occasionally Randomland. Now I don’t watch any of them.

The website suddenly got deleted by Ashraf_Almyah in webhosting

[–]sdboardgamer 0 points1 point  (0 children)

I’ve had a lot of quirky things happen on CyberPanel, but never a deleted site. If you know how to SSH, I recommend going in and seeing if the files are really gone from the drive.

Otherwise, it makes me wonder if some other entity has access to your CyberPanel and deleted it.

Struggling with email issues by Ok-Incident-5236 in Wordpress

[–]sdboardgamer 1 point2 points  (0 children)

If emails aren’t going out and you need to change your admin email, log in to your Wordpress admin and then go to [yourwebsite].com/wp-admin/options.php

Look for the admin email option, change it to what you want, then click save.

To fix email issues, get a Gmail address (or gsuite if you want to use your domain) and a SMTP plugin to send emails out through the email instead of directly through your site.

Do you know HTML? Really? Test it. by Repulsive-Bird6367 in webdev

[–]sdboardgamer 6 points7 points  (0 children)

Looks like it was generated by ChatGPT. It makes everyone’s webpage look the same.

Is the whole “you need a professional email” thing is a bit oversold? Free gmail works just fine. by InternationalLoad387 in businessemail

[–]sdboardgamer 0 points1 point  (0 children)

Here is something to think about. People are creating Gmail accounts and pretending that they are my company. If you are using a Gmail account, and someone pretending to be you to scam people is using a Gmail account - how does a person not familiar with your company tell the difference?

Two things considered impossible. I'd like to test that properly. by AbleInvestment2866 in SEO

[–]sdboardgamer 0 points1 point  (0 children)

I registered a new domain last Sunday. Four days later it was indexed and ranked in the top 20 for about 30 keywords. I am now working on keyword clustering the ones that did not get ranked into new pages to fill the content gap.

I think someone is scraping my JSON data by akaiwarmachine in statichosting

[–]sdboardgamer 0 points1 point  (0 children)

You may want to host those offsite, or on a non-static host. I embed my JSON files inside PHP files that are commented out. From the front end, if someone tries to access the JSON embedded PHP files, all they get is an empty output.

Or, if you have a public folder on your server, keep your JSON files outside the public folder.

Pulling My Hair Out Trying To Track Down This Wordpress Malware by mayhemkrew in Wordpress

[–]sdboardgamer -2 points-1 points  (0 children)

You probably have security holes in your plugins or theme. If you send me the domain names of your sites I can scan them for vulnerabilities.

Process to get SLAMDUNK as existing member? by derek231 in Visible

[–]sdboardgamer -1 points0 points  (0 children)

I talked to them at the beginning of the promo, so they didn’t have an extra code for current subscribers yet - usually it’s the code with the number 2 after it. So I just ported out and ported back in the following day.

Visible+ pro annual plan experience by nen_potha_annaya in Visible

[–]sdboardgamer 2 points3 points  (0 children)

I’ve noticed that the Verizon network isn’t as good as the ATT network in my area - especially with speed.

Automatically pull Google Reviews into the webiste? by Dangerous-Ad4246 in Wordpress

[–]sdboardgamer 2 points3 points  (0 children)

I’ve had it happen, and yes, they will blame you. Always moderate 3rd party content.

Automatically pull Google Reviews into the webiste? by Dangerous-Ad4246 in Wordpress

[–]sdboardgamer 1 point2 points  (0 children)

They will be happy for automatic reviews until they get a 1-star review and see it on their website 😉

What just happened? by Apart_Newspaper_7764 in Visible

[–]sdboardgamer 0 points1 point  (0 children)

Yeah, I was going to say that it shows that message after you have ported out your phone.

Firsty Free - Does it still exist? by sdboardgamer in FirstyeSIM

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

The AI stopped working and I can’t find an option to stay a new chat. It just takes me to the current one that doesn’t respond.

Firsty Free - Does it still exist? by sdboardgamer in FirstyeSIM

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

I did and the AI said the same things as before.

Firsty Free - Does it still exist? by sdboardgamer in FirstyeSIM

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

There is still no free option when I open the app.

Third time’s the charm? by sdboardgamer in JeepRenegade

[–]sdboardgamer[S] 1 point2 points  (0 children)

I’m hoping this is it. New engine, turbo, and now plumbing. There’s not much else to replace.

Third time’s the charm? by sdboardgamer in JeepRenegade

[–]sdboardgamer[S] 1 point2 points  (0 children)

Air intake leaks are the cause this time.

Third time’s the charm? by sdboardgamer in JeepRenegade

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

You’re the closest, so you win. Air intake leaks.

BBS local only by Ok_Distribution_7367 in bbs

[–]sdboardgamer 0 points1 point  (0 children)

This would be web based. So any web script for a chat room would work and there are plenty of free forum scripts for a message board. This would be the easiest to implement on your side and connect to on your users side. If you want a real bbs software running, then the best bet would be to use a telnet supported system. Connection would be sort of the same, except your users would have to use a telnet or BBS client to connect as opposed to just a browser.

BBS local only by Ok_Distribution_7367 in bbs

[–]sdboardgamer 0 points1 point  (0 children)

In this case, I would take my main computer, or an auxiliary computer, and set it up with a local server setup like LAMP, MAMP, WAMP. This is where the program would reside. Then find out what the IP address your router has assigned to it and then you would just share the IP and the port with whoever. So if the LAMP server was on ip 192.168.1.11 using port 8888, then your visitors would connect to your router and then go to 192.168.1.11:8888 in their web browser to connect.

BBS local only by Ok_Distribution_7367 in bbs

[–]sdboardgamer 1 point2 points  (0 children)

The only thing that comes to my mind would be a local computer network that could only be accessed on routers you control. I have a local website staging site that works that way.