Jun 25, 2010, 02:42 PM
(This post was last modified: Jun 26, 2010, 09:38 AM by MrAnonymous.)
Hey guys, this is my first release
Mod Name: Rep Given Page
Mod Author: Boxxy
Mod Website: http://gamingsenses.com
Mod Version: 1.1.2
Mod Mybb Compatibility: 1.4.X
Mod File Edits: None
Mod File Uploads: 1
Mod Description: View reputations a user has given out
Installation
1. Upload File
/repgiven.php
2. Edit the profile template
Member Templates -> member_profile_reputation
Before the
Put
DEMO:
http://gamingsenses.com
Enjoy :]
Fixed the mysql vuln labrocca pointed out.
Mod Name: Rep Given Page
Mod Author: Boxxy
Mod Website: http://gamingsenses.com
Mod Version: 1.1.2
Mod Mybb Compatibility: 1.4.X
Mod File Edits: None
Mod File Uploads: 1
Mod Description: View reputations a user has given out
Installation
1. Upload File
/repgiven.php
2. Edit the profile template
Member Templates -> member_profile_reputation
Before the
Code:
{$vote_link}
Put
Code:
[<a href="repgiven.php?uid={$memprofile['uid']}">Given</a>]
DEMO:
http://gamingsenses.com
Enjoy :]
Fixed the mysql vuln labrocca pointed out.