1
diego_redin
Upload 200 avatars?
  • 2005/3/2 1:04

  • diego_redin

  • Just popping in

  • Posts: 5

  • Since: 2005/3/1 0


Hi!

I want to know if i can upload my two hundred avatars easily or i have to put them one per one.

Thanks a lot!

2
carnuke
Re: Upload 200 avatars?
  • 2005/3/2 1:10

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


Hello and welcome to XOOPS forums

Have a look at this post here https://xoops.org/modules/news/article.php?storyid=1816

3
banned
Re: Upload 200 avatars?
  • 2005/3/2 18:44

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Uhm, try this:
http://www.thelair.it/varie/main.phps

Put it in XOOPS_ROOT_PATH/modules/system/admin/avatars/
Make a backup of the previous file.
Create dir /uploads/cache/ and CHMOD it 777.

Tested on a fresh 2.0.9.2 install.

4
catalin12345
Re: Upload 200 avatars?

could you give a link from where to download those 200 avatars or more avatars?
for mass uplods avatars try these:
http://www.wf-projects.com/modules/wfdownloads/singlefile.php?cid=1&lid=45

5
banned
Re: Upload 200 avatars?
  • 2005/3/2 19:08

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:

catalin12345 wrote:
could you give a link from where to download those 200 avatars or more avatars?
for mass uplods avatars try these:
http://www.wf-projects.com/modules/wfdownloads/singlefile.php?cid=1&lid=45


Old version, system/admin/avatars/main.php has changed in 2.0.9.2

6
Catzwolf
Re: Upload 200 avatars?
  • 2005/3/2 19:21

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


It still should work with this version of Xoops.

7
banned
Re: Upload 200 avatars?
  • 2005/3/2 19:40

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


I know, but is not that hard work change $HTTP_POST_VARS to $_POST and the same for $_GET
Next version will have some others change, I think.

Quote:

php.net uses this

// Backward compatible array creation. After this point, the
// PHP 4.1.0+ arrays can be used to access variables coming
// from outside PHP. But it should be noted that these variables
// are not necessarily superglobals, so they need to be global-ed!
if (!isset($_SERVER))
{
$_GET = &$HTTP_GET_VARS;
$_POST = &$HTTP_POST_VARS;
$_ENV = &$HTTP_ENV_VARS;
$_SERVER = &$HTTP_SERVER_VARS;
$_COOKIE = &$HTTP_COOKIE_VARS;
$_REQUEST = array_merge($_GET, $_POST, $_COOKIE);
}

$PHP_SELF = $_SERVER['PHP_SELF'];

HTTP_GET_VARS is obsolete in php5

8
Catzwolf
Re: Upload 200 avatars?
  • 2005/3/2 20:06

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Um, they maybe obsolete but they are still available to use. If that where the case I would not be able to use modules with those globals.

Btw, I develop everyday with PHP5 and I have still seen these 'globals' used in code. I do believe that find and replace does still work on many computers anyway. :-p

Scott

9
catalin12345
Re: Upload 200 avatars?

guys any links to download 200 avatars?or more ??
pack of avatars?!!!
pls tell me some links to download avatars!thanks in advantaje

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits