Quote:
Originally Posted by chris82
Could u explain little more detail? Have not being able to find.
|
AdminCP -> Styles & Templates -> Style Manager -> Style dropdown menu of your style -> Main CSS
Quote:
Originally Posted by BozzaJos
Hey guys!
Been using the Downloads mod since the very beginning but unfortunately, I just encountered a huge database error. When someone tries to download a file, a new browser page opens and the following error is displayed:
Code:
Database error in vBulletin 3.8.1:
Invalid SQL:
SELECT time
FROM dl_downloads
WHERE (`userid`=1
OR `clientip`='xxx.xxx.xxx.xx')
ORDER BY `time` DESC LIMIT 0,1;
MySQL Error : Table 'dl_downloads' is marked as crashed and should be repaired
Error Number : 1194
Request Date : Tuesday, June 30th 2009 @ 05:47:32 PM
Error Date : Tuesday, June 30th 2009 @ 05:47:33 PM
Script : http://url/downloads.php?do=file&id=2032&act=down
Referrer : http://url/downloads.php?do=file&id=2032
IP Address : not important
Username : not important
Classname : vB_Database
MySQL Version : 5.0.77-community
Can anyone please tell me what the error is about and how to solve it? Please note that I already followed the advise of the MySQL Error but repairing the table didn't solve it. MyPHPAdmin said that the table is already uptodate.
Thank you in advance for your reply. Please consider this message urgent because this mod is by far the most important feature of my site and being without it really cripples the site.
Regards,
Bozza
|
I can't tell you a lot more than the error says. If the table is crashed, you need to try repairing it. Try doing this with phpMyAdmin.
As the dl_downloads table is only a log table, you could drop it and recreate it (with all its fields).
Quote:
Originally Posted by paul41598
One other question. How secure is the file based version of this? My files are being stored on the host itself and not on the database. I can access my file and open it if I put in the path manually. I have classified information, and I'm thinking I should utilize the DB for this. Right?
|
DownloadsII isn't meant for classified information. It's just a community mod, not something for NASA

You could guess indeed the file url's.
Quote:
Originally Posted by SSG.D
Hi! Thanks for the mod and your work.
I have a issue with adding to my .htaccess file: When I put
Code:
php_value upload_max_filesize 40M
php_value post_max_size 40M
in the file, my web site will not display, I get a server config error page.
This is what my .htaccess file looks like now
Code:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName mysite.net
AuthUserFile /home/mysite/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/mysite/public_html/_vti_pvt/service.grp
<Files 403.shtml>
order allow,deny
allow from all
</Files>
Can someone give me a hand? or give me a better example of a .htaccess file used in the forum root?
Thanks for any help 
|
This could be due to your hosting configuration, so ask your webhosting company