Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 05-13-2002, 02:04 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

]
Quote:
Originally posted by Sparkz


Try
PHP Code:
$file=str_replace ("'","-",stripslashes ($file)); 
Looks like the ' is already escaped.
U're da man! :bunny: Thanx a lot! working
Reply With Quote
  #12  
Old 05-13-2002, 02:28 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

]here's my code
Code:
case "download":
echo "
<html>
<head>
<title>File Download</title>
</head>
<body>
<center>
";
$list = "<table width=400 border=0 bordercolor=#5A0202 style=\"border-collapse: collapse\">";
$list .= "<tr><td width=400><center>Click To Download</td></tr>";
$dir = opendir($absolute_path);

function rendersize($size) {

	$type = 'bytes';

	if ($size > '1023') {

		$size = $size/1024;
		$type = 'KB';

	}

	if ($size > '1023') {

		$size = $size/1024;
		$type = 'MB';

	}

	if ($size > '1023') {

		$size = $size/1024;
		$type = 'GB';

	}

	if ($size > '1023') {

		$size = $size/1024;
		$type = 'TB';

	}

	// Fix decimals and stuff
	if ($size < '10') $size = intval($size*100)/100;
	else if ($size < '100') $size = intval($size*10)/10;
	else $size = intval($size);

	// Comment the following line if you want X.XX KB displayed instead of X,XX KB
	$size = str_replace("." , "," , $size);
}

while (false !== ($file = readdir($dir))) {
if (($file != "..") and ($file != ".")) {

$list .= "<tr><td width=400><a href=$dl/$file>$file</a></td></tr>";
}
}

$list .= "</table>";
echo $list;
echo"
</center>
</body>
</html>";
Fatal error: Cannot redeclare rendersize() in /home/wooolf/WWW/updown.php on line 45
where line 45 is
Code:
function rendersize($size) {
Am I completely useless? :disappointed:
Reply With Quote
  #13  
Old 05-13-2002, 02:59 PM
Sparkz's Avatar
Sparkz Sparkz is offline
 
Join Date: Nov 2001
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of all, move the rendersize-function out of the switch. Then make sure that there is only one copy of it being loaded on execution. Check to see if it might be present in an include-file or something.
Reply With Quote
  #14  
Old 05-13-2002, 03:16 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

]removed, checked... dupe from config.php (include) deleted...
no errors. good

now trying to find out wich variable to insert
Reply With Quote
  #15  
Old 05-13-2002, 04:07 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

]got it to work at last used
Code:
$size = rendersize (filesize ($file));
Thanx all who helped me out Nice to see people that still help others
Good luck.
Reply With Quote
  #16  
Old 05-13-2002, 04:10 PM
Sparkz's Avatar
Sparkz Sparkz is offline
 
Join Date: Nov 2001
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I did tell you a few posts up to use that syntax
Reply With Quote
  #17  
Old 05-13-2002, 04:44 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

]yep, thanx again

u can see live demo here : removed

still working on it thought

link will be removed in 30 min
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:37 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04082 seconds
  • Memory Usage 2,226KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete