SMS Notification

mrjoe

New member
XNullUser
Joined
Nov 1, 2021
Messages
25
Reaction score
1
Points
3
NullCash
8
Can you share plugin source as well mate :)
 

skailelep

New member
XNullUser
Joined
Oct 11, 2021
Messages
5
Reaction score
0
Points
1
NullCash
5
I think this is a good one!! Thank you very much for your help!
 

danieltoz

Active member
Elite
XNullUser
Joined
Sep 18, 2021
Messages
162
Reaction score
228
Points
43
NullCash
673
ATTENTION! : BUGS & IDENTITY THEFT & PRIVACY THEFT & DATA THEFT
Dear All,

This module has bugs & identity theft, privacy theft and database theft. If you have installed this module on your website then you may become victim of your privacy & data theft.

MY REPORT:

File: smsnotification.php

public function hookActionCustomerAccountAdd($params)
{
//die("newcustomers");
// $hooks = new ModelSmsHooks();
// $hooks->customerAddHook($params["newCustomer"]->id_shop, $params["newCustomer"]->id);
if (Configuration::get('SMS_NOTIFICATION_ADMIN_CUSTOMERS')=='2') {
print_r($params);
//die("hereee");
$id_customer = $params["newCustomer"]->id;
$customer = new Customer((int)$id_customer);
// print_r($customer);
$cart_data = new Cart(Tools::getValue('id_cart'));
// print_r($cart_data);
// // $id_address = $params["cart"]->id_address_delivery;
// // $address_data = new Address($id_address);
// // print_r($address_data);
// // echo $mobile_phone = $address_data->phone_mobile;
// die("hereee");

// $message = $this->l('Hello!').' ';
// $message .= $customer->firstname.' '.$customer->lastname;
// $message .= ' '.$this->l('just signed up!').' ';
// $message .= Configuration::get('SMS_NOTIFICATION_SIGNATURE');


// $message = '<a href="https://www.homescapesindia.com/">HOMESCAPESINDIA.COM</a>: '.$customer->firstname.'Thank you for registering with Homescapes. We value your time and appreciate your choice. Visit Offer Section For Exciting Offers';
// $message='HOMESCAPESINDIA.COM: '.$customer->firstname.' Thank you for registering with Homescapes. We value your time and appreciate your choice. Visit Offer Section For Exciting Offers';
// $this->sendSMS(
// '9780845718',
// Configuration::get('SMS_NOTIFICATION_SIGNATURE'),
// $message
// );
//$this->sendSMS($mobile_phone, Configuration::get('SMS_NOTIFICATION_SIGNATURE'), $message);
//die("kkkk");
return true;
}
}


$message='Order Delivered: '.$params["id_order"].' for '.$product_name.' has been delivered. Please rate your delivery experience. Thank you for shopping with Homescapesindia.com';
thanks for the info ! this help safe my store !
 

graphicsdata

Member
XNullUser
Joined
Dec 3, 2018
Messages
30
Reaction score
0
Points
6
NullCash
2
ATTENTION! : BUGS & IDENTITY THEFT & PRIVACY THEFT & DATA THEFT
Dear All,

This module has bugs & identity theft, privacy theft and database theft. If you have installed this module on your website then you may become victim of your privacy & data theft.

MY REPORT:

File: smsnotification.php

public function hookActionCustomerAccountAdd($params)
{
//die("newcustomers");
// $hooks = new ModelSmsHooks();
// $hooks->customerAddHook($params["newCustomer"]->id_shop, $params["newCustomer"]->id);
if (Configuration::get('SMS_NOTIFICATION_ADMIN_CUSTOMERS')=='2') {
print_r($params);
//die("hereee");
$id_customer = $params["newCustomer"]->id;
$customer = new Customer((int)$id_customer);
// print_r($customer);
$cart_data = new Cart(Tools::getValue('id_cart'));
// print_r($cart_data);
// // $id_address = $params["cart"]->id_address_delivery;
// // $address_data = new Address($id_address);
// // print_r($address_data);
// // echo $mobile_phone = $address_data->phone_mobile;
// die("hereee");

// $message = $this->l('Hello!').' ';
// $message .= $customer->firstname.' '.$customer->lastname;
// $message .= ' '.$this->l('just signed up!').' ';
// $message .= Configuration::get('SMS_NOTIFICATION_SIGNATURE');


// $message = '<a href="https://www.homescapesindia.com/">HOMESCAPESINDIA.COM</a>: '.$customer->firstname.'Thank you for registering with Homescapes. We value your time and appreciate your choice. Visit Offer Section For Exciting Offers';
// $message='HOMESCAPESINDIA.COM: '.$customer->firstname.' Thank you for registering with Homescapes. We value your time and appreciate your choice. Visit Offer Section For Exciting Offers';
// $this->sendSMS(
// '9780845718',
// Configuration::get('SMS_NOTIFICATION_SIGNATURE'),
// $message
// );
//$this->sendSMS($mobile_phone, Configuration::get('SMS_NOTIFICATION_SIGNATURE'), $message);
//die("kkkk");
return true;
}
}


$message='Order Delivered: '.$params["id_order"].' for '.$product_name.' has been delivered. Please rate your delivery experience. Thank you for shopping with Homescapesindia.com';

These are some severe issues, thank you for informing the community, maybe i can skip it to avoid any web risks.
Thank you
 

Rizzle

Member
XNullUser
Joined
Dec 30, 2021
Messages
48
Reaction score
0
Points
6
NullCash
20
Interesting. This sounds like a module to avoid.
 

HMC

Well-known member
Master
Diamond
Elite
Joined
May 29, 2021
Messages
508
Reaction score
1,088
Points
93
Location
Server Room
Website
localhost
NullCash
9,356
I always check the codes of scripts for bugs before using them on my live website.
 

kajantek365

New member
XNullUser
Joined
Mar 13, 2022
Messages
12
Reaction score
0
Points
1
NullCash
36
ATTENTION! : BUGS & IDENTITY THEFT & PRIVACY THEFT & DATA THEFT
Dear All,

This module has bugs & identity theft, privacy theft and database theft. If you have installed this module on your website then you may become victim of your privacy & data theft.

MY REPORT:

File: smsnotification.php

public function hookActionCustomerAccountAdd($params)
{
//die("newcustomers");
// $hooks = new ModelSmsHooks();
// $hooks->customerAddHook($params["newCustomer"]->id_shop, $params["newCustomer"]->id);
if (Configuration::get('SMS_NOTIFICATION_ADMIN_CUSTOMERS')=='2') {
print_r($params);
//die("hereee");
$id_customer = $params["newCustomer"]->id;
$customer = new Customer((int)$id_customer);
// print_r($customer);
$cart_data = new Cart(Tools::getValue('id_cart'));
// print_r($cart_data);
// // $id_address = $params["cart"]->id_address_delivery;
// // $address_data = new Address($id_address);
// // print_r($address_data);
// // echo $mobile_phone = $address_data->phone_mobile;
// die("hereee");

// $message = $this->l('Hello!').' ';
// $message .= $customer->firstname.' '.$customer->lastname;
// $message .= ' '.$this->l('just signed up!').' ';
// $message .= Configuration::get('SMS_NOTIFICATION_SIGNATURE');


// $message = '<a href="https://www.homescapesindia.com/">HOMESCAPESINDIA.COM</a>: '.$customer->firstname.'Thank you for registering with Homescapes. We value your time and appreciate your choice. Visit Offer Section For Exciting Offers';
// $message='HOMESCAPESINDIA.COM: '.$customer->firstname.' Thank you for registering with Homescapes. We value your time and appreciate your choice. Visit Offer Section For Exciting Offers';
// $this->sendSMS(
// '9780845718',
// Configuration::get('SMS_NOTIFICATION_SIGNATURE'),
// $message
// );
//$this->sendSMS($mobile_phone, Configuration::get('SMS_NOTIFICATION_SIGNATURE'), $message);
//die("kkkk");
return true;
}
}


$message='Order Delivered: '.$params["id_order"].' for '.$product_name.' has been delivered. Please rate your delivery experience. Thank you for shopping with Homescapesindia.com';
Thanks for the info. I was just start downloading the addon when i read your msg
 

zyhivan

Member
XNullUser
Joined
Aug 6, 2021
Messages
571
Reaction score
0
Points
16
NullCash
2,521
works well. You cand made the setup very easy, Thanks for the module.
 

catfish

Member
XNullUser
Joined
May 27, 2022
Messages
37
Reaction score
10
Points
8
NullCash
8
I think no module from here is to install directly on live site without prior serious checking.
 

bubo1991

Member
XNullUser
Joined
Jul 19, 2021
Messages
109
Reaction score
0
Points
16
NullCash
8
oes it send free SMS or need to open account somewhere?
 

igoo900

Member
XNullUser
Joined
Apr 7, 2022
Messages
113
Reaction score
0
Points
16
NullCash
10
super class butu put use to test if something is wrong I will write, I will warn the community
 

alqo

Member
XNullUser
Joined
Mar 11, 2022
Messages
51
Reaction score
0
Points
6
NullCash
4
Hello there. i will download it, is it free, does it work? is there any problem?
 

vfr1995

New member
XNullUser
Joined
Jul 3, 2022
Messages
22
Reaction score
0
Points
1
NullCash
3
thank you for this module , is very very good
 

manounours

New member
XNullUser
Joined
Sep 17, 2021
Messages
25
Reaction score
0
Points
1
NullCash
4
il semblerait que ce module ne soit pas super fiable...
 
Top