HotProperty 0.95 for Mambo надо

ShadowMaster

Member
Joined
Apr 22, 2004
Messages
16
Reaction score
1
Age
48
Location
Украина
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

Member
Joined
Nov 28, 2004
Messages
1,186
Reaction score
569
Location
BLR
HotProperty 0.95 for Mambo и другие нуленые скрипты для этого движка смотрите здесь:
_http://asmo.nm.ru/mambo/
 

uzipof

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

E-van

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