MyBB Community Forums
[For 1.6] Jammerx2's Plugins - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.6] Jammerx2's Plugins (/thread-62325.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21


RE: Jammerx2's Plugins - alv4 - 2010-08-11

I will wait the updates for 1.6 Smile


RE: Jammerx2's Plugins - Diogo Parrinha - 2010-08-11

The Thread Link plugin contains an XSS security hole. I've just reported the first post so it gets removed temporarily until the author fixes it.

Plus, it does not even detect if the URL is a valid URL.
(and improve your indentation please)


RE: Jammerx2's Plugins - Jammerx2 - 2010-08-12

(2010-08-11, 05:14 PM)Pirata Nervo Wrote: The Thread Link plugin contains an XSS security hole. I've just reported the first post so it gets removed temporarily until the author fixes it.

Plus, it does not even detect if the URL is a valid URL.
(and improve your indentation please)

Thanks for reporting the file. I have fixed the vulnerability. It seems I got a bit sloppy as administrators would be the only one able to use it.

Regards,
Jammerx2
Created a plugin called Advanced MyCode permissions. Until it's accepted into the mods database you can download it here.

http://community.mybb.com/thread-75877-post-555065.html#pid555065


RE: Jammerx2's Plugins - Diogo Parrinha - 2010-08-13

Also you should probably add quotes around array indexes.
Like here:
if($thread[tlink] != "" && $mybb->usergroup['cancp'] != 1)

If the constant tlink is defined then you're plugin will probably not work as expected.

Instead of:
header('Location:'.$thread["tlink"].'');

Maybe you should try to use MyBB's redirect() function?

Instead of $db->query, use $db->write_query, for more info about this see here.

Smile


RE: Jammerx2's Plugins - Jammerx2 - 2010-08-13

Well, I'm used to $db->query already. Also, I usually add quotes around the indexes, I must have made a typo there.

Thanks for your opinions.

Regards,
Jammerx2


RE: Jammerx2's Plugins - Jammerx2 - 2010-08-14

I am currently checking and updating the plugins to work with 1.6. So far I have made all plugins up to Hide Post Contents both 1.4 and 1.6 compatible.


RE: Jammerx2's Plugins - FBI - 2010-08-14

Hide Post would be nice in 1.6 Wink


RE: Jammerx2's Plugins - andrewjs18 - 2010-08-14

jammer, does this plugin-Guest's Can't View Threads - 1.0

allow an admin to specify which forums this works in?


RE: Jammerx2's Plugins - Jammerx2 - 2010-08-15

(2010-08-14, 08:42 PM)Shemo Wrote: jammer, does this plugin-Guest's Can't View Threads - 1.0

allow an admin to specify which forums this works in?

No, unfortunately not. I have been busy so have not been able to update old plugins with new features. I hope to some time in the near future, but it won't be too soon unless I am getting paid for it.

Edit:

I have updated my Advanced MyCode Permissions plugin. Now you can use variables in custom mycode. This will allow you to do much more with mycode.

Regards,
Jammerx2


RE: Jammerx2's Plugins - The Grinch - 2010-08-15

Just tried the group post css, but it doesnt seem to let us change the font color of the messages?

Also i couldnt get it to work with any other theme but default. i think this must be a bug though because the fit on page mod wont apply its settings to non default themes either. im assuming.