vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - DownloadsII (https://vborg.vbsupport.ru/showthread.php?t=120122)

maidos 05-23-2008 01:32 AM

please reply to my post. it concerns the downloads restriction please
I cannot continue like this since the members will just go over the bandwidth allotment and i cant afford to pay overage fees

this member is only suppose to download 3 times per day
and now im seeing more user downloading more than 3 times per day. please please fix this

also member can download multiple times under one minute which i did set 60 second waiting time. This exploit clearly can enable big threat like putting my server under high load please answer

also when i upgraded to the latest mods, it now gives eveyrone no eta and unknow file size

g2400w 18:32, 22nd May 2008 63.45 MB 61.86.132.194
g2400w 18:32, 22nd May 2008 9.79 MB 61.86.133.117
g2400w 18:31, 22nd May 2008 70.14 MB 61.86.132.146
g2400w 18:28, 22nd May 2008 115.19 MB 61.86.133.133
g2400w 18:28, 22nd May 2008 13.10 MB 61.86.132.37
g2400w 18:27, 22nd May 2008 30.23 MB 61.86.133.197
g2400w 18:25, 22nd May 2008 79.32 MB 61.86.133.180
g2400w 18:24, 22nd May 2008 50.97 MB 61.86.132.206
g2400w 18:24, 22nd May 2008 18.02 MB 61.86.132.107
g2400w 18:22, 22nd May 2008 67.08 MB 61.86.133.216
g2400w 18:19, 22nd May 2008 152.99 MB 61.86.133.98
g2400w 18:19, 22nd May 2008 32.71 MB 61.86.132.149
g2400w 18:17, 22nd May 2008 88.78 MB 61.86.132.154
g2400w 18:14, 22nd May 2008 139.26 MB 61.86.133.28
g2400w 18:13, 22nd May 2008 47.71 MB 61.86.132.158
g2400w 18:12, 22nd May 2008 39.49 MB 61.86.133.16
g2400w 18:11, 22nd May 2008 44.52 MB 61.86.133.8
g2400w 18:11, 22nd May 2008 23.00 MB 61.86.132.88
g2400w 18:10, 22nd May 2008 30.20 MB 61.86.132.105
g2400w 18:09, 22nd May 2008 66.08 MB 61.86.132.229
g2400w 18:07, 22nd May 2008 83.21 MB 61.86.133.69
g2400w 18:06, 22nd May 2008 56.98 MB 61.86.132.21
g2400w 18:05, 22nd May 2008 17.67 MB 61.86.133.41

xoutlawz00x 05-23-2008 04:17 AM

i think what hes doing is renewing his ip and flushing his cache....

xoutlawz00x 05-23-2008 04:18 AM

can i some how put ads in the download section??

carrlos 05-23-2008 06:31 AM

Quote:

Originally Posted by RS_Jelle (Post 1411831)
That's because of the default upload limit of PHP.

You need to create a file named .htaccess (note the period in front of the name). Put the following two lines into the file:

Code:

php_value upload_max_filesize 30M
php_value post_max_size 30M

Upload the file into your forum directory (the same location where downloads.php is located.)

This will increase the size of the file you can upload to 30MB.

This is either not working for me, or I don't know how to create the file. Can someone help me please.

Skyrider 05-23-2008 08:03 AM

Jelle, may I ask why you didn't replied to my private message on the http://www.minatica.be forums while you do reply here to people? I've been waiting over a week now.

nike.stars 05-23-2008 09:14 AM

is it possible to change / editing the php file to change thumbnail size? I feel it a little bit small, i prefer it to be about 250x250 pixel somehow

and how do i show up "Mod of the Month" just like in your demo site?

Black Tiger 05-23-2008 03:13 PM

Quote:

Originally Posted by carrlos
This is either not working for me, or I don't know how to create the file. Can someone help me please.

Just make a file called htaccess.txt in windows. Put the lines in there.
Upload it to your server's public_html directory.
Then rename the file via the ftp program to .htaccess and you're done.

If these lines in a .htaccess file don't work or give an "internal server error" notice, then the host has not set it up so you can use these in your .htaccess file. In that case you have to ask the host to raise the size in the php.ini.

carrlos 05-23-2008 03:22 PM

What's up with the support on this mod?? I've posted twice and have gotten no response.

Edit:
I just saw Tiger's response. That's what I did but it didn't work. I am calling my hosting company now.

Edit 2:
They just said my default is 8MB and that the max is 15MB. But the file I tried to upload was less than 3MB. Any ideas anyone?

Edit 3:
Here is my php.ini file:
Code:

register_globals = off
allow_url_fopen = off

expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="

[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so


blind-eddie 05-23-2008 03:34 PM

Quote:

Originally Posted by Black Tiger (Post 1529057)
Just make a file called htaccess.txt in windows. Put the lines in there.
Upload it to your server's public_html directory.
Then rename the file via the ftp program to .htaccess and you're done.

If these lines in a .htaccess file don't work or give an "internal server error" notice, then the host has not set it up so you can use these in your .htaccess file. In that case you have to ask the host to raise the size in the php.ini.

Actually, anyone can change their php.ini
max upload size. Most host have added the php.ini file to most if not all folders within your domain. If you find you dont have one in each folder, simply add it by copying the one in your root.

carrlos 05-23-2008 03:40 PM

Thanks blind-eddie, please see my php.ini file in the post above yours and tell me if you see anything unusual or anything that needs changing.


All times are GMT. The time now is 02:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03423 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete