Gossamer Forum
Home : Products : Links 2.0 : Customization :

Review.cgi (2)

(Page 2 of 3)
> > > >
Quote Reply
Re: Review.cgi (2) In reply to
to make the name and email field not required for ratings but required for reviews..

in review.def

from:

Code:
'Contact Name' => [2, 'alpha', 40, 75, 1, '', ''],
'Contact Email' => [3, 'alpha', 40, 75, 1, '', '.+@.+\..+'],

to:

Code:
'Contact Name' => [2, 'alpha', 40, 75, 0, '', ''],
'Contact Email' => [3, 'alpha', 40, 75, 0, '', '.+@.+\..+'],

it will require for reviews automatcially.. i forgot to change this when i made the external rating thingy..

jerry

[This message has been edited by widgetz (edited September 04, 1999).]
Quote Reply
Re: Review.cgi (2) In reply to
when i validate a review , the user gets an email with :

Unkown Tag: Title


why is this happening ?
Quote Reply
Re: Review.cgi (2) In reply to
yea.. it's cause i didn't add this line to the instructions to get rid of it..

i forgot to..

jerry
Quote Reply
Re: Review.cgi (2) In reply to
so, how do i fix it ?
Quote Reply
Re: Review.cgi (2) In reply to
So I know there is atleast 4 people who had the same prob I am having unknown tag on e-mail, did any of you guys figure it out how to fix it, I checked and douple checked directions, especially part 6.....But no luck
Anyone?

Hank
Quote Reply
Re: Review.cgi (2) In reply to
i did tell someone how to do it once.. they got it to work.. alot of people just fixed it themselves it's an easy fix to admin_html.pl or db.pl i did it to admin_html.pl so i could still email them if i wanted to..

jerry
Quote Reply
Re: Review.cgi (2) In reply to
Jerry.. is there a way of setting it up to use a different text file, ie a review success and review failure text file?

------------------
http://www.freeontheweb.com/
Reviewed and rated resources for webmasters
-------------------------
Quote Reply
Re: Review.cgi (2) In reply to
modding the admin_html.pl

jerry
Quote Reply
Re: Review.cgi (2) In reply to
hehe

will try and work it out....
Quote Reply
Re: Review.cgi (2) In reply to
 
in admin_html.pl
Code:
##########################################################
##                    Email Messages                    ##
##########################################################

