vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Can I make a php file save images to the server? (https://vborg.vbsupport.ru/showthread.php?t=36216)

wakawaka 03-16-2002 05:40 PM

Can I make a php file save images to the server?
 
I can use this script to show a list of pictures, then i have to save them all by hand then upload them to the server:

<?

for($number = 100; $number <= 150; $number++)
{
echo "<img src=\"http://im.imaginistix.com/imaginistix/web/2008comps/B-$number.jpg\"><br>";
}
?>


can i edit the script to make it save the images to the web server directly? So once i load the file, instead of showing all of the pictures it will just save it to the directory that the script is in?

All advice is appreciated, I need the help badly, I am trying to come up with a massive gallery collection for my site.

and before you ask, the authors of the pictures clearly state on the site, as long as I link to their site they are ok with the use of their pictures.

thx in advnace.

wakawaka 03-16-2002 08:12 PM

bump bump :)

wakawaka 03-19-2002 04:19 PM

can anyone at least point me in the right diection?

wakawaka 03-19-2002 05:01 PM

I used this script a minute ago:

<?

for($number = 10; $number <= 54; $number++)
{
$image = fopen ("http://www.arcticnightfall.com/berserk/pix/episode_01/image00$number.jpg", "r");

copy ($image, $image);
}

?>

and this is all it gave me:

Warning: fopen("http://www.arcticnightfall.com/berserk/pix/episode_01/image0010.jpg","r") - Unknown error in /home2/www/myurl/berserk/test/test.php on line 5

Warning: Unable to open '' for reading: No such file or directory in /home2/www/myurl/berserk/test/test.php on line 7

Warning: fopen("http://www.arcticnightfall.com/berserk/pix/episode_01/image0011.jpg","r") - Unknown error in /home2/www/myurl/berserk/test/test.php on line 5

Warning: Unable to open '' for reading: No such file or directory in /home2/www/myurl/berserk/test/test.php on line 7

wakawaka 03-19-2002 05:01 PM

well that repeated all the way to image 050.jpog, but i did not need to copy and paste 50 errors


All times are GMT. The time now is 12:22 PM.

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.01370 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete