HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/posscale/.bash_history
cd public_html/
ls -la
cd /home/posscale/public_html/components/com_virtuemart/shop_image/product
ls
ls -la
cd ../
ls -la
cd 
cd public_html/administrator/components/
ls
cd com_virtuemart/
ls
cd html/
ls
vi product.product_form.php 
cd ../
ls
vi admin.virtuemart.php 
cd html/
vi product.product_form.php 
ls -la
vicd ../
cd ../
grep -irn "The following image update command failed" *
vi classes/ps_main.php
vi /home/posscale/public_html/components/com_virtuemart/shop_image/product/thumb_0_2N_VoiceBlue_Lite.jpg
vi /home/posscale/public_html/components/com_virtuemart/shop_image/product/thumb_0_2N_VoiceBlue_Lite.jpg
vi classes/ps_main.php
vi /home/posscale/public_html/components/com_virtuemart/shop_image/product
cd /home/posscale/public_html/components/com_virtuemart/shop_image/product
ls
ls -la
ls -la | more
ls
cd public_
ls
cd public_html
ls
ls */*.cfg
ls */*.cfg | wc -l
find . -type f | grep \.cfg
find . -type f | grep ........\.cfg
more aastra.cfg 
find . -type f | grep ........\.cfg
ls */*.cfg
ls */*.cfg | cut -d/ -f1
ls */*.cfg | cut -d/ -f1 | sort -u
more aastra/00085D
more aastra/00085D03863B.cfg 
ls */*.cfg | cut -d/ -f1 | sort -u
tar czvf ../customer_configs.tgz `ls */*.cfg | cut -d/ -f1 | sort -u`
ls */*.cfg | cut -d/ -f1 | sort -u
ls */*.cfg | cut -d/ -f1 | sort -u
ls NZhothouse/
ls NZhothouse/Configs_NZ/
ls
tar czvf ../customer_configs.tgz --exclude \.bin `ls */*.cfg | cut -d/ -f1 | sort -u`
tar czvf ../customer_configs.tgz --exclude-pattern \.bin `ls */*.cfg | cut -d/ -f1 | sort -u`
man tar
tar czvf ../customer_configs.tgz --exclude-pattern *.bin `ls */*.cfg | cut -d/ -f1 | sort -u`
tar czvf ../customer_configs.tgz --exclude *.bin `ls */*.cfg | cut -d/ -f1 | sort -u`
man tar
tar czvf ../customer_configs.tgz --exclude *.bin --wildcards `ls */*.cfg | cut -d/ -f1 | sort -u`
ls
perl -i -pe 's/202.60.65.2/phones.posscales.com/g'
ls */*.cfg 
find . -type f | grep \.cfg$
find . -type f | grep \.cfg$ | wc -l
ls */*.cfg | wc -l
find . -type f | grep \.cfg$ | wc -l
find . -type f | grep \.cfg$
tar czvf ../customer_configs.tgz `find . -type f | grep \.cfg$`
tar czvf ../customer_configs.tgz `find . -type f | grep \.cfg$ | xargs`
tar czvf ../customer_configs.tgz `find . -type f | grep \.cfg$ | xargs`
tar czvf ../customer_configs.tgz `find . -type f | grep \.cfg$ | xargs -0`
find . -type f | grep \.cfg$ | xargs -0
man xargs
find . -type f -print0 | grep \.cfg$ | xargs -0
find . -type f -print0 | grep \.cfg$ 
man xargs
man xargs
man find
find . -type f -print0 
find . -type f -name *.cfg -print0 
find . -type f -name *.cfg -print0 | xargs
find . -type f -name *.cfg -print0 | xargs -0
man find
find . -type f -regex \.cfg -print0 | xargs -0
find . -type f -regex .*\.cfg -print0 | xargs -0
find . -type f -regex .*\.cfg -print0 | xargs -0 | wc -l
find . -type f -regex .*\.cfg -print0 
find . -type f -regex .*\.cfg
find . -type f -regex .*\.cfg | wc -l
find . -type f -regex .*\.cfg -print0
find . -type f -regex .*\.cfg -print0 | xargs -0
for FILE in `find . -type f -regex .*\.cfg -print0 | xargs -0`; do ls $FILE; done
for FILE in `find . -type f -regex .*\.cfg -print0 | xargs -0`; do ls "$FILE"; done
for FILE in `find . -type f -regex .*\.cfg -print0`; do ls "$FILE"; done
for FILE in `find . -type f -regex .*\.cfg`; do ls "$FILE"; done
for FILE in `find . -type f -regex .*\.cfg`; do ls "$FILE"; done
ls */*.cfg
find . -type f -regex .*\.cfg
find . -type f -regex .*\.cfg | grep '/.*/'
find . -type f -regex .*\.cfg | grep '/.*/.*/'
for DIR in `ls */*.cfg */*/*.cfg`; do ls "$DIR"; done
for DIR in `ls */*.cfg `; do ls "$DIR"; done
for DIR in `ls */*.cfg | cut -d/ -f1`; do ls "$DIR"; done
for DIR in `ls */*.cfg | cut -d/ -f1`; do ls-d "$DIR"; done
for DIR in `ls */*.cfg | cut -d/ -f1`; do ls -d "$DIR"; done
for DIR in `ls */*.cfg | cut -d/ -f1 | sort -u`; do ls -d "$DIR"; done
for DIR in `ls */*.cfg | cut -d/ -f1 | sort -u`; do echo perl -i -pe 's/202.60.65.2/phones.posscales.com/g' "$DIR/*.cfg"; done
for DIR in `ls */*.cfg | cut -d/ -f1 | sort -u`; do perl -i -pe 's/202.60.65.2/phones.posscales.com/g' "$DIR/*.cfg"; done
for DIR in `ls */*.cfg | cut -d/ -f1 | sort -u`; do perl -i -pe 's/202.60.65.2/phones.posscales.com/g' $DIR/*.cfg; done
find . -type f -regex .*\.cfg | grep '/.*/.*/'
cd aastra_update/57i
perl -i -pe 's/202.60.65.2/phones.posscales.com/g' *.cfg
cd ../../aastra/Test/
perl -i -pe 's/202.60.65.2/phones.posscales.com/g' *.cfg
cd ../Cliffhartlyholl/
perl -i -pe 's/202.60.65.2/phones.posscales.com/g' *.cfg
grep 202 *
grep posscales.com *
cd ..
cd ..
cd aussierob/
ls
grep 202 *
grep phones. *
cd ..
ls
tar czvf ../customer_configs_new.tgz `find . -type f -regex .*\.cfg$ `
ls
ls -l
tar tzvf ../customer_configs.tgz 
ls -l  ../customer_configs.tgz 
ls ../
ls
tar czvf ../customer_configs_new.tgz . --include \.cfg
man tar
ls -l
tar czvf ../customer_configs_new.tgz `ls */*.cfg`
tar czvf ../customer_configs_new.tgz `ls */*.cfg */*/*.cfg`
tar czvf ../customer_configs_new.tgz `ls */*.cfg */*/*.cfg chrisw2/Room\ 5.cfg`
tar czvf ../customer_configs_new.tgz `ls */*.cfg */*/*.cfg` chrisw2/Room\ 5.cfg
tar czvf ../customer_configs_new.tgz `ls */*.cfg */*/*.cfg` chrisw2/Room\ 5.cfg aussierob/aastra\ pcf\ law\ .cfg 
tar czvf ../customer_configs_new.tgz `ls */*.cfg */*/*.cfg` chrisw2/Room\ 5.cfg aussierob/aastra\ pcf\ law\ .cfg 
ls -l ../
cp ../customer_configs_new.tgz /tmp
ls
cd quadro_cdr/
ls
cd 1
ls
cd 1
ls
cd ../2
ls
cd parsed
ls
cd ../unparsed
ls
ls
cd ../
ls
cd parsed/
ls
nano callstat_quadro_2010-6-15_1541.csv
ls
mv * ../unparsed
ls
cd ../
ls
cd unparsed
ls
cd ../
cd ../
cd 1
cd parsed
ls
mv * ../unparsed
ls
cd ../
ls
cd unparsed
ls
ls
cd ../../2
ls
cd unparsed/
ls
cd /
ls
cd /home/posscals/www/
cd /home/posscale
ls
cd subdomains
ls
cd ccm
ls
ls
;s
ls
cd quadro_cdr/
ls
cd 1
cd 1
ls
cd unparsed/
ls
ls
ls
cd ../../
ls
cd ../3/3
ls
cd unparsed/
ls
ls
cd 2/2
ls
ls
cd quadro_cdr/2/2
l
ls
cd unparsed/
ls
su root
exit
cd
ls
pwd
ack 
grep -R cdr
grep -R cdr *
locate apache
ls /etc/
find /etc | grep apache
ls
pwd
find . | grep config
find . | grep httpd
cat ./.cpanel/datastore/_usr_local_apache_bin_httpd_-v
ca ./.cpanel/datastore/_usr_local_apache_bin_httpd_-V
cat ./.cpanel/datastore/_usr_local_apache_bin_httpd_-V
ls
tail -f error_log 
ls
cd etc/
ls
cd posscales.com.au/
ls
grep -R cdr *
ls
find .
cd ..
ls
cd ..
grep -R cdr
grep -R cdr *
grep -R cdr * |grep -v access
grep -R cdr * |grep -v access | less
grep -R cdr * |grep -v access | grep -v mail
grep -R cdr * |grep -v access | grep -v mail | grep -v Binary
grep -R Rewrite
grep -R Rewrite *
find . | grep htaccess
vi ./subdomains/ccm/.htaccess 
find . | grep ini
find . | grep ini | grep php
grep -R flush
grep -R flush *
ls
vi ./subdomains/ccm/.htaccess 
exit
ls
ls -lthr
cat /etc/is
ls /etc
cd /etc/
ls -lthr
cd /
ls
ls -tlhr
sudo su
su 
sudo su
cd 
ls
cd /etc/
ls
l s-lthr
ls -lthr
cd 
ls
cd /etc
ls
 ls -tlhr
