Results 1 to 4 of 4

Thread: Remote rate/review?

  1. #1
    Join Date
    Feb 2004
    Posts
    24

    Default Remote rate/review?

    I was curious if anyone has already done this..
    I'd like people who submit their site to my directory to be able to put a 'rate/review' box on their site. The link owner will be able to link us, but at the same time get information from their users on what they think about them. Whatcha think? Some html would probably have to be generated for the link owner to copy/paste to their site.
    eGoldSource.com - A directory of all things having to do with the booming e-currency

  2. #2
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default

    yeah I like your idea very much


    HOWEVER... (there is always a however right? )

    lol

    In order to submit a review you need to be a registered members.... imagine people typing a really nice review and then clicking submit and seeing that ugly login box!

    BUT... (there is always a "but" as well)

    maybe you can tweak indexu a little and make the reviews automatically submit wihtouth registering or loggin in...

    if you do... then here is the code:


    <form action="review.php" method=post>
    <input type=hidden name=pflag value=review>
    <input type="hidden" name="id" value="SITE_ID ">


    <p><center>
    <p><font color="#FF0000"><b>Write a Review for this Website!</b></font></p>
    </center></p>

    <table cellpadding='4' cellspacing='1' border='0' align='center' width='90%' class=tbl_border>
    <tr>
    <td class=tbl_caption colspan="2">
    Write a Review:&nbsp;
    </td>
    </tr>
    <tr class=tbl_normal>
    <td>Subject</td>
    <td><input class=text3 type=text size=30 name=rev_subject value=""></td>
    </tr>
    <tr class=tbl_normal>
    <td valign=top>Your comment</td>
    <td><textarea name="rev_review" cols="35" rows="4" wrap=soft></textarea></td>
    </tr>
    <tr class=tbl_normal>
    <td>Your Rating</td>
    <td>
    <select name=rev_rating>
    <option value="">Select Your Rating</option>
    <option value=5>Excellent!</option>
    <option value=4>Very Good</option>
    <option value=3>Good</option>
    <option value=2>Fair</option>
    <option value=1>Poor</option>
    </select>
    </td>
    </tr>
    <tr class="tbl_caption">
    <td colspan="2">
    <center><input type=submit name=submit value="Submit Review" class="std_button">
    </center>
    </td>
    </tr>
    </table>

    </form>

    </td>
    </tr>
    </table>
    just my 2cents
    Last edited by Polo5; 03-04-2004 at 03:36 PM.
    Polo

    --------------------------------------
    Christian Website

  3. #3
    Join Date
    Feb 2004
    Posts
    24

    Default

    haha, I didn't even know about get_rated.php.. looks like this was already included in the software!

    version 4 should include some documentation; I'll help edit it if needed since I know the programmers aren't native english speakers.
    eGoldSource.com - A directory of all things having to do with the booming e-currency

  4. #4
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default

    version 4 should include some documentation; I'll help edit it if needed since I know the programmers aren't native english speakers.
    yeah I know, philipines I think he is from... but he sure knows php and he is good at it too
    Polo

    --------------------------------------
    Christian Website

Similar Threads

  1. Remote rating
    By Andros in forum v5.x
    Replies: 1
    Last Post: 04-12-2003, 05:51 PM
  2. Changing Remote Rating URL
    By mcyates in forum v5.x
    Replies: 1
    Last Post: 06-16-2002, 11:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •