1. WARNING - This part of forum is for English language writed posts ONLY! Any other language isn't alowed! Please respect forum rules, otherwise, your posts will be deleted, and you will be warned, one time only!
  2. Мы продолжаем публиковать интересные статьи на тему SocialEngine 4. Одна из статей посвящена правильному выбору сервера для вашей социальной сети, а другая содержит советы по увеличению производительности платформы. Также мы добавили большую статью о пользовательских уровнях. Ознакомиться со статьями вы можете в разделе Вопросы и Ответы SocialEngine 4.
  3. Вам кажется, что ваша версия SocialEngine 4, работает медленно?

    Голосуйте. Пишите свою версию системы, железо на чем работает и количество пользователей. Будем увеличивать производительность :-) Подробнее

  4. В связи с участившимися случаями попыток продажи пользователями форума различных "сборок" коммерческих социальных платформ, обычно основанных на SocialEngine 3, вводится новое правило для форума. Запрещается создание тем или размещение в уже созданных предложений о продаже или размещение ссылок на сайты, где происходит продажа "сборок". Пользователи, которые продолжат свою коммерческую деятельность в данном направлении, будут заблокированы. Подробнее.

Retail Plugin [Spur-it] Advanced Mail 4.1.1 (Current Retail)

Discussion in 'Plugins & Widgets' started by MisterWizard, Nov 20, 2013.

  1. MisterWizard Thread starter Moderator


    Offline
    • Moderator
    Message Count:
    185
    Likes Received:
    235
    My version of SE:
    4.6.0
    [IMG] Advanced Mail 4.1.1


    Do you care about your site convenience for the user? If you do, then this SocialEngine plugin is definitely for you! It is developed due to numerous requests from our customers.

    The Advanced Mail plugin replaces standard functionality of the email system which is implemented in SocialEngine. It provides an interface which is much more comfortable and whose outlook is well known to the user and is widely used in e-mail programs (e.g. Microsoft Outlook).

    The plugin has been developed using AJAX technology, which is very convenient. The user does not need to constantly switch between the message list and messages, because all the necessary information is located within one window.

    There are many new features for the user, such as moving messages to an archive, the ability to save an unfinished message in the Drafts section, set up a filter to provide protection against spam (messages will be automatically moved to the Spam section), the ability to search for required messages.

    Your members will appreciate the facilities of this plugin.

    [IMG]


    The Mail Monitor plugin will be a great addition to this plugin.

    Key features:
    • Convenient style mail system with folder structure and many different functions, such as Compose, Reply, Delete, Archive messages, etc.
    • Spam Settings
    • Adding Links/Photos/Misic/Videos to a message

    Administration:
    • Plugin enabling/disabling
    • Using nickname instead of FirstName LastName format
    • Viewing of Advanced Mail permissions for different Member Levels


    For SocialEngine v.4.x:
    Front end demo here (you need to log in)
    Back end demo here (Use the following login: admin@test.com. The password: 111111)

    NOTE: This upgrade was just released!

    Attached Files:

    denimboy1, bartuspan and SPQR like this.
  2. SPQR Super-Moderator


    Offline
    • Super Moderator
    Message Count:
    282
    Likes Received:
    215
    Now, you null that and you will become great nuller! :boththumbs:
    bartuspan likes this.
  3. MisterWizard Thread starter Moderator


    Offline
    • Moderator
    Message Count:
    185
    Likes Received:
    235
    My version of SE:
    4.6.0

    I wish! I have all database inserts and can get all except "Compose Message" function and page to work! uuggh Everything else works!
    --- добавлено: Nov 20, 2013 at 10:24 AM ---
    This is what I received from another member...


    Code:
    DROP TABLE IF EXISTS `engine4_advancedmail_ads`;
    CREATE TABLE `engine4_advancedmail_ads` (
      `ads_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
      `conversation_id` int(11) unsigned DEFAULT NULL,
      `user_id` int(11) NOT NULL,
      `params` int(1) NOT NULL DEFAULT '0',
      PRIMARY KEY (`ads_id`)
    ) ENGINE=InnoDB AUTO_INCREMENT=4096 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    
    DROP TABLE IF EXISTS `engine4_advancedmail_settings`;
    CREATE TABLE `engine4_advancedmail_settings` (
      `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
      `subwords` text COLLATE utf8_unicode_ci NOT NULL,
      `words` text COLLATE utf8_unicode_ci NOT NULL,
      `user_id` int(11) unsigned NOT NULL,
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    
    --
    -- Dumping data for table `TESTSITE`.`engine4_advancedmail_settings`
    --
    
    /*!40000 ALTER TABLE `engine4_advancedmail_settings` DISABLE KEYS */;
    /*!40000 ALTER TABLE `engine4_advancedmail_settings` ENABLE KEYS */;
    
    INSERT INTO `engine4_authorization_permissions` (`level_id`,`type`,`name`,`value`,`params`) VALUES
    (1,'advancedmail','view',1,NULL),
    (2,'advancedmail','view',1,NULL),
    (3,'advancedmail','view',1,NULL),
    (4,'advancedmail','view',1,NULL),
    (5,'advancedmail','view',1,NULL),
    
    INSERT INTO `engine4_core_menuitems` (`id`,`name`,`module`,`label`,`plugin`,`params`,`menu`,`submenu`,`enabled`,`custom`,`order`,`flag_unique`) VALUES(554,'core_mini_advancedmail','advancedmail','Messages','Advancedmail_Plugin_Menus','','core_mini','',1,0,4,0),
    (555,'user_profile_advancedmail','advancedmail','Send Message','Advancedmail_Plugin_Menus','','user_profile','',1,0,2,0),
    (556,'core_admin_main_plugins_advancedmail','advancedmail','Advanced Mail','','{\"route\":\"admin_default\",\"module\":\"advancedmail\",\"controller\":\"settings\"}','core_admin_main_plugins','',1,0,1003,0),
    (557,'advancedmail_admin_main_settings','advancedmail','Main Settings','','{\"route\":\"admin_default\",\"module\":\"advancedmail\",\"controller\":\"settings\"}','advancedmail_admin_main','',1,0,1,0);
    
    INSERT INTO `engine4_core_menuitems` (`id`,`name`,`module`,`label`,`plugin`,`params`,`menu`,`submenu`,`enabled`,`custom`,`order`,`flag_unique`) VALUES
    (558,'advancedmail_admin_main_level','advancedmail','Member Level Settings','','{\"route\":\"admin_default\",\"module\":\"advancedmail\",\"controller\":\"settings\",\"action\":\"level\"}','advancedmail_admin_main','',1,0,2,0),
    (559,'advancedmail_admin_main_more','advancedmail','More Plugins','','{\"route\":\"admin_default\",\"module\":\"advancedmail\",\"controller\":\"settings\",\"action\":\"more\"}','advancedmail_admin_main','',1,0,3,0);
    /*!40000 ALTER TABLE `engine4_core_menuitems` ENABLE KEYS */;
    
    INSERT INTO `engine4_core_modules` (`name`,`title`,`description`,`version`,`enabled`,`type`) VALUES('advancedmail','Advanced Mail','Plugin Advanced Mail replaces the standard functionality of the Mail system which is implemented in SocialEngine. It provides a much more comfortable and familiar user interface that is used by many well-known e-mail clients (e.g. Microsoft Outlook).','4.1.0',1,'extra'),
    
    INSERT INTO `engine4_core_settings` (`name`,`value`) VALUES('advancedmail.enabled','1'),
    
    
    
    
    INSERT INTO `engine4_authorization_permissions` (`level_id`,`type`,`name`,`value`,`params`) VALUES
    (6, 'advancedmail', 'view', 1, NULL),
    (7, 'advancedmail', 'view', 1, NULL),
    (9, 'advancedmail', 'view', 1, NULL),
    (11, 'advancedmail', 'view', 1, NULL),
    
    --- добавлено: Nov 20, 2013 at 10:26 AM ---
    I cannot decrypt spur-i-t.com.php or spur-i-t.com.run.php dang it! LOL
  4. SPQR Super-Moderator


    Offline
    • Super Moderator
    Message Count:
    282
    Likes Received:
    215
    There is no need to de-crypt these two files - just replace missing code in controller(s)
  5. MisterWizard Thread starter Moderator


    Offline
    • Moderator
    Message Count:
    185
    Likes Received:
    235
    My version of SE:
    4.6.0
    I tried following your lead, just recently, using module-advancedmembers that you nulled but it didnt work. I created a install.php etc.
  6. SPQR Super-Moderator


    Offline
    • Super Moderator
    Message Count:
    282
    Likes Received:
    215
    Problem is - in missing part of code, probably somewhere in controller - that part of code is scrambled in one of these two encrypted files....
  7. MisterWizard Thread starter Moderator


    Offline
    • Moderator
    Message Count:
    185
    Likes Received:
    235
    My version of SE:
    4.6.0
    Hey, I found this decryption of "spur-i-t.com.php" which, when replaced gives me a new message...


    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <base href="" />
    <title>Install SocialEngine</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
    <meta http-equiv="Content-Language" content="en-US" >
    <link href="externals/styles/compat.css" media="screen" rel="stylesheet" type="text/css" >
    <link href="externals/styles/styles.css" media="screen" rel="stylesheet" type="text/css" >
    </head>
    <body>
    <div class="topbar_wrapper">
    <div class="topbar">
    <div class="logo">
    <img src="externals/images/socialengine_logo_admin.png" alt="" />
    </div>
    </div>
    </div>
     
    <div class="content">
    <h1>Enter License Key</h1>
    <p>Thank you for choosing this product to improve your community! Please enter your license key that you got with e-mail confirmation after purchase this product. If you don't remember your license key, you can find it in your <a //href="http://socialenginezzz.com/m/payment/history/">purchases list</a>.</p>
     
    <br />
     
    <form enctype="application/x-www-form-urlencoded" class="global_form" method="post">
    <div>
    <div>
     
    <div class="form-elements">
     
    <div class="form-wrapper" id="key-wrapper">
    <div class="form-label" id="key-label">
    <label class="required" for="key">License Key:</label>
    </div>
    <div class="form-element" id="key-element">
    <input type="text" value="" id="key" name="key">
    </div>
    </div>
     
    <div class="form-wrapper" id="buttons-wrapper">
    <fieldset id="fieldset-buttons">
    <button name="execute" id="execute" type="submit">Continue...</button>
    </fieldset>
    </div>
    <input type="hidden" name="token" value="" id="token">
    </div>
    </div>
    </div>
    </form>
     
    </div>
     
    </body>
    </html> 

    Enter License Key

    Thank you for choosing this product to improve your community! Please enter your license key that you got with e-mail confirmation after purchase this product. If you don't remember your license key, you can find it in yourpurchases list.


    License Key:

    Continue...
    bartuspan likes this.

Share This Page

All rights reserved SocEngine.ru ©