/home/u775757334/domains/civicwelllife.com/public_html
NameSizeModeActions
admin/-0755rm
civiclife/-0755rm
css/-0755rm
fonts/-0755rm
function/-0755rm
images/-0755rm
include/-0755rm
js/-0755rm
management/-0755rm
media/-0755rm
razorpay/-0755rm
seller/-0755rm
vendor/-0755rm
09.php1420644editdlrm
about-us.php30250644editdlrm
account.php74080644editdlrm
add-shipping.php60730644editdlrm
affiliate-registration.php45430644editdlrm
arrow.jpg15460644editdlrm
blog-details.php108380644editdlrm
blog-list.php92680644editdlrm
blog.php100620644editdlrm
booking-process.php21490644editdlrm
booking-success.php55410644editdlrm
category-details.php79030644editdlrm
checkout.php155050644editdlrm
civiclife (2).zip1519863600644editdlrm
config.php94190644editdlrm
consultation-payment.php121130644editdlrm
consultation.php179210644editdlrm
contact-us.php97420644editdlrm
cpage.css141150644editdlrm
create-order.php4430644editdlrm
create_zoom_link.php28320644editdlrm
default.php163690644editdlrm
delivery-return.php29230644editdlrm
dlogout.php1250644editdlrm
doctor-account.php368570644editdlrm
doctor-appointments.php103790644editdlrm
doctor-blog.php85880644editdlrm
doctor-consultation.php54670644editdlrm
doctor-profile.php320020644editdlrm
doctor-registration.php131890644editdlrm
doctors.php103830644editdlrm
end_meeting.php2300644editdlrm
faq-list.php79000644editdlrm
faq.php63670644editdlrm
get_subcategory.php4370644editdlrm
health-test.php319100644editdlrm
index.html41330644editdlrm
index.php36560644editdlrm
login.php38420644editdlrm
media.zip374815980644editdlrm
my-account.php73970644editdlrm
order-details.php61720644editdlrm
patient-login.php79350644editdlrm
privacy-policy.php24300644editdlrm
product-detail.php327560644editdlrm
product-list.php107610644editdlrm
return-and-refund.php23980644editdlrm
review.php123620644editdlrm
seller-registration.php113740644editdlrm
send_review.php7650644editdlrm
start_meeting.php1940644editdlrm
sub-category.php78390644editdlrm
terms-and-conditions.php26810644editdlrm
testimonial-list.php87870644editdlrm
testimonial.php80600644editdlrm
timing-list.php60680644editdlrm
timming.php75710644editdlrm
vedio-list.php78770644editdlrm
vedio.php85790644editdlrm
vedios.php87870644editdlrm
Edit: /home/u775757334/domains/civicwelllife.com/public_html/config.php (9419B)
0) { $offer = "
"; } echo "
{$offer} product
{$data[1]}
Rs. {$data[3]}{$data[4]}
500grm
(3)
Buy Now
"; } function textToUrl($text) { // Convert the text to lowercase $text = strtolower($text); // Replace spaces and underscores with a dash $text = preg_replace('/[\s_]+/', '-', $text); // Remove all characters that are not alphanumeric, dashes, or dots $text = preg_replace('/[^a-z0-9\-\.]/', '', $text); // Optionally, you can trim dashes from the beginning and end $text = trim($text, '-'); // Return the URL-friendly string return $text; } // http://localhost/ecom_demo/ // http://localhost/navpraanayurveda/ function getProduct($data) { $url = "product-detail.php?url={$data[2]}-{$data[0]}"; $image = "media/image/thumb/{$data[6]}"; $rand = rand(10, 200); echo "

{$data[1]}

({$rand})

Rs. {$data[4]} Rs . {$data[3]}

Add Cart

"; } /*
{$data[1]} {$data[7]} {$data[4]}
*/ function generateUniqueCode($length = 8) { // Define the characters you want to include in the code $characters = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'; $charactersLength = strlen($characters); $uniqueCode = ''; // Generate a random string of the specified length for ($i = 0; $i < $length; $i++) { $uniqueCode .= $characters[rand(0, $charactersLength - 1)]; } return $uniqueCode; }