Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-ulike domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/illphate/public_html/wp-includes/functions.php on line 6131

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/illphate/public_html/wp-includes/functions.php on line 6131

Deprecated: Function WP_Dependencies->add_data() was called with an argument that is deprecated since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /home/illphate/public_html/wp-includes/functions.php on line 6131
JESUS | Illphated Dot COM

JESUS

NORDVPN_ILLPHATED
SHARE THIS NOW!
#!/bin/bash # Counter for sequential numbering counter=1 # Loop through all image and video files in the current directory for file in *.{jpg,jpeg,png,gif,mp4,mov,avi,mkv}; do # Check if the file exists if [[ -e "$file" ]]; then # Construct new file name new_name="ILLPHATED-JESUS-$counter.${file##*.}" # Rename file mv "$file" "$new_name" # Increment counter counter=$((counter + 1)) fi done echo "Renaming completed!"
Scroll to Top

Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/illphate/public_html/wp-includes/functions.php on line 5481