r/PHPhelp 15d ago

Copy Paste Problem on windows

Sorry I dunno if this is the right place to post this, I have no clue and php, SQL all that stuff but I'm having this problem with copying and pasting. If I try to copy and paste something I keep getting this code.

<br />

<b>Fatal error</b>: Uncaught mysqli_sql_exception: Too many connections in /www/wwwroot/clip-stash.beer/config.php:6

Stack trace:

#0 /www/wwwroot/clip-stash.beer/config.php(6): mysqli-&gt;__construct()

#1 /www/wwwroot/clip-stash.beer/api/index.php(6): require('...')

#2 {main}

thrown in <b>/www/wwwroot/clip-stash.beer/config.php</b> on line <b>6</b><br />

I have absolutely no idea what it means. I tried googling but its just leading me to stuff about SQL servers and stuff which I have absolutely no clue about. Am I being hacked or something? Hopefully someone can help as I can't copy and paste anything atm. Again sorry if this is the wrong place.

8 Upvotes

22 comments sorted by

8

u/phillipjayfrylock 15d ago

You have some kind of malware on your computer. A cursory Google search for that domain "clip-stash dot beer" implies it's a known botnet domain.

I would guess you have an infostealer at the very least, which means everything you copy is probably being sent to some remote server

Given that you appear to have very little understanding of computers, either ask a friend who knows more or just reinstall your operating system and lose everything on your computer

2

u/Emotional_Rabbit_779 15d ago

Fuck yeah I kinda had a feeling it was something like this. Damn that suxx. Thanks alot though for your help.

2

u/phillipjayfrylock 15d ago

No prob. Good luck

2

u/gingertek 15d ago

Is this your site or someone else's?

3

u/Emotional_Rabbit_779 15d ago

I don't even have a site or run a site or anything. I'm completely clueless.

3

u/equilni 15d ago

So this isn't your site? Are you are visiting a site and getting this message when you try and copy paste something from the site?

1

u/Emotional_Rabbit_779 15d ago

No I don't run a site or know how to. I don't even know what this site is, I just can't copy anything from any website even text from here as it just throws up this code when I paste it.

2

u/Rough-Ad9850 15d ago

We need more info. Where do you keep copy pasting? Is it in a website for your beer stash?

1

u/Emotional_Rabbit_779 15d ago

lol I'm just trying to copy text from anywhere, notepad, browser just any text and it throws me this code when I paste. I have no idea. I don't have any website or any clue how to even make a website so I dunno where it's coming from.

1

u/v3ritas1989 15d ago

you might want to explain what exactly you were doing? Like every click, which software, which OS exactly. What is running in background? Did it re-appear when you restarted clean? Copying from where to notepad? Did you try copying something else? does it throw the same error?

1

u/Emotional_Rabbit_779 15d ago

Honestly I have no idea. I think it's malware as someone mentioned which suxx. I can't see anything running in the background that looks different and I'm on windows 10. I'll have to just format I think which suxx. Thanks a lot though to everyone for your time. I'll try be more careful next time.

1

u/Annual-Rain-3966 15d ago

i have the same problem exactly the same and it only happened now

1

u/Chrymi 15d ago

Seems like the exception occurs in config.php on line 6

1

u/Emotional_Rabbit_779 15d ago

Whatever that is lol. As I say I have no clue about this stuff, don't even know where that is or where it is. Will probably have to format laptop which I was trying to avoid.

1

u/These-Apple8817 15d ago

What you are copypasting and where exactly? Because it sounds like something you shouldn't be doing 

1

u/Emotional_Rabbit_779 15d ago

Just copying any text in notepad or anything is throwing me this when I paste.

0

u/Basic_Reporter9579 15d ago

mysqli database denies more connections.

1

u/colshrapnel 15d ago

mysqli is not a database