Plugin Directory

Changeset 1936475


Ignore:
Timestamp:
09/05/2018 09:08:30 PM (8 years ago)
Author:
elevawebsite
Message:

0.3.2(amazon)

Location:
elevaweb/trunk
Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • elevaweb/trunk/elevaweb.php

    r1919585 r1936475  
    66 * Domain Path: /languages
    77 * Description: Get more online traffic on your website with relevant content automatically posted on your wordpress blog.
    8  * Contributors: Rodrigo, Junior, Jaswanth
     8 * Contributors: Rodrigo, Junior
    99 * Tags: publication, automation, autopost, postagem, marketing, e-mail, automação, publicação
    10  * Version: 0.3.1
     10 * Version: 0.3.2
    1111 * Author: Mercado Binário
    1212 * Author URI: criacaode.site
     
    528528                                $customeer_id = $get_user_data[0]['customer_id'];
    529529
    530                                 $get_user_results = wp_safe_remote_post( 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/get_customer', array(
     530                                $get_user_results = wp_safe_remote_post( 'https://api.elevaweb.com.br/application/htdocs/api/get_customer', array(
    531531                                    'method' => 'POST',
    532532                                    'timeout' => 45,
  • elevaweb/trunk/elevaweb_actions.php

    r1919582 r1936475  
    3737        $request['sslverify'] = false;
    3838       
    39         $results = wp_safe_remote_post( 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/forgot', array(
     39        $results = wp_safe_remote_post( 'https://api.elevaweb.com.br/application/htdocs/api/forgot', array(
    4040            'method' => 'POST',
    4141            'timeout' => 45,
  • elevaweb/trunk/elevaweb_include.php

    r1776344 r1936475  
    77    }
    88
    9     if(sanitize_text_field($_POST['math']) == 'login'){ $remote_url = 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/login';}
    10     if(sanitize_text_field($_POST['math']) == 'reg'){ $remote_url = 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/registration'; }
    11     if(sanitize_text_field($_POST['math']) == 'forgot'){ $remote_url = 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/forgot'; }
    12     if(sanitize_text_field($_POST['math']) == 'change'){ $remote_url = 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/changepassword'; }
     9    if(sanitize_text_field($_POST['math']) == 'login'){ $remote_url = 'https://api.elevaweb.com.br/application/htdocs/api/login';}
     10    if(sanitize_text_field($_POST['math']) == 'reg'){ $remote_url = 'https://api.elevaweb.com.br/application/htdocs/api/registration'; }
     11    if(sanitize_text_field($_POST['math']) == 'forgot'){ $remote_url = 'https://api.elevaweb.com.br/application/htdocs/api/forgot'; }
     12    if(sanitize_text_field($_POST['math']) == 'change'){ $remote_url = 'https://api.elevaweb.com.br/application/htdocs/api/changepassword'; }
    1313       
    1414    $request = $_POST;
     
    242242    $request = array('user-agent'=>'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13','sslverify'=>false);
    243243   
    244     $results = wp_safe_remote_post( 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/getFeedList', array(
     244    $results = wp_safe_remote_post( 'https://api.elevaweb.com.br/application/htdocs/api/getFeedList', array(
    245245        'method' => 'POST',
    246246        'timeout' => 45,
     
    771771                            $customeer_id = $get_user_data[0]['customer_id'];
    772772
    773                             $get_user_results = wp_safe_remote_post( 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/get_customer', array(
     773                            $get_user_results = wp_safe_remote_post( 'https://api.elevaweb.com.br/application/htdocs/api/get_customer', array(
    774774                                'method' => 'POST',
    775775                                'timeout' => 45,
     
    10141014        'body' => array('full_name' => $name, 'email_id' => $email, 'mobile_no' => $phone, 'website' => $website, 'is_active' => $is_active, 'payment_status' => $payment_status, 'id' => $id, 'profile_picture' => $picture, 'register_date' => $register_date, 'profile_url' => $profile_url)
    10151015    );
    1016     $response = wp_remote_post('http://elevaweb-wp.azurewebsites.net/application/htdocs/api/editRegistration',$args);
     1016    $response = wp_remote_post('https://api.elevaweb.com.br/application/htdocs/api/editRegistration',$args);
    10171017    if ( is_wp_error( $response ) ) {
    10181018       $error_message = $response->get_error_message();
  • elevaweb/trunk/elevaweb_networks_core.php

    r1919582 r1936475  
    196196            //$post_lnk = 'https://www.addanyproject.com/weleva/wordpress/2017/10/07/juri-de-pms-acusados-pode-ser-encerrado-antes-do-julgamento/';
    197197
    198             $results = wp_safe_remote_post( 'http://elevaweb-wp.azurewebsites.net/application/social/socialfbpost.php', array(
     198            $results = wp_safe_remote_post( 'https://api.elevaweb.com.br/application/social/socialfbpost.php', array(
    199199                'method' => 'POST',
    200200                'timeout' => 45,
     
    232232            //$post_lnk = 'https://www.addanyproject.com/weleva/wordpress/2017/10/07/juri-de-pms-acusados-pode-ser-encerrado-antes-do-julgamento/';
    233233
    234             $results = wp_safe_remote_post( 'http://elevaweb-wp.azurewebsites.net/application/social/socialfbpostpages.php', array(
     234            $results = wp_safe_remote_post( 'https://api.elevaweb.com.br/application/social/socialfbpostpages.php', array(
    235235                'method' => 'POST',
    236236                'timeout' => 45,
  • elevaweb/trunk/js/jquery_elevaweb.js

    r1919582 r1936475  
    152152function open_social_tab(social_type){
    153153if(social_type == 'fb'){
    154     fb_win = window.open('http://elevaweb-wp.azurewebsites.net/application/social/socialfb.php?save_path='+elevaweb.admin_url, 'Social Login', "height=600,width=600");
     154    fb_win = window.open('https://api.elevaweb.com.br/application/social/socialfb.php?save_path='+elevaweb.admin_url, 'Social Login', "height=600,width=600");
    155155    if (fb_win) {
    156156        //Browser has allowed it to be opened
     
    162162}
    163163if(social_type == 'fbp'){
    164     fb_win = window.open('http://elevaweb-wp.azurewebsites.net/application/social/socialfbpages.php?save_path='+elevaweb.admin_url, 'Social Login', "height=600,width=600");
     164    fb_win = window.open('https://api.elevaweb.com.br/application/social/socialfbpages.php?save_path='+elevaweb.admin_url, 'Social Login', "height=600,width=600");
    165165    if (fb_win) {
    166166        //Browser has allowed it to be opened
     
    172172}
    173173if(social_type == 'ig'){
    174     fb_win = window.open('http://elevaweb-wp.azurewebsites.net/application/social/socialigredirect.php?save_path='+elevaweb.admin_url, 'Social Login', "height=600,width=600");
     174    fb_win = window.open('https://api.elevaweb.com.br/application/social/socialigredirect.php?save_path='+elevaweb.admin_url, 'Social Login', "height=600,width=600");
    175175    if (fb_win) {
    176176        //Browser has allowed it to be opened
  • elevaweb/trunk/readme.txt

    r1919585 r1936475  
    33Tags: publication, automation, autopost, content, blog post, marketing, e-mail, blog
    44Requires at least: 3.6
    5 Tested up to: 4.9
    6 Stable tag: 0.3.1
     5Tested up to: 4.9.8
     6Stable tag: 0.3.2
    77License: free
    88
     
    2121
    2222Get more online traffic on your website with relevant content automatically posted on your wordpress blog. With content automation, your website will never be outdated. You can now have more visits on your website with relevant content related to your enterprise and company sector.
    23 Increase your traffic with the automation robot Elevaweb you will have more than one automation plugin with content, you will have movement and even more people accessing and standing longer on your website. After testing this Elevaweb beta version we will launch the posting features in social media networks and email marketing.
     23Increase your traffic with the automation robot Elevaweb you will have more than one automation plugin with content, you will have movement and even more people accessing and standing longer on your website.
    2424
    2525== Installation ==
     
    9090When you activate a Fanpage autopublishing, the blog post will be published according to the Wordpress selected time zone. Therefore the post may suffer some adjustments when posted on Facebook. You can verify your time zone at the Wordpress panel. Go to configuration > General > Time zone > Change if needed.
    9191
    92 == How it works? (Technical Process) ==
    93 
    94 The client program bundles the feeds information into a xml format from selection of the feed source and category.
    95 This XML DATA is sent to the web service as the body of an HTTP WEB API POST request.
    96 The web service unpacks the xML request and converts it into a service call, that the application can understand.
    97 The application processes the information as required and responds with a new unique account number for that customer.
    98 Next, the web service packages the response into another XML data, which it sends back to the client program in response to its HTTP web api request. 
    99 The client program unpacks the XML data to obtain the results in blog post format.
    100 In resume, we use the Azure API (elevaweb-wp.azurewebsites.net) to connect your plugin and our partners. You select the content you want, make a request to Azure's server, the server catches the content and publish it in your website. You just need an elevaweb account to have access to this data. After Registration you have agreed our terms and conditions.
    101 
    10292== Terms of use and conditions ==
    10393
    10494[Elevaweb](http://www.elevaweb.com.br/politica-de-privacidade)
    105 [Microsoft Azure](https://www.microsoft.com/pt-BR/privacystatement/OnlineServices/Default.aspx)
     95[Amazon WebServer](https://aws.amazon.com/pt/service-terms/)
  • elevaweb/trunk/templates/networks.php

    r1919585 r1936475  
    1010$fb_logins_count = count($fb_logins) + count($fb_pages_logins);
    1111
    12 $results = wp_safe_remote_post( 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/get_customer', array(
     12$results = wp_safe_remote_post( 'https://api.elevaweb.com.br/application/htdocs/api/get_customer', array(
    1313        'method' => 'POST',
    1414        'timeout' => 45,
  • elevaweb/trunk/templates/profile.php

    r1919582 r1936475  
    55    $customeer_id = $get_user_data[0]['customer_id'];
    66
    7     $results = wp_safe_remote_post( 'http://elevaweb-wp.azurewebsites.net/application/htdocs/api/get_customer', array(
     7    $results = wp_safe_remote_post( 'https://api.elevaweb.com.br/application/htdocs/api/get_customer', array(
    88        'method' => 'POST',
    99        'timeout' => 45,
Note: See TracChangeset for help on using the changeset viewer.