Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
PhotoPlog: The Lite Gallery Details »»
PhotoPlog: The Lite Gallery
Version: 2.0.7, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.x Rating:
Released: 11-22-2005 Last Update: 11-06-2010 Installs: 1560
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

PhotoPlog: The Lite Gallery

PhotoPlog Lite is a gallery script for GIF, JPG, and PNG images. PhotoPlog Lite comes with categories, permissions, comments, search, moderation. The installation takes care of phrases, templates, tables, etcetera. Just follow the README.txt file for installation.

There is a license agreement that I request that you abide. Thanks!

This thread is organized as follows:
  • Post1 contains this here release.
  • Post2 contains current add-ons.
  • Post3 contains onscreen errors.
Fine Print: see license agreement, no redistribution, copyright retained in full, right reserved to uncheck support box.

Requirements: vB 3.5.0+ (development initially based on having vB 3.5.4 though vB 3.6.0+ and vB 3.7.0+ should be okay, but not every version was personally tested) and MySQL 4.1+ (development based on having MySQL 4.1+ though MySQL 3+ may be okay, but not every version was personally tested) and PHP with GD2 and Safe Mode off

Does it work on vB 3.5 and vB 3.6 and vB 3.7? Yes, it should. See the requirements. Also, there are two product XML files, one for vB 3.5 and one for vB 3.6/3.7, so import the one that matches your vB version.

Live Demo and Official Support: http://www.photoplog.com/

Note on Official Support: With 70 some pages, assuming 15 posts per page, and over 1000 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.

All support requests, except perhaps for proven bugs, may be ignored if posted in this thread.

Comments, suggestions, etcetera are welcome, but please note that further modifications are not being planned, as this is intended as the final release of the lite series.

Fun Fact: PhotoPlog Lite v.2.0.6 had 4330 downloads plus 2262 downloads prior to CSRF protection plus 3031 downloads as of 06 Nov 2010!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1972  
Old 02-26-2012, 09:53 PM
trotskid trotskid is offline
 
Join Date: Feb 2009
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi. How could deny access to spiders in PhotoPlog? We have private categories to guests where spiders enter and images are indexed in search engines

Greetings
Reply With Quote
  #1973  
Old 12-01-2012, 03:41 PM
Sworm Sworm is offline
 
Join Date: Feb 2008
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Somebody know why i'm receiving this error in my 3.8.7? after photoplog install? (i'm on php 5.3.16)
Code:
Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 55

Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 107

Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 111

Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 119

Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 130

Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 134

Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 142

Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 211

Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/init.php on line 389

Deprecated:  Assigning the return value of new by reference is deprecated in /home/download/public_html/vb/includes/class_core.php on line 2552
Reply With Quote
  #1974  
Old 12-01-2012, 04:40 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to change your php error handling to add & ~8192, also you may want to find anywhere it says in the scripts for this mod MYSIAM TYPE and make sure it says ENGINE, that should work with your current php install.
Reply With Quote
  #1975  
Old 12-01-2012, 05:18 PM
Sworm Sworm is offline
 
Join Date: Feb 2008
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
You need to change your php error handling to add & 8192, also you may want to find anywhere it says in the scripts for this mod MYSIAM TYPE and make sure it says ENGINE, that should work with your current php install.
Hi Simon, i have that deprecated error in a lot of script... i followed a your suggest to permanent fix removing all the "&" in the init.php and in the class_core.php , can be a solution?
Reply With Quote
  #1976  
Old 12-01-2012, 06:01 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I didnt mention removing & you need to do this:
find in product file TYPE=MyISAM;
and replace with ENGINE=MyISAM;
In your php environment you need to make sure it reads error_reporting(E_ALL & ~E_NOTICE & ~8192)
Reply With Quote
  #1977  
Old 12-01-2012, 06:34 PM
Sworm Sworm is offline
 
