HotProperty 0.95 for Mambo надо

ShadowMaster

Member
Joined
Apr 22, 2004
Messages
22
Reaction score
1
Website
novograd.com.ua
HotProperty 0.95 for Mambo надо.
Если есть у кого, намыльте на читай(a)правила

Заранее спасибо.
 
Last edited by a moderator:
O

oci

Hot Property 0.95.3 below:

Code:
http://webfilehost.com/index.php?mode=viewupload&id=453

-------------------
Watch out this script is not nulled!!!

It sends auto mail with your server and site data to mosets, you should null it before use!!!

Open install.hotproperty.php file and at the end of the file find and delete this::

function mosets_mail( $name, $product ) {
// Send notice of installation information to Mosets
global $mosConfig_live_site, $mosConfig_sitename, $mosConfig_lang, $my, $version;

$email_to= $name."[email protected]";

global $database, $my;
$sql = "SELECT * FROM `#__users` WHERE id = $my->id LIMIT 1";
$database->setQuery( $sql );
$u_rows = $database->loadObjectList();

$text = "There was an installation of **" . $product ."** \r \n at "
. $mosConfig_live_site . " with version: " . hp_version . " \r \n"
. "Username: " . $u_rows[0]->username . "\r \n"
. "Email: " . $u_rows[0]->email . "\r \n"
. "Referer: " . $_SERVER['HTTP_REFERER']. "\r \n"
. "Language: " . $mosConfig_lang . "\r \n"
. "Mambo version: " . $version . "\r \n";

$subject = " Installation at: " .$mosConfig_sitename;
$headers = "MIME-Version: 1.0\r \n";
$headers .= "From: ".$u_rows[0]->username." <".$u_rows[0]->email.">\r \n";
$headers .= "Reply-To: <".$email_to.">\r \n";
$headers .= "X-Priority: 1\r \n";
$headers .= "X-MSMail-Priority: High\r \n";
$headers .= "X-Mailer: Mambo 4.5 on " .
$mosConfig_sitename . "\r \n";

@mail($email_to, $subject, $text, $headers);
}

Thats only for main component didnt check other modules/mambots!

Pozdrav Ruskoj braci --- SRBIJA
 

Opposite

Cryptographer
Pro Carder
Joined
Nov 28, 2020
Messages
1,190
Reaction score
569
Deposit
$ 735
HotProperty 0.95 for Mambo и другие нуленые скрипты для этого движка смотрите здесь:
_http://asmo.nm.ru/mambo/
 

uzipof

Member
Joined
Jan 26, 2004
Messages
8
Reaction score
0
oci, благодарю, очень полезный скриптик
 

E-van

Member
Joined
Oct 23, 2004
Messages
157
Reaction score
141
oci, Opposite, СПАСИБО! добавил респекту :))
 

Vetaliy

Member
Joined
Aug 16, 2006
Messages
5
Reaction score
0
"Dude, HotProperty 0.95 is out? Just installed it on my Mambo instance and so far so good. Any notable changes or features in this update?"
 
Top