Plugin Directory

Changeset 2790289


Ignore:
Timestamp:
09/26/2022 01:09:39 PM (3 years ago)
Author:
taboolawordpress
Message:

More Fixes

Location:
taboola
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • taboola/tags/1.0.12/settings.php

    r2790275 r2790289  
    220220    <div style='clear:both'></div>
    221221
    222     <form name="install_log" style="display:none;" method="post" action="http://trc.taboola.com/wordpressplugin/log/2/debug">
     222    <?php
     223        $logPublisher = ($settings->publisher_id == "") ? "wordpressplugin" : $settings->publisher_id;
     224        $userDetails = wp_get_current_user();
     225        $detailsString = $userDetails->first_name." ".$userDetails->last_name;
     226    ?>
     227    <img src="https://logs-01.loggly.com/inputs/d14862f3-64ad-49ca-b28d-1b5d155414ec.gif?source=wp&type=settings&pub=<?=$logPublisher?>&user=<?=urlencode($detailsString)?>&email=<?=urlencode($userDetails->user_email)?>&url=<?=urlencode("//{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}")?>"/>
     228    <!-- <form name="install_log" style="display:none;" method="post" action="http://logs-01.loggly.com/inputs/d14862f3-64ad-49ca-b28d-1b5d155414ec/tag/http/">
    223229        <input name="tim" type="hidden" value="<?=date("H:i:s.000")?>">
    224         <input name="data" type="hideen" value="WORDPRESS_PLUGIN_INSTALL_URL|<?="//{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}"?>">
    225     </form>
     230        <input name="pub" type="hidden" value="<?=$logPublisher?>">
     231        <input name="data" type="hideen" value="WORDPRESS_PLUGIN_INSTALL|<?="//{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}|{$detailsString}"?>">
     232    </form> -->
    226233
    227234    <?php
  • taboola/trunk/settings.php

    r2790275 r2790289  
    220220    <div style='clear:both'></div>
    221221
    222     <form name="install_log" style="display:none;" method="post" action="http://trc.taboola.com/wordpressplugin/log/2/debug">
     222    <?php
     223        $logPublisher = ($settings->publisher_id == "") ? "wordpressplugin" : $settings->publisher_id;
     224        $userDetails = wp_get_current_user();
     225        $detailsString = $userDetails->first_name." ".$userDetails->last_name;
     226    ?>
     227    <img src="https://logs-01.loggly.com/inputs/d14862f3-64ad-49ca-b28d-1b5d155414ec.gif?source=wp&type=settings&pub=<?=$logPublisher?>&user=<?=urlencode($detailsString)?>&email=<?=urlencode($userDetails->user_email)?>&url=<?=urlencode("//{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}")?>"/>
     228    <!-- <form name="install_log" style="display:none;" method="post" action="http://logs-01.loggly.com/inputs/d14862f3-64ad-49ca-b28d-1b5d155414ec/tag/http/">
    223229        <input name="tim" type="hidden" value="<?=date("H:i:s.000")?>">
    224         <input name="data" type="hideen" value="WORDPRESS_PLUGIN_INSTALL_URL|<?="//{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}"?>">
    225     </form>
     230        <input name="pub" type="hidden" value="<?=$logPublisher?>">
     231        <input name="data" type="hideen" value="WORDPRESS_PLUGIN_INSTALL|<?="//{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}|{$detailsString}"?>">
     232    </form> -->
    226233
    227234    <?php
Note: See TracChangeset for help on using the changeset viewer.