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

Pages: [1] 2 3
1
can you please tell me where we can find the color search mod?

2
Mods & Plugins (Releases & Support) / Re: [MOD] similar images
« on: November 17, 2012, 12:11:30 PM »
My page is heavy mooded and i have around 80.000 images on my page. i figure out twice times when i installed the mood that my server hung up after short time and just after i remove this mod was back. Overall images are with description and keywords right.

3
Mods & Plugins (Releases & Support) / Re: [MOD] similar images
« on: November 15, 2012, 05:49:30 PM »
my server is crashing after adding this mood. somehow stop responding with 100% server load. I notticed that also images that visible only to admin is showing in similat images.

4
vano's update rocks. fixed my queries from 2014 for index to 76...thanks for topic & solutions... allways i find my answers on forum and i use hard the 4image script from 3-4 years. Server load,lots of queries was my main issue for years. Thanks again.

5
Installation, Update & Configuration / Re: Mysql Usage
« on: November 15, 2012, 02:11:56 AM »
What can generate this? i have 765 queries for a page.... i think are too much.



SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '1'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '2'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '3'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '5'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '6'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '7'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '8'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '9'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '10'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '11'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '12'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '13'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '14'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '15'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '16'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '17'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '18'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '19'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '20'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '21'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '22'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '23'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '24'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '25'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '26'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '27'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '29'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '30'
Querytime0

SELECT cat_name
,cat_parent_id FROM 4images_categories WHERE cat_id '31'
Querytime0

6
Mods & Plugins (Releases & Support) / Re: [Mod] Multiupload with jQuery
« on: August 18, 2012, 10:43:52 AM »
i just removed the other  jQuery and also i disabled the SEO Mod replacing session.php ... and the same page and nothing happens... anyways i see if i place the content from member_multi_upload.html inside member.html it sows upload button and i can make upload but not really uploading images... i think is just animation and after no editing page is displayed. In my opinion member_multi_upload.html and member_multi_uploadform.html is not called in my case. When i check source code isn't any code from these two files... i can't figure out why... member.php has the code for that and if i place your mod code above if ($action == "emailuser") { (step.10)  i get only a blank white page. right now code for member php is above... ?>  if you have an working copy of member.php i will try to replace mine... maybee somebody has modified files (member.php,functions.php) from a working mod.

you can see my multiupload page here after i press the button...  http://www.pulsarmedia.eu/member.php?action=multi_upload&cat_id=23

7
Mods & Plugins (Releases & Support) / Re: [Mod] Multiupload with jQuery
« on: August 17, 2012, 06:34:10 PM »
i did in root also  /js/multiupload &  template/js/multiupload  also in (root/js/js/multiupload  template/js/js/multiupload) to be shure :P  i think is something else...

8
Mods & Plugins (Releases & Support) / Re: [Mod] Multiupload with jQuery
« on: August 17, 2012, 03:49:22 PM »
is anything else to modify? i get a blank page when i edit member.php and if i put the code elsewhere no upload button apear... somehow member_multi_upload.html not apear... i tried also to place code inside member.html and it shows something but not working... my script is 1.7.6. and my page www.pulsarmedia.eu

my member.php


9
    From 3 years i had this in my mind and today i get the solution...  my solution...

i have a dedicated server and 2 galeries with same database.  Now both galeries from diferent domains also is using the same folder gallery... and that is cool for my... i din't get any solution until today.


  In first place you must be shure SymLinks is running on your server!

For that I just added in my http.conf the folowing lines:

<Directory "/home/domain2">
    Options Includes Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

For VPS will be:  (not teste myself... my server is dedicate)
Edit the /private/etc/apache2/extra/httpd-vhosts.conf file and add:
<VirtualHost *:80> 
    <Directory /Users/yourUserName/Sites/MyWebSite.com>
        Options +FollowSymlinks +SymLinksIfOwnerMatch
        AllowOverride All
    </Directory>
  DocumentRoot /Users/yourUserName/Sites/MyWebSite
  ServerName MyWebSite.local
</VirtualHost>

Be shure AllowOverride is set to "All" ...otherwise rewrite engine will be ignored.



   Then you must create a SymLink where /data  folder is and rename it for safety the original one. (first time rename folder ex: datax and then make the SymLink (a shortcut pointing the other gallery data folder. You can create the SymLink (shorcut) with SCP for windows or from terminal Mac Osx to run the command:

ln -s /home/domain1/public_html/data /home/domain2/public_html/   (that mean that domain2 will have in public_html where data folder is located, the SymLink "data" witch will point to domain1 data folder.



That's all Folks

I also tested the upload and the image is on both sites with just one upload.

I love this script guys!

10
I find the place in my page for this MOD. Many Thanks!

My Demo:
On Detail image "Info"

http://www.pulsarmedia.eu/r_space_exploration_wallpapers_14_planet_with_rings_wallpaper_2560x1600_83988.html

11
I'm using it but i notticed that page is loading after a few secconds... 15-20 sec of thinking. Without the randomizing code is instant.

12
Mods & Plugins (Releases & Support) / Re: iPhone / iPad App: GalleryControl
« on: December 07, 2011, 11:15:42 AM »
...i just installed the app but is not connecting.. any sugestion?

13
hi, i searched about the way to add for thumbnail in html width= and height= this is missing from my html code. Somebody know where i must looking for?

14
Verry nice mod... but on my server makes verry much load... After my server upgrade i was tried again the mod and was the same for my page. Also i have more other mods installed.

this is querry with 250 query /sec

SELECT i.word_id, i.word_text, COUNT( c.word_id ) AS quantity
FROM 4images_wordlist i
LEFT JOIN 4images_wordmatch c ON i.word_id = c.word_id
WHERE keys_match >0
GROUP BY i.word_text
ORDER BY RAND( )
LIMIT 30

15
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: October 01, 2010, 06:33:22 PM »
How about to make different fields in admin panel with title and description for each language?
Is possible to select diferent languages without changing url?

Pages: [1] 2 3