Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
select * from vicidial_log inner join vicidial_list on vicidial_log.lead_id=vicidial_list.lead_id where vicidial_list.lead_id >= 'XXXX'
grep vicidial_log * -R -n --exclude='*txt' | grep INSERT
VICIDEV:~ # grep vicidial_log * -R -n --exclude='*txt' | grep INSERT
VICIDEV:~ #
williamconley wrote:you should try that in your web root (somewhere below where you expect to find the files, which is NOT the ~ folder)
I specifically mentioned to run the command in the web root (which is different for each distro of this software, old versions /var/www or new Vicibox /srv/www/htdocs ... or ...) but most certainly NOT "~" your home and not "first thing when I log in" (which is ~, BTW and not the web root). Keep trying.cff_moiseszaragoza wrote:i just tried it again grep vicidial_log * -R -n --exclude='*txt' | grep INSERT first thing when i log in to the box ...
VICIDEV:~ # grep vicidial_log * -R -n --exclude='*txt' | grep INSERT
vd_dev.sql:3306:INSERT INTO `vicidial_log`
vd_dev.sql:3374:INSERT INTO `vicidial_log_extended`
VICIDEV:~ #
Users browsing this forum: No registered users and 43 guests