Join Date: Feb 2008
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
I didnt mention removing & you need to do this:
find in product file TYPE=MyISAM;
and replace with ENGINE=MyISAM;
In your php environment you need to make sure it reads error_reporting(E_ALL & ~E_NOTICE & ~8192)
I'll do it thanks, i find the error_reporting(E_ALL & ~E_NOTICE & ~8192) in my php.ini or where? Thanks.

And where i can found 'TYPE' ?

I'm sorry but i'm not expert. thanks
Reply With Quote
  #1978  
Old 12-01-2012, 07:49 PM
Sworm Sworm is offline
 
Join Date: Feb 2008
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
I didnt mention removing & you need to do this:
find in product file TYPE=MyISAM;
and replace with ENGINE=MyISAM;
In your php environment you need to make sure it reads error_reporting(E_ALL & ~E_NOTICE & ~8192)
Simon, the errors are fixed. I received that error clicking on ACP/Categories bla bla....

I have edited all the photoplog acp php file replacing:

Code:
error_reporting(E_ALL & ~E_NOTICE);
with

Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192);
Now it's working THANK you REALLY. Can i ask if this is a better solution than removing all the "&" in the deprecated lines?

PS
When you talk about TYPE and ENGINE, you for eg. mean this type to change in engine?:
Code:
$vbulletin->input->clean_array_gpc('g', array(
    'count' => TYPE_UINT,
    'cid' => TYPE_UINT
and

Code:
    $vbulletin->input->clean_array_gpc('g', array(
        'c' => TYPE_UINT,
        'n' => TYPE_UINT,
        'u' => TYPE_UINT,
        'page' => TYPE_UINT,
        'pp' => TYPE_UINT,
        'q' => TYPE_NOHTML,
        'v' => TYPE_UINT


Thanks
Reply With Quote
  #1979  
Old 12-01-2012, 08:13 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sworm View Post
Simon, the errors are fixed. I received that error clicking on ACP/Categories bla bla....

I have edited all the photoplog acp php file replacing:

Code:
error_reporting(E_ALL & ~E_NOTICE);
with

Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192);
Now it's working THANK you REALLY. Can i ask if this is a better solution than removing all the "&" in the deprecated lines?

PS
When you talk about TYPE and ENGINE, you for eg. mean this type to change in engine?:
Code:
$vbulletin->input->clean_array_gpc('g', array(
    'count' => TYPE_UINT,
    'cid' => TYPE_UINT
and

Code:
    $vbulletin->input->clean_array_gpc('g', array(
        'c' => TYPE_UINT,
        'n' => TYPE_UINT,
        'u' => TYPE_UINT,
        'page' => TYPE_UINT,
        'pp' => TYPE_UINT,
        'q' => TYPE_NOHTML,
        'v' => TYPE_UINT


Thanks
Yes it's a better solution but that error coding should also be in your php.ini (ask your host if you're not sure), as for TYPE to ENGINE i mean wherever you see TYPE=MyISAM replace it with ENGINE=MyISAM in the files that you uploaded to server for this product.
Reply With Quote
  #1980  
Old 12-01-2012, 08:27 PM
Sworm Sworm is offline
 
Join Date: Feb 2008
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
Yes it's a better solution but that error coding should also be in your php.ini (ask your host if you're not sure), as for TYPE to ENGINE i mean wherever you see TYPE=MyISAM replace it with ENGINE=MyISAM in the files that you uploaded to server for this product.
I have asked to my host buy they said that can not help me about this.... they said that should better to ask to a coder..... can you explain me better what you mean when write "....in your php.ini" so i can ask them to fix it without soppressing?

For the TYPE i have searched in all my uploaded files the "TYPE=MyISAM" but no results. Thank you very much.
Reply With Quote
  #1981  
Old 12-01-2012, 08:43 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the product coder has absolutely nothing to do with your server or its files, php.ini is one of your server files and your hosts definitely can and should do what you ask there, my advice if they wont do that (and they should for compliance) is to dump them!


If you don't find TYPE=MyISAM in your files then you've nothing to change
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:10 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09974 seconds
  • Memory Usage 2,329KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (9)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete