News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Bad Behavior for SMF mod

Started by butchs, April 12, 2010, 05:23:56 PM

Previous topic - Next topic

butchs

Try putting the attached on your web site and updating the link.
I have been truly inspired by the SUGGESTIONS as I sit on my throne and contemplate the wisdom imposed upon me.


floridaflatlander

Quote from: TrickyRicky on June 07, 2012, 08:26:21 AM
if i could find the link i would

I agree or am I confussed?

I thought that the URL link (www.bad-behavior.ioerror.us) was a credit/heads up/advertisement on where the mod Bad Behavior came from. And would be used in one of two ways

advertisement
Quote<p><a href="http://www.bad-behavior.ioerror.us/">
<img src="http://www.mysite.com/images/bad-behavior-80x15.png"
alt="Bad Behavior" height="15" width="80" /></a></p>

or advertisement and use image to help bad behavior count useage
Quote<p><a href="http://www.bad-behavior.ioerror.us/">
<img src="http://www.bad-behavior.ioerror.us/images/bad-behavior-80x15.png"
alt="Bad Behavior" height="15" width="80" /></a></p>

Kindred

hmmm, hmmm and double hmmm....

WHERE is that image supposed to be appearing for you?  Because I just looked through my code and the ONLY reference that I found to that URL was in /Sources/bad-behavior/BadBehavior-SMF.php
and that adds the link at the bottom of the index page


         echo '<p><a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> has blocked <strong>'.$blocked.'</strong> access attempts in the last '.$timelimit.' days.</p>';


I can not find any reference at all to the image...






separate question for butchs...
the new update...
did you only change bad-behavior files or did you change the codes that get inserting into SMF files?
(in other words, could I do a "dirty" upgrade by just over-writing the bad-behavior files with the new versions?)
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

floridaflatlander

I just wanted a link to give credit for bad behavior and as I said I couldn't get www.bad-behavior.ioerror.us to work .... so I settled for

<p><a href="http://custom.simplemachines.org/mods/index.php?mod=2502">
<img src="../images/site-images/bad-behavior-80x15.png"
alt="Bad Behavior" height="15" width="80" /></a></p>

TrickyRicky

Quote from: Kindred on June 07, 2012, 09:33:52 AM
hmmm, hmmm and double hmmm....

WHERE is that image supposed to be appearing for you?  Because I just looked through my code and the ONLY reference that I found to that URL was in /Sources/bad-behavior/BadBehavior-SMF.php
and that adds the link at the bottom of the index page


         echo '<p><a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> has blocked <strong>'.$blocked.'</strong> access attempts in the last '.$timelimit.' days.</p>';


when you right click on the missing image you get http://www.bad-behavior.ioerror.us/images/bad-behavior-80x15.png and hmmmm yep im lost with it to cant find it iv looked for two days now

i will add a link back as post above but need to remove the old one first..
I can not find any reference at all to the image...






separate question for butchs...
the new update...
did you only change bad-behavior files or did you change the codes that get inserting into SMF files?
(in other words, could I do a "dirty" upgrade by just over-writing the bad-behavior files with the new versions?)

Kindred

trickyricky...


umm....  I think you had a quote failure.

However, reading your post, I reiterate -- I FIND NO REFERENCE TO THAT IMAGE.
you did not answer my question.
WHERE is that image supposed to be appearing for you?
I don't see any missing image...   I don't see any not missing image... I don't see any call for that image, at all.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

TrickyRicky

Sorry its on the portal home page at the bottom

when i installed the mod thats where it showed up then about a week ago it went missing and portal home loads real slow

epic quote fail sorry about that


floridaflatlander

Quote from: TrickyRicky on June 07, 2012, 12:39:53 PM
when i installed the mod thats where it showed up then about a week ago it went missing and portal home loads real slow

It loads slow because the link to http://www.bad-behavior.ioerror.us/ doesn't work and the browser is trying to download an image from a site that is not up.

You can down load the image above and put it in your image file and keep the link to bad-behavior.ioerror.us if you want.

Kindred

to both floridaflatlander and trickyricky...

once again... I am confused.
I looked through the badbehavior code and I can find no reference to this image at all.
either as an image or as a link.

The only reference that is even similar was the link text that I indicated above...

TrickyRicky, can you give me a link to your site to see the missing image?
because the only template file that would be affected is "index.template.php" and this image was not added to mine (and I use a portal as well)
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

floridaflatlander

If you go to http://custom.simplemachines.org/mods/index.php?mod=2502 and schroll down a little you see a section that says

QuoteBad Behavior / Bad Behaviour icons for your front page:
Show everyone that you have taken the care to protect your forum from spammery:

<p><a href="http://www.bad-behavior.ioerror.us/">
<img src="http://www.bad-behavior.ioerror.us/images/bad-behavior-80x15.png"
alt="Bad Behavior" height="15" width="80" /></a></p>>

Please copy the above master image to your site and adjust only the image link.  Let the bad bots come to Bad Behavior.

I put this on my index.template.php footer section, anyone could see it, signed in or not. I didn't have the image in my file(as it is now) which is where I started noticing the slow down load on the image.

Kindred

ok...   so, in other words, that icon and link are not actually part of the mod itself. those are things that you manually added on your own sites, based on the comment in the mod description.......

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

floridaflatlander

Quote from: Kindred on June 07, 2012, 01:56:44 PM
ok...   so, in other words, that icon and link are not actually part of the mod itself. those are things that you manually added on your own sites, based on the comment in the mod description.......

yes

TrickyRicky

Yes thanks guys i found it an admin that was banned from my site added it iv found it hidden in a block that had no title

i thank you guys for all your help

gawd i should have looked harder lol but issue solved

Etcher

TeenDev is a web-based community for aspiring developers around the world.
Here you can find mentors, collaborate with others on projects, and learn more about your passions.
Join us @ teendev.net/forums/ [nofollow]

TheListener

Quote from: Etcher on June 07, 2012, 11:21:41 PM
How effective is this mod and does it slow down load times?

This effective

QuoteBad Behavior has blocked 124 access attempts in the last 7 days.

andf no.

:)

Etcher

Interesting. Have you run into any problems with your users being blocked?
TeenDev is a web-based community for aspiring developers around the world.
Here you can find mentors, collaborate with others on projects, and learn more about your passions.
Join us @ teendev.net/forums/ [nofollow]

TheListener

Quote from: Etcher on June 07, 2012, 11:30:48 PM
Interesting. Have you run into any problems with your users being blocked?

Only the ones whom eat....


Etcher

TeenDev is a web-based community for aspiring developers around the world.
Here you can find mentors, collaborate with others on projects, and learn more about your passions.
Join us @ teendev.net/forums/ [nofollow]

butchs

Yum...  I am the only one in my house who loves it for breakfast.  Thank goodness they now offer it in single pack servings.  Perfect to brown to golden perfection for breakfast!
O:)
I have been truly inspired by the SUGGESTIONS as I sit on my throne and contemplate the wisdom imposed upon me.

Advertisement: