Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - chudy16

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: January 09, 2007, 04:08:53 PM »
I have a huge problem with this mod . . .

I have done everything 2 times and when I choose an avatar, in the database there is no change

I may upload some avatar, avatar will be on server but there is still no change in database

In database there is still no number, letter nothin in row user_avatar !!!!

Can someone help mee ? ? ?

2
Plugins / Re: [Plugin] Import images from external webspace (Beta)
« on: May 12, 2006, 11:21:00 PM »
I changed this code in import_webimages.php
Code: [Select]
$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";
define('ROOT_PATH', $root_path);
require(ROOT_PATH.'admin/admin_global.php');
include(ROOT_PATH.'includes/search_utils.php');
by this
Code: [Select]
$nozip = 1;
define('IN_CP', 1);
$root_path = (!eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../" : "./../../";
define('ROOT_PATH', $root_path);
require(ROOT_PATH.'admin/admin_global.php');
include(ROOT_PATH.'includes/search_utils.php');
because without this change the plugin doesn`t start in Control Panel. Also how can I make an auto thumbnailer for the files which I am uploading ? ? ? Because in Control Panel "Auto thumbnailer" doesn`t show this new photos. Would you like to help me with this problem. It`s very important for me because I don`t have enough space in my frst server so I must redirected my photos to other one. Please help me.
PS. Sorry for my bad English.

Pages: [1]