MyBB Hacks

Full Version: Download System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
1 last Smile

please help me with the htaccess xD
i can't remap it..
i try using another method which is this:

Code:
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?domainname.com/ [nc]
RewriteRule .*.(gif|jpg|png)$ http://domainname.com/img/hotlink_f_o.png [nc]

replacing gif png blah blah to xtread file name
and i think there is something wrong. Do i need to use xthread.php/$ or xthread.php alone only? (sample name only: xthread.php Smile )

You need to look at the URLs.
Probably something like this:

Code:
RewriteRule .*/xthreads_attach\.php/.* http://domainname.com/img/hotlink_f_o.png [nc]

I have problem when I put DisplayFormat code.

the error is 403 forbidden (see attachment)

but when I change/remove code that you gave,  there are no problem.

this is your code for File Upload (Custom Thred Field)

PHP Code:
<form action="{URL}" method="get">
<input type="submit" value="Download Now" />
</form>

Not quite sure why that code can trigger the 403 page for you.
As an alternative, you can use an "usual" link.
(12-26-2010 10:20 AM)RateU Wrote: [ -> ]Not quite sure why that code can trigger the 403 page for you.
As an alternative, you can use an "usual" link.

you means HTML?
Yep.
I can't see the exact address from the screenshot.  My guess is a bad link.
I don't know what means with BAD link, but it happened again.

I installed mybb in other directory, but this time it will redirect to homepage. (differences between real homepage and redirect is Forum Icons)(See attachment)

I try in my localhost , it works great.

problem not only Download system, but also Articles Gallery, Product Reviews , garage.

Or if you want to try, I could give you demo admin account.
Bad link = link to a bad address

Your screenshots conflict with each other (one is 403, other isn't).
You gotta figure out this one yourself unfortunately.
Does this allow users to upload to downloads section or just the admin ?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Reference URL's