Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Review.php Update.

Quote Reply
Review.php Update.
Hi,

I have updated Review.php - I can now delete reviews etc, and its all easy and fast Smile

http://www.webhostarea.com/php/displayreview.php?link_id=3

It changes none of the Perl files, and all you have to do to adapt it to Links is make a link for each link saying

<a href="http://www.domain.com/reviews/addreview.php?action=addreview&link_id=<%ID%>">Add A Review!</a>

Or something like that. It doesn't use DBSQL.pm, but I think what I have done is the FASTEST way to accomplish what has to be done. The columns are sorta hard coded in, if you know what you are doing its easy to change, but this way is fastest once its setup.

Um... Editing reviews would be easy to add, although I don't want people to be able to Smile What do you think of it? Worth releasing for Links SQL.

Someone using Links 2.0 is trying to set it up at the moment... I wonder how he's going Wink

See ya...

------------------
Michael Bray
Review your webhost or find a new one.
www.webhostarea.com
Links SQL User
------------------




Quote Reply
Re: Review.php Update. In reply to
Hi Michael,

have you posted the entire mod somewhere. I previously ran a Review mod (Widgetz' one for Links 2.0), and really need a review mod similar to this.

Thanks,




------------------
Clint
----------------------------------
www.AffiliatesDirectory.com
Proud Supporter of Links SQL
----------------------------------




Quote Reply
Re: Review.php Update. In reply to
I have someone beta testing it right now -> It'll be available to everyone soon.

------------------
Michael Bray
Review your webhost or find a new one.
www.webhostarea.com
Links SQL User
------------------




Quote Reply
Re: Review.php Update. In reply to
Hi Michael, its a month ago you write ... soon ...
Are you ready with your script?
Robert

Quote Reply
Re: Review.php Update. In reply to
Yeah its done. Its pretty crappy code cause its the first thing I did in PHP, but it works. I'll upload it in a few hours all zipped up. The Beta Tester got it working well.



Michael Bray
Quote Reply
Re: Review.php Update. In reply to
Fine.
I have thoughts in the same direction, as i understood my first steps in php right, it should just be a snap to get data from the linkssql; hope so and go further on work now.

Quote Reply
Re: Review.php Update. In reply to
http://216.55.12.182/downloads/

There is no setup file. Create the tables in the .sql file. Upload files into any dir (usually outside of cgi-bin). Fill in the config file. Make links create links to displayreview.php?link_id=<%ID%>

I'd help out more but I am in the middle of a lot of paid work. Post any questions in this thread and I should get around to answering them.

Michael Bray