rpm
cd /usr/bin/
ls
cd 
ls
cd /
ls
cd 
mount
cage
ls -tlhr
ls /proc/
pstree
ps 
ps aux
ls -lthr
ls
ls -tlhr
ls
cd 
find | grep astra
cd public_
cd public_html
ls
vi .htaccess
ls
vi .htaccess
ls
ls -lthr
ls wp-*
ls
ls -tlhr
ls
ls -tlhr
ls  | grep joom
ls
ls | grep -i joom
cd components/
ls
ls -tlhr
cd ..
find . | grep -i shop
ps aux | grep mysql
sudo rpm -Uvh http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm
su rpm -Uvh http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm
rpm -Uvh http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm
#1710113149
ip_addresses=$(dig nslookup -x posscales.com.au | grep "A" | cut -d" " -f2)
#1710113839
sudo su
#1710113910
cp -rf /var/named{,.backup}
#1710113910
find /var/named/*.db -exec perl -pi -e "s/\Qip4:118.127.61.58\E ?//g" '{}' \;
#1710113910
find /var/named/*.db -mtime -1 -exec perl -pi -e 'if (/^\s+(\d{10})\s+;\s?(?i)serial/i) { my $i = $1+1; s/$1/$i/;}' '{}' \;
#1715697175
cd /home/posscale/public_html/printmanager/
#1715697181
php artisan migrate
#1715783131
cd /home/posscale/public_html/printmanager/
#1715783138
php artisan db:seed
#1715783522
php artisan migrate:refresh
#1715783526
php artisan db:seed
#1715783663
php artisan tenants:migrate
#1715783751
\php artisan config:clear
#1715783788
php artisan optimize:clear
#1715784030
php artisan db:seed
#1716983426
php -v
#1716983452
cd public_html/printmanager/
#1716983457
composer update
#1716983495
npm run build
#1716983542
php artisan config:clear
#1716983639
composer dumpautoload -o
#1716983770
php artisan clear:data
#1716983780
php artisan cache:clear
#1717511497
cd public_html
#1717511516
cd printmanager/
#1717511685
php artisan migrate
#1717511766
php artisan tenants:migrate
#1717767161
cd public_html/printmanager
#1717767170
php artisan tenants:migrate
#1717767232
php artisan migrate
#1717771508
cd public_html/printmanager
#1717771511
php artisan config:clear
#1718021923
cd public_html/printmanager
#1718021928
php artisan tenants:migrate
#1718291327
cd public_html/printmanager
#1718291330
php artisan tenants:migrate
#1718291338
php artisan migrate
#1718292256
cd public_html/printmanager
#1718292259
php artisan migrate
#1718292266
php artisan tenants:migrate
#1718292388
wget -q -O /dev/null "https://printmanagertenant.posscales.com.au/sync-data" >/dev/null 2>&1
#1718805541
cd public_html/printmanager
#1718805544
php artisan migrate
#1718805546
cd public_html/printmanager
#1718805551
php artisan tenants:migrate
#1718963206
cd public_html/printmanager
#1718963207
php artisan cache:clear
#1718967405
cd public_html/printmanager
#1718967408
php artisan config:clear
#1718967408
php artisan route:clear
#1718967408
php artisan view:clear
#1718967420
php artisan route:clear
#1718967426
php artisan view:clear
#1718967431
php artisan cache:clear
#1723036755
cd public_html/printmanager
#1723036769
composr update
#1723037395
php artisan view:clear
#1723037402
php artisan cache:clear
#1723037413
php artisan config:clear
#1723037571
php artisan vendor:publish --provider="Akaunting\Money\Provider"
#1723037900
php artisan make:filament-panel admin
#1723038037
php artisan migrate
#1723206457
cd public_html/printmanager
#1723206469
php artisan tenants:migrate
#1739788305
cd public_html/printmanager
#1739788324
php artisan migrate
#1739788329
php artisan tenants:migrate
#1739788382
git status
#1739788859
php artisan tenants:migrate
#1739789459
php artisan migrate
#1741614836
ls -a
#1741614847
cd public_html/printmanager/
#1741614851
php artisan tenants:migrate
#1741614889
php artisan migrate
#1742905728
php artisan tenants:migrate
#1742905759
cd /home/posscale/public_html/printmanager/
#1742905761
php artisan tenants:migrate
#1742905767
php artisan migrate
#1744718935
cd /home/posscale/public_html/printmanager/
#1744718938
php artisan migrate
#1744718941
php artisan tenants:migrate
#1744718978
npm run build
#1744895674
cd /home/posscale/public_html/printmanager/
#1744895681
composer update
#1745420950
cd /home/posscale/public_html/printmanager/
#1745420954
php artisan tenants:migrate
#1745420976
npm run build
#1745420996
php artisan cache:clear
#1745421073
cd /home/posscale/public_html/printmanager/
#1745421075
php artisan cache:clear
#1745421100
php artisan config:clear
#1745858870
php artisan cache:clear
#1745858875
cd /home/posscale/public_html/printmanager/
#1745858877
php artisan cache:clear
#1745858915
npm run build
#1746453237
cd /home/posscale/public_html/printmanager/
#1746453250
php artisan tenants:migrate
#1746453353
php artisan cache:clear
#1748353882
cd /home/posscale/public_html/printmanager/
#1748353885
php artisan cache:clear
#1748353893
php -v
#1748353960
cd /home/posscale/public_html/printmanager/
#1748353962
php -v
#1748353970
php artisan cache:clear
#1750425177
cd /home/posscale/public_html/printmanager/
#1750425180
php artisan cache:clear
#1753795127
cd /home/posscale/public_html/printmanager/
#1753795151
php artisan migrate
#1754401034
cd /home/posscale/public_html/printmanager/
#1754401044
php artisan tenants:migrate
#1754917538
cd /home/posscale/public_html/printmanager/
#1754917540
php artisan tenants:migrate
#1754917567
php artisan migrate
#1755783269
cd /home/posscale/public_html/printmanager/
#1755783271
php artisan migrate
#1755783275
php artisan tenants:migrate
#1755783331
php artisan migrate
#1756218092
cd /home/posscale/public_html/printmanager/
#1756218095
php artisan migrate
#1756218099
php artisan tenants:migrate
#1756219804
cd /home/posscale/public_html/printmanager/
#1756219806
php artisan migrate
#1756479196
cd /home/posscale/public_html/printmanager/
#1756479200
php artisan migrate
#1756479205
php artisan tenants:migrate
#1756480109
cd /home/posscale/public_html/printmanager/
#1756480112
php artisan tenants:migrate
#1758286537
cd /home/posscale/public_html/printmanager/
#1758286540
php artisan tenants:migrate
#1758286550
php artisan migrate
#1758286682
php artisan cache:clear
#1758286718
npm run build
#1758286872
php artisan optimize:clear
#1758286889
composer update
#1758288089
cd /home/posscale/public_html/printmanager/
#1758288091
php artisan filament:upgrade
#1758288113
php artisan optimize:clear
#1758552055
cd /home/posscale/public_html/printmanager/
#1758552065
php artisan migrate
#1758636793
php artisan optimize:clear
#1758636797
cd /home/posscale/public_html/printmanager/
#1758636800
php artisan optimize:clear
#1758636849
cd /home/posscale/public_html/printmanager/
#1758636852
php artisan optimize:clear
#1758636870
php artisan filament:upgrade
#1758636882
php artisan cache:clear
#1758895089
cd /home/posscale/public_html/printmanager/
#1758895097
php artisan migrate
#1758895115
php artisan tenants:migrate
#1759323718
cd /home/posscale/public_html/printmanager/
#1759323723
php artisan migrate
#1759323731
php artisan tenants:migrate
#1759324496
cd /home/posscale/public_html/printmanager/
#1759324508
php artisan cache:clear
#1759324528
php artisan filament:upgrade
#1759324543
php artisan optimize:clear
#1759759594
cd /home/posscale/public_html/printmanager/
#1759759597
php artisan optimize:clear
#1759759606
php artisan tenants:migrate
#1759759612
php artisan migrate
#1759847835
cd /home/posscale/public_html/printmanager/
#1759847839
php artisan optimize:clear
#1760103932
cd /home/posscale/public_html/printmanager/
#1760103941
php artisan migrate
#1760103948
php artisan optimize:clear
#1760103993
php artisan cache:clear
#1760104214
cd /home/posscale/public_html/printmanager/
#1760104217
php artisan optimize:clear
#1760104557
php artisan cache:clear
#1760105106
php artisan optimize:clear
#1760105467
php artisan cache:clear
#1760105470
php artisan optimize:clear
#1760105608
cd /home/posscale/public_html/printmanager/
#1760105611
php artisan optimize:clear
#1760106123
php artisan filament:assets
#1760106124
php artisan optimize:clear
#1760106286
php artisan filament:assets
#1760106286
php artisan livewire:discover
#1760106286
php artisan optimize:clear
#1760106332
php artisan filament:assets
#1760106333
php artisan view:clear
#1760106333
php artisan route:clear
#1760106333
php artisan config:clear
#1760106334
php artisan cache:clear
#1760106334
php artisan optimize:clear
#1760106338
composer show | grep filament
#1760106338
composer show | grep livewire
#1760616781
cd /home/posscale/public_html/printmanager/
#1760616824
php artisan migrate
#1760616848
php artisan optimize:clear
#1760616861
composer show | grep livewire
#1760616870
php artisan cache:clear
#1760616882
php artisan filament:assets
#1761658201
cd /home/posscale/public_html/printmanager/
#1761658215
php artisan filament:assets
#1761826955
cd /home/posscale/public_html/printmanager/
#1761826958
php artisan filament:assets
#1762520457
cd /home/posscale/public_html/printmanager/
#1762520460
php artisan filament:assets
#1764073908
cd /home/posscale/public_html/printmanager/
#1764073911
php artisan filament:assets
#1764337425
cd /home/posscale/public_html/printmanager/
#1764337435
php artisan cache:clear
#1764337575
php artisan optimize:clear
#1766410588
cd /home/posscale/public_html/printmanager/
#1766410590
php artisan cache:clear
#1766668939
cd /home/posscale/public_html/printmanager/
#1766668941
php artisan cache:clear
#1768825224
cd /home/posscale/public_html/printmanager/
#1768825244
composer update
#1768825516
cd /home/posscale/public_html/printmanager/
#1768825538
php artisan migrate
#1768825595
cd /home/posscale/public_html/printmanager/
#1768825597
php artisan migrate
#1768825701
cd /home/posscale/public_html/printmanager/
#1768825704
php -v
#1768825843
cd /home/posscale/public_html/printmanager/
#1768825845
php -v
#1768825995
cd /home/posscale/public_html/printmanager/
#1768826003
php artisan migrate
#1768826055
php artisan tenants:migrate
#1768826317
   php artisan sync:tenant-roles
#1768826338
   php artisan sync:tenant-user-roles
#1768827271
cd /home/posscale/public_html/printmanager/
#1768827284
php artisan cache:clear
#1768827842
cd /home/posscale/public_html/printmanager/
#1768827845
php artisan config:clear
#1768827982
php artisan permission:cache-reset
#1768828488
php artisan optimize:clear