Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Chris] Rate My Photo (HorOrNot Clone) Details »»
[Chris] Rate My Photo (HorOrNot Clone)
Version: 1.0.0, by Christos Teriakis Christos Teriakis is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Portal Software - Version: 4.2.0 Rating:
Released: 10-26-2012 Last Update: Never Installs: 14
DB Changes Uses Plugins Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

Rate My Photo (Hot or Not Clone)
by ChrisTERiS

IMPORTANT
This is NOT a Gallery addon. It focuses only to photo rating and not to photo presentation


Please note that from
11 Aug 2013
you can get support only in my site
http://www.teriakis.com


Today is my birthday and as the time that I was celebrating the has passed, I decided to release an addon that I had somewhere in my HD. Is not the "killer" addon, but works fine, and as I know there is no other similar addon available.

1.- Installation
  1. Upload all files from upload folder to the folder where your vBulletin 4.2 is installed
  2. CMOD 777 the directories
    1. ratemyphoto/photos
    2. ratemyphoto/photos/thumbs
  3. Login to your admincp and import the file product-ratemyphoto.xml
  4. Set Usergroup permissions
  5. Set General Options according to your needs
  6. If you want modify PM templates but don't touch anything betwee {}
  7. Set the Categories
2.- Requiremenets
  1. Installed and fully operating vBulletin
  2. vBulletin version 4.2
  3. Does NOT works with vBulletin 5 Connect
3.- Copyright Link

In all pages there is my copyright link back to my site. Removing it, or making it invisible is strictly prohibited.

4.- PRO version

During the first week of November 2012, I'll release a commercial (PRO) version with more features and without copyright link in a low price.

Enjoy it
Christos Teriakis

Show Your Support

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

Comments
  #32  
Old 11-04-2012, 02:31 PM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ejbreeze View Post
Chris I installed this on my production site and when I click on categories in the admin control area to create categories I get this error,

500 - Malformed Header

The server encountered an internal error or misconfiguration and was unable to complete your request.

I have check permissions and compared them to my test site where it is working and everything is the same. Any ideas?
Your test and your active installation are resist on the same server?

Chris
Reply With Quote
  #33  
Old 11-04-2012, 02:35 PM
CoZmicShReddeR's Avatar
CoZmicShReddeR CoZmicShReddeR is offline
 
Join Date: Sep 2006
Location: MI, USA
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I remember using something like this way back when with my phpnuke website... Took me forever to understand where the images are uploaded... I think it probably would be better to have the upload image located on the page someone instead of trying to fish for it through the member settings area... As it is the members setting area on my website is way to overloaded and really a pain in the ass to find anything... Maybe you could build something to customize that area with color coding or a hot or not icon??
Reply With Quote
  #34  
Old 11-04-2012, 02:51 PM
ejbreeze ejbreeze is offline
 
Join Date: Nov 2008
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChrisTERiS View Post
Your test and your active installation are resist on the same server?

Chris
Yes they are.
Reply With Quote
  #35  
Old 11-04-2012, 06:42 PM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ejbreeze View Post
Yes they are.
That's totally strange. In any case, just 2 solutions to try:

1.- From ratemyphoto_admin.php remove the code (at the top):
Code:
if(@fopen(DIR . '/includes/adminfunctions_cms.php', 'r')==TRUE)
{
   require_once(DIR . '/includes/adminfunctions_cms.php');
   require_once(DIR . '/includes/functions_cms_layout.php');
   $cms_exists = 1;
}
2.- Have you cmod 777 the directories "photos" etc.

Chris
Reply With Quote
  #36  
Old 11-04-2012, 06:45 PM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CoZmicShReddeR View Post
I remember using something like this way back when with my phpnuke website... Took me forever to understand where the images are uploaded... I think it probably would be better to have the upload image located on the page someone instead of trying to fish for it through the member settings area... As it is the members setting area on my website is way to overloaded and really a pain in the ass to find anything... Maybe you could build something to customize that area with color coding or a hot or not icon??
1.- The uploaded images are storing at ratemyphotos/photos/ directory.
2.- I was the only one who never added links at usercp, but 90% of users here want the links there. In anycase, there are also links at the frontend (ratemyphoto.php) file.

Chris
Reply With Quote
  #37  
Old 11-04-2012, 07:14 PM
ejbreeze ejbreeze is offline
 
Join Date: Nov 2008
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Chris. When I went to edit that file I saw it was out of order and wouldn't let me overwrite it. So I deleted it and uploaded the original file again. Seems to be working now.
Reply With Quote
  #38  
Old 11-04-2012, 07:32 PM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ejbreeze View Post
Thanks Chris. When I went to edit that file I saw it was out of order and wouldn't let me overwrite it. So I deleted it and uploaded the original file again. Seems to be working now.
That's why you got this server error. For some reason the file during upload cmod to 600 instead of 644 which is the normal.

Chris
Reply With Quote
  #39  
Old 11-09-2012, 10:03 AM
Live_Bait Live_Bait is offline
 
Join Date: Mar 2012
Location: Carpentersville IL
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, is there any way to add a Gif and let there be animation? I added one and works just no animation. Thanks Love this mod.. waiting for the paid release...
Reply With Quote
  #40  
Old 11-09-2012, 06:30 PM
Christos Teriakis Christos Teriakis is offline
 
Join Date: Jul 2011
Location: Thessaloniki, Greece
Posts: 1,228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Live_Bait View Post
Hi, is there any way to add a Gif and let there be animation? I added one and works just no animation. Thanks Love this mod.. waiting for the paid release...
Hi,

Can you tell me the actual dimensions of the gif image that you're trying to upload and the settings that you've (in RateMyPhoto-> General Options) for max width and max height. Be aware that images with animation trying to be resized they're corrupting (there is a way to fix it but needs a lot of work).

Chris
Reply With Quote
  #41  
Old 11-09-2012, 10:55 PM
Live_Bait Live_Bait is offline
 
Join Date: Mar 2012
Location: Carpentersville IL
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your Mod is so great.. really .. Just the sound of your answer is not good.. I am talking many people posting possible Gif animations if I said they were allowed...and who knows what size they are and such .. I will just make a note that gif animation is not available.. lol
The Mod is good enough with out it..
Thank you!
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 02:38 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07685 seconds
  • Memory Usage 2,317KB
  • Queries Executed 27 (?)
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
  • (1)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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_postinfo_query
  • fetch_postinfo
  • 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