Advanced Search
Search Results
20 total results found
Public WIKI
Public information
cashyew.com FAQ
Public information
Z - Tools
tcpalitigatorlist.com FAQ
supportdatabases.com @ Data API
CSV
Scripts
tcpalitigatorlist.com support
Dynamic coupons (discounts)
Any user can generate a discount code for his account. This can done during account Balance Fill procedure. The amount of dicount is dependent from amount of money transfer
Cashyew file suppressing
Removes the bought and suppressed records of the provided user from the file. Usage: php suppress_file.php <file_name> <user_id> <phone_column_name> Before usage: 1. Upload your file into the wordpress uploads folder. 2. Open the cashyewleads terminal. 3...
Splitting CSV file
Splits the provided file into parts with chunk size. Script: split-csv.py Usage: python split-csv.py <csv_file_path> <rows_per_file> Example: python split-csv.py file.csv 10000
Remove duplicates
Generates a new file without duplicates, but keeps empty cells. Script: rdups.py Usage: python rdups.py <csv_file_path> <column_name> Example: python rdups.py /path/to/file.csv "phone number"
Data verifiers - Client selection
By default client can`t choose what data verifiers should do. Hovewer Admin can enable this feature for Client!
Format TCPA list file
Route::get('/format', function () { $path = \Illuminate\Support\Facades\Storage::path('file.csv'); $path2 = \Illuminate\Support\Facades\Storage::path('file-formatted.csv'); $reader = \League\Csv\Reader::createFromPath($path, 'r'); $writer =...
Find number in CSV file
Route::get('/find', function () { ini_set('max_execution_time', 30000); ini_set('memory_limit', '2048M'); $search = '4246263942'; $files = \Illuminate\Support\Facades\Storage::files('directory_in_storage_app'); $foundInFiles = []; ...
Admin panel
How to get to the admin panel page? Go to https://data.supportdatabases.com/dashboard and log in. Admin userLogin: masterbase@local.locPassword: hy6$@&drahe^&$38ad After you have logged in, click on the link. If you don't see the link, you need to add permi...
Worklog
8/5/2023 1. Added a job that removes source data. Added tests.2. Added a job that saves source files to cloud storage (s3). Added tests.3. Added an endpoint that allows uploading files. Added tests.4. Installed and configured the S3 storage driver; 8/6/2023 ...
Cases Table
Title - A case with this name will be created. If a case with the same name already exists, the first found case will be updated with new fields, and if there are no fields, the old fields will be preserved. Phone Found - Assigns a value to the case. Permis...
Report log
10.05.2024 TCPA Completed tasks: - Checked why AI chat is not working. - Made a form on the single client page.In progress: - Complete the integration of the new server. CL Completed tasks: - Work on exporting PDF statistics, Added the edits that were disc...
Chat AI admin area
How to log in to the admin panel? Open https://ai.supportdatabases.com/signin and enter your email address. Then open http://mail.ai.supportdatabases.com and log in.Login: devmailPassword: mA2nh4b295kyMd9YFV9KLXz Here you will see a list of mails and one of...