Forums


QdbS - Quote database System :: Forums :: QdbS Support
<< Previous thread | Next thread >>   

Modification for QdbS 1.10 (Show IP addresses of submissions).

Author Post
Eck
Sat Oct 17 2009, 16:10:47
Joined: Mon Sep 01 2008, 09:09:23
Posts: 10
This will be implemented in QdbS 2.0, but for QdbS 1.10 users. you can follow the instructions below.
This will allow you to see IP addresses of people who have submitted quotes in the review section of the admin panel.

Download this, Extract it.
With your theme, replace "admin_block.tpl" with the one in that zip file. Also replace the QdbS' index.php file with the one in that zip file. replace /admin with the original /admin directory (/admin/index.php)

ip.sql is updated SQL for qdbs_queue to allow IP's to be kept in there and then deleted after approval, so
mysql -uuser -ppassword qdbs_database < ip.sql

If you need further assistance, feel free to reply.

[ Edited Sat Oct 17 2009, 16:21:54 ]
Back to top
tyteen4a03
Sat Nov 07 2009, 15:47:50
Registered Member #27
Joined: Sat Nov 07 2009, 15:40:14
Posts: 16
A better way to do the sql is:


ALTER TABLE `qdbs_queue` ADD `ip` LONGTEXT NOT NULL ;


It is just the same as what ip.sql does. However, if you have pending quotes you can use mine.
Back to top
Moderators: Jobe, Eck

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System