hello,
i hope to be in the good forum.
i wanted help to put PHP Upload Center 1.4 on my website
i don't understand how to set correct value in the config.php
<?
//
// Copyright (C) 2001, 2002 by Sergey Korostel
skorostel@mail.ru
//-----------------------------------------------------------------------------------------------------------------------------------------
// VARS TO MODIFY / ÏÅÐÅÌÅÍÍÛÅ ÄËß ÍÀÑÒÐÎÉÊÈ ÑÊÐÈÏÒÀ
// See comments in English & Russian.
//-----------------------------------------------------------------------------------------------------------------------------------------
// Link to homepage
// Ññûëêà íà äîìàøíþþ ñòðàíèöó
$homeurl="http://www.minsk2000.to/sattv/sattv/";
// URL where upload center will be installed (do not left the trailing slash)
// URL ãäå ñêðèïò áóäåò óñòàíîâëåí (íà çàáóäüòå çàâåðøàþùèé ñëýø)
//$installurl="http://www.minsk2000.to/sattv/upload";
$installurl="http://127.0.0.1/upload";
// Path and URL to uploads folder
// Ïóòü ê äèðåêòîðèè, êóäà áóäóò çàãðóæàòüñÿ ôàéëû
//$uploads_path="/www/htdocs/sattv/uploads";
//$url_path="http://www.minsk2000.to/sattv/uploads";
$uploads_path="c:\usr\www\uploads";
$url_path="http://www.minsk2000.to/sattv/uploads";
if i put PHP Upload Center 1.4 on
http://mywebsite.com/upload/index.php
if i want uploads come in
http://mywebsite.com/upload/upload/
how to set the four lignes
$homeurl="http://mywebsite.com/upload/";
$installurl="http://mywebsite.com/upload";
$uploads_path="http://mywebsite.com/upload/upload";
$url_path="http://mywebsite.com/upload/upload";
doe'nt work
i hope for your help
many thanks