upload.php - find some text. upload.php - find some text.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

upload.php - find some text.

Started by taulen, July 03, 2005, 12:27:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

taulen

If you go to : url/upload.php - you will find the text :
Quoteow you may upload your files using the upload boxes below. The size of files uploaded from your client to the server should not exceed 1024 KB each. ZIP files uploaded in the 'File Upload' and 'URI/URL Upload' sections will remain compressed.

When using the URI/URL upload section, please enter the path to the file like so: http://www.mysite.com/images/example.jpg

When you have completed the form, please click 'Continue'.

In what *.php document do you find that text, I just want to add some text there :)

Nibbler

All text is contained in the language files. Seeing as that is english text it would be in lang/english.php

taulen