Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by EXCHANGE EXCHANGE is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 10-28-2001 Last Update: Never Installs: 100
 
No support by the author.

This is a simple User Rating System, I hope you guys like it.

Features:
  • Rate another User 1 to 5 points.
  • Users can see how they rated a user before
  • Votes are updated to avoid cheating
  • Users can see who rated them but not how (works like the whoposted stuff)


Anyway
BACKUP YOUR DATABASE and ENJOY

German version available in my forums.

Screenshot

Show Your Support

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

Comments
  #132  
Old 07-28-2003, 06:28 PM
GsxrTony GsxrTony is offline
 
Join Date: Apr 2002
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A piece of code that only allows you to have voting access after say 150 posts would be nice. This way you dont have trolls coming on and screwing with people.
Reply With Quote
  #133  
Old 07-28-2003, 06:48 PM
GsxrTony GsxrTony is offline
 
Join Date: Apr 2002
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I keep trying to run the query in the txt file but I keep getting an error.

Quote:
Error
SQL-query :

CREATE TABLE user_rate (
userrateid int(10) unsigned NOT NULL auto_increment,
rateduser int(10) unsigned DEFAULT '0' NOT NULL,
userid int(10) unsigned DEFAULT '0' NOT NULL,
userrating smallint(6) DEFAULT '0' NOT NULL,
PRIMARY KEY (userrateid),
KEY rateduser (userid)
)

MySQL said:


create command denied to user: '*********@***.******.' for table 'user_rate'
Any ideas guys
Reply With Quote
  #134  
Old 08-27-2003, 03:08 PM
MoneyTec.Com MoneyTec.Com is offline
 
Join Date: Nov 2001
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can some post a screen shot of this users ratings? I'm looking for the one http://www.trade2win.co.uk/boards/sh...2929#post42929 uses, Is this it?
Reply With Quote
  #135  
Old 10-24-2003, 09:35 PM
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Location: london
Posts: 854
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IM THE ADMIN BUT I CANT EVEN CHOOSE WHO I WANT TO BE RATED FROM ACP i want to disable for certain users via check box !!
Reply With Quote
  #136  
Old 10-27-2003, 04:22 PM
datainternet datainternet is offline
 
Join Date: Oct 2003
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to see who has votet??? I saw this on a Board. When you click on the Vote-Count-Link you see who has votet.
Reply With Quote
  #137  
Old 10-29-2003, 11:35 PM
Gio Takahashi's Avatar
Gio Takahashi Gio Takahashi is offline
 
Join Date: Jul 2003
Location: Cape Coral
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed th is works without a flaw, was afraid seeing how long its been since updated.
Reply With Quote
  #138  
Old 11-03-2003, 05:21 PM
Rampag33's Avatar
Rampag33 Rampag33 is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*** installed on vb232 works perfectly

How do you display the number instead of the stars?
like say you rating avarage is 4.23243 how do you display that?

Also can someone make a top 10 page for for this hacc?
Reply With Quote
  #139  
Old 11-24-2003, 05:18 PM
BlackxRam BlackxRam is offline
 
Join Date: Aug 2003
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I instaled this hack now i get this error whenever i try to UPDATE my Threads

Code:
Database error in vBulletin Control Panel 2.2.9:

Invalid SQL: UPDATE thread SET lastpost=1064683357,replycount=10,postusername='mikediggy', postuserid='1570', lastposter='julez',attach= WHERE threadid=9587
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE threadid=9587' at line 1

mysql error number: 1064

Date: Monday 24th of November 2003 02:14:44 PM
Script: http://forums.mogusland.com/admin/misc.php
Referer: http://forums.mogusland.com/admin/misc.php?s=
Reply With Quote
  #140  
Old 02-05-2004, 02:28 PM
SgtSling SgtSling is offline
 
Join Date: Oct 2001
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can I make a hyperlink from postbit to pop-up window that let user to rate others like UBB board.
Reply With Quote
  #141  
Old 02-09-2004, 09:53 PM
SgtSling SgtSling is offline
 
Join Date: Oct 2001
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Nam
I have a question, how can I make a hyperlink from the rating word to pop-up window that let user to rate other like UBB board.

The only way to rate is click profile, which not too many people know, so by making the hyperlink from rating , it would be very nice. The pop up window should contains rating option only, not other information like profile and such.

Please help Exchange or anybody that knows, I've been playing around with with getinfouser_rating but couldn't figure it out.

Here is my original file:
PHP Code:
<tr>
 <
td

bgcolor
="#13486D"><normalfont><b>Rating:</b></normalfont><br><img src="images/$userratingalt="$rateuser[ratenum] Votes"><br><smallfont>$wholink</smallfont></td>
 <
td bgcolor="#13486D"> <table cellspacing="0" border="0" nowrap>
  <
form action="userrate.php" method="get">
    <
tr>
      <
td>
        <
select name="userrate"
        
onchange="window.location=('userrate.php?s=$session[sessionhash]&rateuser=$userid&userrate='+this.options[this.selectedIndex].value)">
          <
option value="-1" selected>Rate this user:</option>
          <
option value="5">Super Power</option>
          <
option value="4">Strong Power</option>
          <
option value="3">Normal Power</option>
          <
option value="2">Weak Power</option>
          <
option value="1">No Power</option>
        </
select>
        <
input type="image" src="images/go.gif" border="0" align="absbottom"><smallfont>&nbsp;(Last Power Rating: <b>$oldrating[old]</b>)</smallfont>
        </
td>
    </
tr>
  </
form>
</
table> </td>
</
tr
I have tried to change to:

PHP Code:
<tr>
<
td
bgcolor
="#13486D"><normalfont><b><a href="userrate.php?s=$session[sessionhash]&action=show&rateuser">Rating</a>:</b></normalfont><br><img src="images/$userratingalt="$rateuser[ratenum] Votes"><br><smallfont>$wholink</smallfont></td>
 <
td bgcolor="#13486D"> <table cellspacing="0" border="0" nowrap>
  <
form action="userrate.php" method="get">
    <
tr>
      <
td>
        <
select name="userrate"
        
onchange="window.location=('userrate.php?s=$session[sessionhash]&rateuser=$userid&userrate='+this.options[this.selectedIndex].value)">
          <
option value="-1" selected>Rate this user:</option>
          <
option value="5">Super Power</option>
          <
option value="4">Strong Power</option>
          <
option value="3">Normal Power</option>
          <
option value="2">Weak Power</option>
          <
option value="1">No Power</option>
        </
select>
        <
input type="image" src="images/go.gif" border="0" align="absbottom"><smallfont>&nbsp;(Last Power Rating: <b>$oldrating[old]</b>)</smallfont>
        </
td>
    </
tr>
  </
form>
</
table> </td>
</
tr
Basically I've added the line <a href="userrate.php?s=$session[sessionhash]&action=show&rateuser">Rating</a> to make the word rating become hyperlink, but that doesn't work, anybody can help?
Did anyone ever figure that out?
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 12:53 AM.


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.04618 seconds
  • Memory Usage 2,362KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (2)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
  • (1)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