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 - jackald

Pages: [1] 2
1
Ianm  using mode which cache image page. (http://www.4homepages.de/forum/index.php?topic=11441.msg64952#msg64952)

And now when i click on image it wont redirect to orginal picture,

How can i sole that?


2
Mods & Plugins (Requests & Discussions) / Re: Cache images page
« on: December 07, 2009, 03:55:46 PM »
It works great, but what if I am using mod with big pictures( /big directory for original images)
When i click on image it wont direct you to original image.

3
Discussion & Troubleshooting / Cache footer.html
« on: July 26, 2008, 10:57:34 AM »
Is there any way not to cache footer.html. I am using dynamic rotations of links there and when i use cache links wont rotate.

4
ok now it works when i enter www.domain.com/wallpapers  but it wont work when i go to www.wallpapers.domain.com it wont show any images is there anyway to fix that?


Maybe there is a way to create shortcut on server. For example i would create one in new installation directory and then change  in constans.php to point to it ?


5
ok now it works when i enter www.domain.com/wallpapers  but it wont work when i go to www.wallpapers.domain.com it wont show any images is there anyway to fix that?

6
Not good. I have got gallery which contains about 7GB images. And i want to create second one on different domain in another language.  So there is now way to use the same data directory ?

7
I want to use "data/media"  on two sites so that i dont have to upload all imagase to second websites because it will use the same as first one.
Both web pages are on the same server but diffrent users.

i tried to setup secend website constants.php

// Data paths
define('MEDIA_DIR', 'home/onpl24/public_html/tapety/data/media');
define('THUMB_DIR', 'home/onpl24/public_html/tapety/data/thumbnails');
define('MEDIA_TEMP_DIR', 'home/onpl24/public_html/tapety/data/tmp_media');
define('THUMB_TEMP_DIR', 'home/onpl24/public_html/tapety/data/tmp_thumbnails');
define('DATABASE_DIR', 'data/database');
define('TEMPLATE_DIR', 'templates');


But it doesn't work what ai did wrong is it possible to use the same "data/media" on both websites?

8
How can i  do it the easiest way. I just want to edit jpg.html 

it looks like this:
<a href="{media_src}">
<img src="{media_src}" border="1" alt="{image_name}"  /></a>

This link should it be edit to point to big directory and specific file

i tried
<a href="big/{cat_id}/{image_file_name}">
<img src="{media_src}" border="1" alt="{image_name}"  /></a>

But i doesnt work i dont know why

9
why this {cat_id}   {image_file_name} doesnt work in    template/default/media/jpg.html ?

10
Chit Chat / Working very slow after migration to Plesk
« on: October 29, 2006, 05:14:41 PM »
 I have got  problem after migration and pointing dns I notice that all of my websites are working horribly slow. I just changed from cpanle to plesk the same datacenter and better server what can by wrong?

11
I want to  create new domain with 4images and use images from old one also sql can be the same how can I do that?

12
Is it compatible with 1.7.3 i edited member.php and i cant find

"cat_name" => ($cat_id != 0) ? htmlspecialchars($cat_cache[$cat_id]['cat_name']) : get_category_dropdown($cat_id),


13
Was there any modification in mysql database? or can i leave the one from 1.7 ?

14
Espaņol / Castellano / Re: [MOD] Integrar Google VIDEO y YouTube
« on: September 15, 2006, 12:07:09 AM »
What should i do with member_uploadform.html to add google and youtube fileds?

15
Espaņol / Castellano / Re: [MOD] Integrar Google VIDEO y YouTube
« on: September 12, 2006, 06:46:48 PM »
Everything works but when I want to upload for example thumbnail and i add Youtube code i get error like this

"Warning: move_uploaded_file(./../data/media/2/blank.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/jajex/public_html/test/includes/upload.php on line 117

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpMmTjgV' to './../data/media/2/blank.jpg' in /home/jajex/public_html/test/includes/upload.php on line 117"

Any idea?

Pages: [1] 2