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

Pages: [1] 2 3
1
Mods & Plugins (Releases & Support) / Re: [MOD] Facebook Connector V1.0
« on: October 03, 2011, 12:36:08 PM »
@budduke

sorry for late reply i was just out of town, you can check it here http://www.pukhtosongs.com/song-paroon-na-maloomedey-1596.html

2
Mods & Plugins (Releases & Support) / Re: [MOD] Facebook Connector V1.0
« on: September 29, 2011, 04:47:09 PM »
Hi,

Thanks budduke you were right, I missed the code in sessions.php :P now its working perfect,

another issue (not related to this MOD) I have added facebook comments plugin in details.html file, every thing is fine except when a user comment on an image the comment also post on his profile with a BACK LINK to that image, when click on that link from facebook the user get to the page but cant see any comments there, it is because facebook add ?fb_comment_id=fbc_5007219748935_660290_5007219838935 and some unique id to every back link, can you help me how to remove that extra part from the url? I am using [MOD] Google Friendly Urls For 4images Best Seo Mod.

3
Mods & Plugins (Releases & Support) / Re: [MOD] Facebook Connector V1.0
« on: September 28, 2011, 11:27:30 PM »
Hi,
this mod was working perfect with V 1.7.7 Now I am trying to install this mod on V 1.7.10 but getting this error message:
Fatal error: Call to undefined method Session::fb_login() in /home/MY USER/public_html/facebook/fbstatus.php on line 72

after this when i remove ?fb_status=1 from the url and reload the page its shows facebook loged in but 4images login form is still visible means user is loged in to facebook but not to 4images.

any idea?

4
Hi,

i want to display new images on my gallery front page in a Slider like http://sorgalla.com/projects/jcarousel/examples/static_auto.html ... any one here can give a start? if i get a clue perhaps i,ll do it.

5
Hi X23,

well the category i am facing this error has 83 pictures, 33+ MB of size.


Best Wishes

6
Hi,

MOD is working perfect but on few categories which has more images i get this error
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11373269 bytes) in /home/xxx/public_html/includes/zip.php on line 85

7
thnx @ x23piracy

8
Hi,

thnx for your help works fine for me now just want v@no to review the code if it is ok.
if ($file_added) {
      @
set_time_limit(120);
      
$file['file_name'] = $cat_cache[$cat_id]['cat_name'].".zip";
      
$file['file_data'] = $zipfile->send($cat_cache[$cat_id]['cat_name'].".zip");
      
$file['file_size'] = strlen($file['file_data']);
    }


9
Thnx V@no this MOD is working for me now, the generated zip file name is numeric (random numbers "12387653.zip") is it possible to make zip file name as category name? i.e my_cat_name.zip.

10
Hello,

Trying to use this MOD with 4images 1.7.7, when click on download button i get this error.
Code: [Select]
An unexpected error occured. Please try again later.

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/user3/public_html/includes/db_mysql.php on line 116

An unexpected error occured. Please try again later.

11
Wow .... thanx v@no it works now

12

same as before but now i get error message "An unexpected error occured. Please try again later."

13
i added th tag {news_images_bycat} on my home page, i have a main category ID = 2 and it has a sub cat ID = 8 when i assign sub cat ID directly to (   $bycat_in = array(my sub cat ID 8);  ) without adding your code it works and display the new images from that sub cat, but after adding the code i assign Main Cat ID which is in my case 2, there is nothing to display.

rest of the page is ok, every things are displying, my code is:
// Option Start

$bycat_in = array(2); // Change the Number in your category-id - ID ripping by commas

$main_cat_id 2//Main Category ID
$subcat_ids = array();
get_subcat_ids($main_cat_id$main_cat_id$cat_parent_cache);
$bycat_id $subcat_ids;
// Option Ende

14
hi v@no!
i add the code after line
Code: [Select]
$bycat_in = array(my cat ID); but there is no output except a blank space. please let me know where i exactly place or replace the code.

Thanx

15
great and very useful mod, is there way to disply new images from all sub categories under a specified main category?

for example :
I have the main category "Main Category" and its sub ctegories "Sub Cat1>Sub Cat2>Sub Cat3>Sub Cat4>"   in the code (index.php) assign only the main category ID and the script disply new images from all its sub categories.

things are very much clear in your post i can get the result by adding all sub cats IDs but I frequently adding new sub categories under different Main Categories and its a bit difficult to add Cat IDs every time i add a new sub cat.

Pages: [1] 2 3