Jump to content
MakeWebGames

Recommended Posts

Posted (edited)

I would allow the user to keep thinking they are sending messages. Every message that has the url unistreets in it don't send to the receiver. Bit let him think he's sending it. Let him waste his time. ROFLMAO. That's the shit I would do if I had an active game. Blocking or banking the account won't do much good as he will just reregister. 

 

Edit:. @Andrew Washington said this

"everyone receives users advertising on there game, all you had to do was fed them and move on. That’s something that’s always going to happen. ".

Unfortunately, he's right. If unistreets stopped spamming, months later another game is going to start popping ip

Edited by Sim
Posted
1 minute ago, Magictallguy said:

I'm in support of silently blackholing them!

Might be a nice mod to release. "The Spam Block Fool"

Posted
3 minutes ago, Sim said:

Might be a nice mod to release. "The Spam Block Fool"


The Spam Block Fool

<?php
$blocklist = ['unistreets'];
preg_match_all('#\bhttps?://[^,\s()<>]+(?:\([\w]+\)|([^,[:punct:]\s]|/))#i', $_POST['msg'], $matches);
if (count($matches) > 0 && !empty(array_intersect($matches, $blocklist))) {
  // blackhole it
}

 

  • Like 3
Posted
1 hour ago, Magictallguy said:


The Spam Block Fool

<?php $blocklist = ['unistreets']; preg_match_all('#\bhttps?://[^,\s()<>]+(?:\([\w]+\)|([^,[:punct:]\s]|/))#i', $_POST['msg'], $matches); if (count($matches) > 0 && !empty(array_intersect($matches, $blocklist))) {   // blackhole it }


<?php
$blocklist = ['unistreets'];
preg_match_all('#\bhttps?://[^,\s()<>]+(?:\([\w]+\)|([^,[:punct:]\s]|/))#i', $_POST['msg'], $matches);
if (count($matches) > 0 && !empty(array_intersect($matches, $blocklist))) {
  // blackhole it
}

 

Send that to someone who doesn't know anything about any code.

Add more sites, and only not send the message to the person he's sending it to. And still show no up in his inbox. 

Everyone always want to take the easy way out. I give you permission (like you need it), to use my mod name. I'll even but it if sold on market place though should be released for free. 

  • Haha 1
Posted
2 hours ago, Magictallguy said:


The Spam Block Fool

<?php $blocklist = ['unistreets']; preg_match_all('#\bhttps?://[^,\s()<>]+(?:\([\w]+\)|([^,[:punct:]\s]|/))#i', $_POST['msg'], $matches); if (count($matches) > 0 && !empty(array_intersect($matches, $blocklist))) {   // blackhole it }


<?php
$blocklist = ['unistreets'];
preg_match_all('#\bhttps?://[^,\s()<>]+(?:\([\w]+\)|([^,[:punct:]\s]|/))#i', $_POST['msg'], $matches);
if (count($matches) > 0 && !empty(array_intersect($matches, $blocklist))) {
  // blackhole it
}

 

yea something like this works the best 👍

Posted
8 minutes ago, ags_cs4 said:

yea something like this works the best 👍

Debatable. This is a blacklist for URIs, including various workaround attempts. It is not the be-all-and-end-all of patches

Posted

yeah i know but as a simple easy way to block them , with out you doint it manualy,

i like the idea of detecting a blocked link, or word, then execute the ban-hammer.

or you can add them to suspect list then you ban them manualy

  • Thanks 1
Posted

I have HIGH faith in my players that they will not join that 2002 knock off ruthless city. @Andrew Washington you and your members are always welcome to spam WC, the WC team will block and continue to have a nice day,

  • Like 1
Posted (edited)

@MNG even though it is possible he does pay a party in it, it's also possible he didn't. Accusing him personally isn't right.

-The MWG Judge!

(Lol/)

Edited by Sim
Posted
1 hour ago, Sim said:

@MNG even though it is possible he does pay a party in it, it's also possible he didn't. Accusing him personally isn't right.

-The MWG Judge!

(Lol/)

That’s true but theirs factors which why I believe it was him, the first guy knew about MWG (theirs not many players that’s aware of MWG), another was he assume I use a certain engine (once again theirs not many players that’s aware of this) and finally the icing on the cake, my account judge disappears or banned from his site and I never did anything on it besides look around. If I was him I wouldn’t even had notice me. Let’s say maybe that player was a developer which I highly doubt cause out of all my life owning games I never seen a developer go out their way to act childish unless they were being paid and if that’s the case it still falls on the owner cause he/she paid the hit man.

Posted
11 hours ago, MNG said:

I have HIGH faith in my players that they will not join that 2002 knock off ruthless city. @Andrew Washington you and your members are always welcome to spam WC, the WC team will block and continue to have a nice day,

How did we go from "OMFGNODON'T" to "meh, wutever, you go right ahead"?

Posted
15 hours ago, ags_cs4 said:

@Dave its keep going and who know how they do in PM's

image.png.1b7b91c70f445ea6647b178038480d10.png

If you can send me the IPs privately I can cross check and take action if necessary. 

@Andrew Washington if ID 259 isn't banned on your game I will be very surprised. 

  • Like 1
Posted
2 hours ago, AdamHull said:

Yeh

I wonder how many referral he got.

@MNG to can always get him back and message all there members and tell them to make there own game and link them to marketplace.

  • 3 weeks later...
Posted

still some ppl have no shame, after being baned befor still coming back to post hir referal

image.png.8314d785e40e07ab727e2e4168e7b8e5.png

this is why i allways against having referal system in my games, it worked in the old days, but now its becoming spam, with the retarded ppl nowadays.

 

Posted

thats the lazy way of doing it, i dont advice to do it , players link to share links in game, youtube, twitter ...

there is a way to stop them just by making database for banned sites or names

its tiring to always keep it updated, but you can add reward for new report like 10 points for each new site report or pr0n site ....

but blocking links all together thats a big failure.

Posted
45 minutes ago, ags_cs4 said:

thats the lazy way of doing it, i dont advice to do it , players link to share links in game, youtube, twitter ...

there is a way to stop them just by making database for banned sites or names

its tiring to always keep it updated, but you can add reward for new report like 10 points for each new site report or pr0n site ....

but blocking links all together thats a big failure.

I agree, I always failed going the block url route with mccode but I try using key words, help a little

  • Like 1
Posted

Personally i have always gone with a whitelist as much easier to maintain and you dont have to keep updating it. So you can add main sites like google, facebook, twitter, youtube etc then everything else will be blocked. As new game sites pop up all the time you would have a much larger blacklist and you would be adding more all the time.

  • Like 1
  • 1 month later...
Posted

If youre having issues with people advertising on your game, there are multiple ways to at least slow it. Add a time limit between messages, extract info from those messages and lock out any responses that carry website names. Just my opinion, theres plenty that can be done. If you need a hand making that happen, DM me and i can help.

Posted

You can also just ban any type of URL for players less than X days old, that way new players will sign up, realize they can't spam, give up and forget 🙂

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...