Current time: 05-23-2012, 04:00 AM Hello There, Guest! (LoginRegister)


Post Reply 
Image extension mod/Dynamic images
01-05-2012, 11:26 PM
Post: #1
Image extension mod/Dynamic images
Basically users are using Dyanmic images to grab users IP Addresses, the only way i can fix this is to limit the Image hosts allowed to be used im [IMG] on posts, or to disable dynamic images, help please!
Find all posts by this user
Quote this message in a reply
01-07-2012, 06:20 AM
Post: #2
RE: Image extension mod/Dynamic images
Bump please.
Find all posts by this user
Quote this message in a reply
01-14-2012, 04:22 AM
Post: #3
RE: Image extension mod/Dynamic images
Bump again.. This is getting terrible on my forums.
Find all posts by this user
Quote this message in a reply
01-14-2012, 03:06 PM (This post was last modified: 01-14-2012 03:08 PM by Paul H..)
Post: #4
RE: Image extension mod/Dynamic images
There's really nothing you can do about it, honestly.

Also, it's really not that big of a deal. Even if a user gets and IP, how can he identify it with a user? My avatar here on MyBB is generated based on your IP and then cached and logged on my server. I have hundreds of logs. I can't identify one specifically with you however unless I knew the exact moment you first saw my avatar.

~Paul H.
[Image: HZbjvu]
Support PM's will be ignored.
(01-19-2012 12:45 AM)euantor Wrote:  That's caused by plugins being disabled I believe. Don't quote me on that though Wink
Visit this user's website Find all posts by this user
Quote this message in a reply
01-27-2012, 05:07 PM
Post: #5
RE: Image extension mod/Dynamic images
(01-14-2012 03:06 PM)Paul H. Wrote:  There's really nothing you can do about it, honestly.

Also, it's really not that big of a deal. Even if a user gets and IP, how can he identify it with a user? My avatar here on MyBB is generated based on your IP and then cached and logged on my server. I have hundreds of logs. I can't identify one specifically with you however unless I knew the exact moment you first saw my avatar.

It is a forum for a game, so they link the user to a certain thread/post and get their IP in order to attack them in the game.

Is there a way to edit the mycode for the [IMG] tags? Im willing to do anything that needs to be done. It is is ruining the game.
Find all posts by this user
Quote this message in a reply
02-08-2012, 12:17 AM
Post: #6
RE: Image extension mod/Dynamic images
Bump. It can be done.
Find all posts by this user
Quote this message in a reply
02-08-2012, 05:17 AM
Post: #7
RE: Image extension mod/Dynamic images
Create a custom mycode. Use this as the regular expression:

Code:
\[img\](.*?)\[/img\]

For the replacement just do whatever you want it to say instead, or use $1 if you just want to have it. If you need it to only allow images from certain sites let me know and I'll give you a regular expression for that.

+Rep Me If I Helped
View my plugin thread here.
Also, visit MyBBPlug.in/s/ for more plugins.

Visit this user's website Find all posts by this user
Quote this message in a reply
02-10-2012, 06:20 PM
Post: #8
RE: Image extension mod/Dynamic images
(02-08-2012 05:17 AM)Jammerx2 Wrote:  Create a custom mycode. Use this as the regular expression:

Code:
\[img\](.*?)\[/img\]

For the replacement just do whatever you want it to say instead, or use $1 if you just want to have it. If you need it to only allow images from certain sites let me know and I'll give you a regular expression for that.

I need it to allow images from certain sites. I sent you a pm too incase you don't see this.
Find all posts by this user
Quote this message in a reply
02-10-2012, 06:45 PM
Post: #9
RE: Image extension mod/Dynamic images
Yes it's can be really useful, if you can post the regular expression for this, thanks in advance.
Find all posts by this user
Quote this message in a reply
02-10-2012, 08:45 PM
Post: #10
RE: Image extension mod/Dynamic images
You can use something such as this for the regular expression:

Code:
\[img\](http://|https://)((?!site1.com/|site2.com/).*?)\[/img\]

Change the sites to what you want. For the replacement use $1$2 if you want to show the url to the image.

+Rep Me If I Helped
View my plugin thread here.
Also, visit MyBBPlug.in/s/ for more plugins.

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 3 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication