| Server IP : 172.67.179.166 / Your IP : 172.64.215.90 Web Server : nginx/1.20.2 System : Linux 172-104-110-161.ip.linodeusercontent.com 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64 User : www ( 1000) PHP Version : 8.1.9 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/2616/root/tmp/ |
Upload File : |
#!/bin/bash set -e NOW=$(date '+%Y-%m-%d %H:%M:%S') NOW_GMT=$(date -u '+%Y-%m-%d %H:%M:%S') ############################################## # ASUS - 5 articles ############################################## echo "=== Inserting ASUS articles ===" ASUS_DB="mysql -u drivers_asus_com -pG6cYSeSZezE5NRFk drivers_asus_com 2>/dev/null" $ASUS_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for ASUS ROG Strix SCAR 18 (G834). Latest BIOS, audio, LAN, WiFi drivers for Windows 10/11.','ASUS ROG Strix SCAR 18 (G834) Drivers Download | Windows 10/11','','publish','closed','closed','','asus-rog-strix-scar-18-g834-drivers-download-windows-10-11','','','$NOW','$NOW_GMT','',0,'https://driversasus.com/asus-rog-strix-scar-18-g834-drivers-download-windows-10-11/',0,'post','',0);" A1=$($ASUS_DB -N -e "SELECT LAST_INSERT_ID();") $ASUS_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($A1,1,0);" echo "ASUS 1 done: $A1" $ASUS_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for ASUS ZenBook S 14 OLED (UX5406). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','ASUS ZenBook S 14 OLED (UX5406) Drivers Download | Windows 11','','publish','closed','closed','','asus-zenbook-s-14-oled-ux5406-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driversasus.com/asus-zenbook-s-14-oled-ux5406-drivers-download-windows-11/',0,'post','',0);" A2=$($ASUS_DB -N -e "SELECT LAST_INSERT_ID();") $ASUS_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($A2,1,0);" echo "ASUS 2 done: $A2" $ASUS_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for ASUS ROG Zephyrus G16 (GA605). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','ASUS ROG Zephyrus G16 (GA605) Drivers Download | Windows 11','','publish','closed','closed','','asus-rog-zephyrus-g16-ga605-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driversasus.com/asus-rog-zephyrus-g16-ga605-drivers-download-windows-11/',0,'post','',0);" A3=$($ASUS_DB -N -e "SELECT LAST_INSERT_ID();") $ASUS_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($A3,1,0);" echo "ASUS 3 done: $A3" $ASUS_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for ASUS ProArt P16 (H7606). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','ASUS ProArt P16 (H7606) Drivers Download | Windows 11','','publish','closed','closed','','asus-proart-p16-h7606-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driversasus.com/asus-proart-p16-h7606-drivers-download-windows-11/',0,'post','',0);" A4=$($ASUS_DB -N -e "SELECT LAST_INSERT_ID();") $ASUS_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($A4,1,0);" echo "ASUS 4 done: $A4" $ASUS_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for ASUS Vivobook S 15 OLED (S5507). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','ASUS Vivobook S 15 OLED (S5507) Drivers Download | Windows 11','','publish','closed','closed','','asus-vivobook-s-15-oled-s5507-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driversasus.com/asus-vivobook-s-15-oled-s5507-drivers-download-windows-11/',0,'post','',0);" A5=$($ASUS_DB -N -e "SELECT LAST_INSERT_ID();") $ASUS_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($A5,1,0);" echo "ASUS 5 done: $A5" echo "ASUS all done: $A1 $A2 $A3 $A4 $A5" ############################################## # ACER - 5 articles ############################################## echo "=== Inserting Acer articles ===" ACER_DB="mysql -u drivers_acer_com -pcnH36ELRCA6YkGkb drivers_acer_com 2>/dev/null" $ACER_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Acer Predator Helios Neo 16 (PHN16-72). Latest BIOS, audio, LAN, WiFi drivers for Windows 10/11.','Acer Predator Helios Neo 16 (PHN16-72) Drivers Download | Windows 10/11','','publish','closed','closed','','acer-predator-helios-neo-16-phn16-72-drivers-download-windows-10-11','','','$NOW','$NOW_GMT','',0,'https://driversacer.com/acer-predator-helios-neo-16-phn16-72-drivers-download-windows-10-11/',0,'post','',0);" B1=$($ACER_DB -N -e "SELECT LAST_INSERT_ID();") $ACER_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($B1,1,0);" echo "Acer 1 done: $B1" $ACER_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Acer Swift Go 14 (SFG14-73). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','Acer Swift Go 14 (SFG14-73) Drivers Download | Windows 11','','publish','closed','closed','','acer-swift-go-14-sfg14-73-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driversacer.com/acer-swift-go-14-sfg14-73-drivers-download-windows-11/',0,'post','',0);" B2=$($ACER_DB -N -e "SELECT LAST_INSERT_ID();") $ACER_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($B2,1,0);" echo "Acer 2 done: $B2" $ACER_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Acer Nitro 16 (AN16-72). Latest BIOS, audio, LAN, WiFi drivers for Windows 10/11.','Acer Nitro 16 (AN16-72) Drivers Download | Windows 10/11','','publish','closed','closed','','acer-nitro-16-an16-72-drivers-download-windows-10-11','','','$NOW','$NOW_GMT','',0,'https://driversacer.com/acer-nitro-16-an16-72-drivers-download-windows-10-11/',0,'post','',0);" B3=$($ACER_DB -N -e "SELECT LAST_INSERT_ID();") $ACER_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($B3,1,0);" echo "Acer 3 done: $B3" $ACER_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Acer Aspire Vero 16 (AV16-71). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','Acer Aspire Vero 16 (AV16-71) Drivers Download | Windows 11','','publish','closed','closed','','acer-aspire-vero-16-av16-71-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driversacer.com/acer-aspire-vero-16-av16-71-drivers-download-windows-11/',0,'post','',0);" B4=$($ACER_DB -N -e "SELECT LAST_INSERT_ID();") $ACER_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($B4,1,0);" echo "Acer 4 done: $B4" $ACER_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Acer Swift X 14 (SFX14-73). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','Acer Swift X 14 (SFX14-73) Drivers Download | Windows 11','','publish','closed','closed','','acer-swift-x-14-sfx14-73-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driversacer.com/acer-swift-x-14-sfx14-73-drivers-download-windows-11/',0,'post','',0);" B5=$($ACER_DB -N -e "SELECT LAST_INSERT_ID();") $ACER_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($B5,1,0);" echo "Acer 5 done: $B5" echo "Acer all done: $B1 $B2 $B3 $B4 $B5" ############################################## # HP - 5 articles ############################################## echo "=== Inserting HP articles ===" HP_DB="mysql -u driver_hp_downlo -pNCRmr3GWjdRE6GdR driver_hp_downlo 2>/dev/null" $HP_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for HP OMEN Transcend 16 (U9V). Latest BIOS, audio, LAN, WiFi drivers for Windows 10/11.','HP OMEN Transcend 16 (U9V) Drivers Download | Windows 10/11','','publish','closed','closed','','hp-omen-transcend-16-u9v-drivers-download-windows-10-11','','','$NOW','$NOW_GMT','',0,'https://driverhpdownload.com/hp-omen-transcend-16-u9v-drivers-download-windows-10-11/',0,'post','',0);" C1=$($HP_DB -N -e "SELECT LAST_INSERT_ID();") $HP_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($C1,1,0);" echo "HP 1 done: $C1" $HP_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for HP Spectre x360 16 (16-aa000). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','HP Spectre x360 16 (16-aa000) Drivers Download | Windows 11','','publish','closed','closed','','hp-spectre-x360-16-16-aa000-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driverhpdownload.com/hp-spectre-x360-16-16-aa000-drivers-download-windows-11/',0,'post','',0);" C2=$($HP_DB -N -e "SELECT LAST_INSERT_ID();") $HP_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($C2,1,0);" echo "HP 2 done: $C2" $HP_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for HP Envy 16 (16-h1000). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','HP Envy 16 (16-h1000) Drivers Download | Windows 11','','publish','closed','closed','','hp-envy-16-16-h1000-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driverhpdownload.com/hp-envy-16-16-h1000-drivers-download-windows-11/',0,'post','',0);" C3=$($HP_DB -N -e "SELECT LAST_INSERT_ID();") $HP_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($C3,1,0);" echo "HP 3 done: $C3" $HP_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for HP Victus 16 (16-r1000). Latest BIOS, audio, LAN, WiFi drivers for Windows 10/11.','HP Victus 16 (16-r1000) Drivers Download | Windows 10/11','','publish','closed','closed','','hp-victus-16-16-r1000-drivers-download-windows-10-11','','','$NOW','$NOW_GMT','',0,'https://driverhpdownload.com/hp-victus-16-16-r1000-drivers-download-windows-10-11/',0,'post','',0);" C4=$($HP_DB -N -e "SELECT LAST_INSERT_ID();") $HP_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($C4,1,0);" echo "HP 4 done: $C4" $HP_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for HP Pavilion Plus 14 (14-ew1000). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','HP Pavilion Plus 14 (14-ew1000) Drivers Download | Windows 11','','publish','closed','closed','','hp-pavilion-plus-14-14-ew1000-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://driverhpdownload.com/hp-pavilion-plus-14-14-ew1000-drivers-download-windows-11/',0,'post','',0);" C5=$($HP_DB -N -e "SELECT LAST_INSERT_ID();") $HP_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($C5,1,0);" echo "HP 5 done: $C5" echo "HP all done: $C1 $C2 $C3 $C4 $C5" ############################################## # DELL - 5 articles ############################################## echo "=== Inserting Dell articles ===" DELL_DB="mysql -u dell_driver -pMjaERDLeWPrfh58H dell_driver 2>/dev/null" $DELL_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Dell Alienware m18 R2. Latest BIOS, audio, LAN, WiFi drivers for Windows 10/11.','Dell Alienware m18 R2 Drivers Download | Windows 10/11','','publish','closed','closed','','dell-alienware-m18-r2-drivers-download-windows-10-11','','','$NOW','$NOW_GMT','',0,'https://delldriverdownload.com/dell-alienware-m18-r2-drivers-download-windows-10-11/',0,'post','',0);" D1=$($DELL_DB -N -e "SELECT LAST_INSERT_ID();") $DELL_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($D1,3,0);" echo "Dell 1 done: $D1" $DELL_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Dell XPS 16 (9640). Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','Dell XPS 16 (9640) Drivers Download | Windows 11','','publish','closed','closed','','dell-xps-16-9640-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://delldriverdownload.com/dell-xps-16-9640-drivers-download-windows-11/',0,'post','',0);" D2=$($DELL_DB -N -e "SELECT LAST_INSERT_ID();") $DELL_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($D2,1,0);" echo "Dell 2 done: $D2" $DELL_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Dell Inspiron 16 Plus 7640. Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','Dell Inspiron 16 Plus 7640 Drivers Download | Windows 11','','publish','closed','closed','','dell-inspiron-16-plus-7640-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://delldriverdownload.com/dell-inspiron-16-plus-7640-drivers-download-windows-11/',0,'post','',0);" D3=$($DELL_DB -N -e "SELECT LAST_INSERT_ID();") $DELL_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($D3,6,0);" echo "Dell 3 done: $D3" $DELL_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Dell Latitude 9450 2-in-1. Latest BIOS, audio, LAN, WiFi drivers for Windows 11.','Dell Latitude 9450 2-in-1 Drivers Download | Windows 11','','publish','closed','closed','','dell-latitude-9450-2-in-1-drivers-download-windows-11','','','$NOW','$NOW_GMT','',0,'https://delldriverdownload.com/dell-latitude-9450-2-in-1-drivers-download-windows-11/',0,'post','',0);" D4=$($DELL_DB -N -e "SELECT LAST_INSERT_ID();") $DELL_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($D4,1,0);" echo "Dell 4 done: $D4" $DELL_DB -e "INSERT INTO wp_posts (post_author,post_date,post_date_gmt,post_content,post_title,post_excerpt,post_status,comment_status,ping_status,post_password,post_name,to_ping,pinged,post_modified,post_modified_gmt,post_content_filtered,post_parent,guid,menu_order,post_type,post_mime_type,comment_count) VALUES (1,'$NOW','$NOW_GMT','Download drivers for Dell G16 7630. Latest BIOS, audio, LAN, WiFi drivers for Windows 10/11.','Dell G16 7630 Drivers Download | Windows 10/11','','publish','closed','closed','','dell-g16-7630-drivers-download-windows-10-11','','','$NOW','$NOW_GMT','',0,'https://delldriverdownload.com/dell-g16-7630-drivers-download-windows-10-11/',0,'post','',0);" D5=$($DELL_DB -N -e "SELECT LAST_INSERT_ID();") $DELL_DB -e "INSERT INTO wp_term_relationships (object_id,term_taxonomy_id,term_order) VALUES ($D5,5,0);" echo "Dell 5 done: $D5" echo "Dell all done: $D1 $D2 $D3 $D4 $D5" ############################################## # FINAL STATS ############################################## echo "" echo "======================================" echo "FINAL STATISTICS" echo "======================================" $ASUS_DB -e "SELECT 'ASUS' as site, COUNT(*) as total_published FROM wp_posts WHERE post_type='post' AND post_status='publish';" $ACER_DB -e "SELECT 'Acer' as site, COUNT(*) as total_published FROM wp_posts WHERE post_type='post' AND post_status='publish';" $HP_DB -e "SELECT 'HP' as site, COUNT(*) as total_published FROM wp_posts WHERE post_type='post' AND post_status='publish';" $DELL_DB -e "SELECT 'Dell' as site, COUNT(*) as total_published FROM wp_posts WHERE post_type='post' AND post_status='publish';" echo "======================================" echo "Script completed."