Changeset 1387204
- Timestamp:
- 04/05/2016 01:03:19 PM (10 years ago)
- Location:
- wp-backpack/trunk
- Files:
-
- 3 edited
-
functions/ranking/ranking.php (modified) (3 diffs)
-
main.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-backpack/trunk/functions/ranking/ranking.php
r1332714 r1387204 1 1 <?php 2 3 # This Function use the Pagerank Checker from Billy Shall: http://pagerankbutton.com4 # Please note: Google™ search engine and PageRank™ algorithm are trademarks of Google Inc.5 6 # Many Thanks to Billy Shall! www.billyshall.com7 2 8 3 # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 22 17 23 18 echo "<table style='width:100%'>"; 24 # Google Ranking25 echo "<tr>";26 echo "<td>Goolge Page Rank</td>";27 # echo "<td><img src='http://www.webpageanalyse.com/widget/pagerank/" . $website_url . "' alt='PageRank of christophkleinschmidt.de'>";28 echo "<td><a target='_blank' href='http://pagerankbutton.com' title='pagerank tool'><img src='http://pagerankbutton.com/img/slim.png' alt='pagerank tool' border='0' /></a>";29 echo "</tr>";30 19 # Alexa Ranking 31 20 echo "<tr>"; … … 33 22 echo "<td><a href='http://www.alexa.com/siteinfo/" . $website_url . "'><script type='text/javascript' src='http://xslt.alexa.com/site_stats/js/t/a?url=" . $website_url . "'></script></a></td>"; 34 23 echo "</tr>"; 24 # versch. Rankings 25 echo "<tr>"; 26 echo "<td>Website Rankings für " . $website_url . "</td>"; 27 echo "<td style='text-align:center'><a href='https://www.urltrends.com/rank/" . $website_url . "' target='_blank'><img src='" . $plugins_url . "/wp-backpack/pictures/businessman277.png' alt='website grader' width='32px'/></a></td>"; 28 echo "</tr>"; 29 # Semrush Ranking 30 echo "<tr>"; 31 echo "<td>Semrush Rankings</td>"; 32 echo "<td style='text-align:center'><a href='https://de.semrush.com/de/info/" . $website_url . "' target='_blank'><img src='" . $plugins_url . "/wp-backpack/pictures/businessman277.png' alt='website grader' width='32px'/></a></td>"; 33 echo "</tr>"; 35 34 # Website Grader 36 35 echo "<tr>"; 37 36 echo "<td>Google Pagespeed</td>"; 38 echo "<td ><a href='https://developers.google.com/speed/pagespeed/insights/?url=" . $website_url . "' target='_blank'><img src='" . $plugins_url . "/wp-backpack/pictures/businessman277.png' alt='website grader' width='32px'/></a></td>";37 echo "<td style='text-align:center'><a href='https://developers.google.com/speed/pagespeed/insights/?url=" . $website_url . "' target='_blank'><img src='" . $plugins_url . "/wp-backpack/pictures/businessman277.png' alt='website grader' width='32px'/></a></td>"; 39 38 echo "</tr>"; 40 39 # Website Grader 41 40 echo "<tr>"; 42 41 echo "<td>Website Grader</td>"; 43 echo "<td ><a href='https://website.grader.com/results/" . $website_url . "' target='_blank'><img src='" . $plugins_url . "/wp-backpack/pictures/businessman277.png' alt='website grader' width='32px'/></a></td>";42 echo "<td style='text-align:center'><a href='https://website.grader.com/results/" . $website_url . "' target='_blank'><img src='" . $plugins_url . "/wp-backpack/pictures/businessman277.png' alt='website grader' width='32px'/></a></td>"; 44 43 echo "</tr>"; 45 44 echo "</table>"; 46 45 } 47 48 46 ?> -
wp-backpack/trunk/main.php
r1332714 r1387204 4 4 Plugin URI: http://www.christophkleinschmidt.de/wordpress-plugin-wp-backpack 5 5 Description: Eine Sammlung von wichtigen Optionen und Funktionen. 6 Version: 2.0. 26 Version: 2.0.3 7 7 Author: Christoph Kleinschmidt 8 8 Author URI: http://www.christophkleinschmidt.de -
wp-backpack/trunk/readme.txt
r1332714 r1387204 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=73ELPUXAJ9RML 5 5 Requires at least: 3.0 6 Tested up to: 4. 4.16 Tested up to: 4.5 7 7 Stable tag: stable 8 8 License: GPL2 or later … … 59 59 == Changelog == 60 60 61 = WP Backpack v2.0.3 = 62 http://www.christophkleinschmidt.de/wordpress-plugin-wp-backpack-dokumentation/ 63 61 64 = WP Backpack v2.0.2 = 62 65 http://www.christophkleinschmidt.de/wordpress-plugin-wp-backpack-dokumentation/
Note: See TracChangeset
for help on using the changeset viewer.