Skip to content

Instantly share code, notes, and snippets.

View stevetaivn's full-sized avatar

Steve Tai stevetaivn

  • Compa Marketing
  • Hồ Chí Minh
View GitHub Profile
@stevetaivn
stevetaivn / video.txt
Created July 20, 2018 03:59
Video Footprints
"Powered by Adult Script Pro"
"I certify that i am at least 18 years old!" "Enter the code from the above image!"
Home Videos Playlists Categories Community Photos Stories AdultFlickScript "Video Sitemap"
"Powered by AdultWatch"
"User Information" "User videos people have watched" "Videos Watched"
"Powered by AVS" "QUICK JUMPS" Blog
"MOST RECENT BLOGS" "blog articles" "Post Comment" "Create New Blog Entry"
"QUICK JUMPS" "Favorite Videos" "People have watched" "Add to friends"
"Powered by MediaXxxScript.com"
"Terms of service" "Report abuse" "Contact us" "Tube Script"
@stevetaivn
stevetaivn / shortener.txt
Created July 20, 2018 04:00
URL Shortener Footprints
"Seed" "A clue for easy reference" "Target URL"
"Use this URL shortener service to shorten your long URLs" "Custom URL (Optional)"
"shorten a link"
"URL Shortener"
"Short URL"
"Shrink URL"
"Create small URL"
"Tiny URL"
"TODAY SHORTENED URLS"
"/api.php?url=http://pricop.info"
@stevetaivn
stevetaivn / web20.txt
Created July 20, 2018 04:02
Web 2.0 Footprints
site:qhub.com
"About this Qhub" "Recent badges"
"Answer Questions or Ask a Question"
"Powered by Qhub.com"
"Ask a question Provide Feedback"
"Badges Explained" "Asked a question"
"Use this section to explain what your Qhub is about in detail"
@stevetaivn
stevetaivn / wiki.txt
Created July 20, 2018 04:03
Wiki Footprints
"Pmwiki"
inurl:pmwiki.php
"dokuwiki.txt"
inurl:/wiki/dokuwiki
"wiki is licensed under"
"Driven by DokuWiki"
"DokuWiki supports some simple markup language"
"The wiki, blog, calendar, and mailing list"
"Log in to my page" "wikis"
inurl:groups "log in to my page"
function wpb_author_info_box( $content ) {
global $post;
// Detect if it is a single post with a post author
if ( is_single() && isset( $post->post_author ) ) {
// Get author's display name
$display_name = get_the_author_meta( 'display_name', $post->post_author );