sub html_validate_email {

# only send email to added links not reviews

if ($in{'db'} ne "review") {

# All the link information is stored in %link.
    my (%link) = @_;
and so on... it seems to work...  don't forget a trailing } at the end of the sub... 
Quote Reply
Re: Review.cgi (2) In reply to
yay! somebody actually did it.. i told you guys it was REALLY easy..

however.. that is not the way i did it.. but it's really close.. mine can still email if i want it to..

i've been waiting a month for someone to actually come forth and MOD review.cgi! haha..

jerry
Quote Reply
Re: Review.cgi (2) In reply to
Thank you for that...
Quote Reply
Re: Review.cgi (2) In reply to
Hi, I need some help installing your mod. When I run Install.cgi I get a little table thingy with this info on it.

INSTALL.CGI - VERSION 1.0 by Jerry Su [jsu7785@email.com]

   Installing REVIEW.CGI - VERSION 1.0 . . .
11 File(s), 1 Directory(s)
Installing Information

Root Path /home/buyerrep/public_html/links/pages
CGI Path /home/buyerrep/public_html/links/cgi-bin
Admin Path /home/buyerrep/public_html/links/cgi-bin/admin
Backup Path /home/buyerrep/public_html/links/cgi-bin/admin/backup
/home/buyerrep/public_html/links/cgi-bin/review.cgi File

When I click on the link at the bottom I get this error

Error! /home/buyerrep/public_html/links/cgi-bin/review.cgi: No such file or directory

Please help. I have no idea why it is not installing.
Quote Reply
Re: Review.cgi (2) In reply to
I have problems getting the user review interface to work. I submit the review and get the review_success, but in admin there is 'No records to validate'. Any idea why and were I have to do modifications?

Autovalidate seems to be working but not the validate 'one by one' option ...

------------------
Mvh
Erik Ziesler
---
ziesler@online.no

[This message has been edited by ziesler (edited November 21, 1999).]
Quote Reply
Re: Review.cgi (2) In reply to
Hi. I've looked a lot... maybe I'm tired.

But I installed it all fine, can review and all. But The actual information by each site listing hasn't changed. How do I get it to show stars for the site's rating? So it's actually by the listing?

Thanks
Quote Reply
Re: Review.cgi (2) In reply to
How do you have it set up now?

------------------
ARMYNAVY.COM
MilitarySurplus Ring





Quote Reply
Re: Review.cgi (2) In reply to
Ok, I'm 10 hours down with Review.cgi finally installed. One MOD at a time is always a better way to go.

BUT...

I'm trying to find an example of the External Ratings script that will work ok without screwing up Review stats but won't require the full details, like email,etc...

I tried looking for the one that Widget had on his site in August but he's obviously spring cleaned since then...

Can someone send me the relevant files or point me in the right direction..

Cheers
Smile
Martin
Quote Reply
Re: Review.cgi (2) In reply to
I'm trying to get review to work and am having some trouble. I can submitt a review from the admin screen and it will make it. Although, the auto-validate does not seem to work as it should. The "build-all gets stuck at the auto-validate. I have to use the "staggered auto" to get the pages built.

When I try to submit a review from the site, it won't do anything, all I get is a server "time out". I have gone through the code, and checked permissions. I do not get any errors in the error logs.

Does anyone have some ideas where to continue my error search to get this working.

Thanks for your help!

Kevin
Quote Reply
Re: Review.cgi (2) In reply to
I've tried installing this review MOD for a few days now. Whatever I do, I get a 500 error when I try to run install.cgi. The path to Perl is correct, I've tried chmod-ing it to every possible permission, nothing works. Is there something I'm missing? I've searched the forums and resources for a clue but to no avail. Any help would be appreciated.
Quote Reply
Re: Review.cgi (2) In reply to
hmm i think i miss a file here...
i get an error
when i build my templates
after installing the review
this

CGI ERROR
==========================================
Error Message : error in build_auto_review. unable to open validate file: /web1/bindaddrs/207.230.102.109/dw/docs/cgi-bin/admin/data/valrev.db. Reason: No such file or directory
Script Location : /web1/bindaddrs/207.230.102.109/dw/docs/cgi-bin/admin/nph-build.cgi
Quote Reply
Re: Review.cgi (2) In reply to
jakub: you need your sysadmin to install LWP
Quote Reply
Re: Review.cgi (2) In reply to
Hey I am not sure if these is where I should be posting if not let me know!

I am tring to install this script found here http://jsu7785.hypermart.net/review/

I followed the instructions very carefully (well I called my self reading and following carefully.)

when I try to rate I get this error..

Code:
CGI ERROR
==========================================
Error Message : Can't increment counter file '/3'. Reason: Permission denied
Script Location : rate.cgi
Perl Version : 5.00502

Form Variables
-------------------------------------------
ID : 3
rate : 9

Environment Variables
-------------------------------------------
CONTENT_LENGTH : 11
CONTENT_TYPE : application/x-www-form-urlencoded
DOCUMENT_ROOT : /home/referra/public_html/thefreebiesite
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
HTTP_ACCEPT_ENCODING: gzip, deflate
HTTP_ACCEPT_LANGUAGE: en-us
HTTP_CONNECTION : Keep-Alive
HTTP_HOST : thefreebiesite.referralmaker.com
HTTP_REFERER : http://thefreebiesite.referralmaker.com/cgi-bin/rate.cgi?ID=9
HTTP_USER_AGENT : Mozilla
I follow this an another mentioned the same thing but I could not find the answer.


Quote Reply
Re: Review.cgi (2) In reply to
Make sure that your $db_rates_path defined in the links.cfg file is set to 777 (drwxrwxrwx).

BTW: Have you reset all the Ratings and Votes for your database using the reset.cgi script?

Regards,

Eliot Lee
Quote Reply
Re: Review.cgi (2) In reply to
Ok I removed your $db_rates_path as instructions found
here http://jsu7785.hypermart.net/review/

Step 1.7 Is this wrong?

Quote Reply
Re: Review.cgi (2) In reply to
If you remove it and you reset the Ratings and Votes, you will not be able to use the rate.cgi file anymore.

There are codes provided in this Thread and other Review.cgi Threads that discuss using both rate.cgi and review.cgi.

But, technically, with the default install of review.cgi, you will NOT be able to use rate.cgi ANY LONGER!

Got it?

Regards,

Eliot Lee
> > > >