Recent content by bzy39

  1. bzy39

    Hire freelancer to do a small php job

    tested the partial code on my localhost, it worked, if you have teamviewer, send the id and pass via PM.
  2. bzy39

    Hire freelancer to do a small php job

    fixed <a onclick="window.open(\'http://google.com\'); return true;" class="clip-link" data-id="'.$post->ID.'" title="'.esc_attr(get_the_title($post_id)).'" href="'.get_permalink($post_id).'">
  3. bzy39

    Hire freelancer to do a small php job

    find this code, inside function dp_thumb_html in file functions.php <a class="clip-link" data-id="'.$post->ID.'" title="'.esc_attr(get_the_title($post_id)).'" href="'.get_permalink($post_id).'"> change to <a onclick="window.open('http://google.com'); return true;"...
  4. bzy39

    Hire freelancer to do a small php job

    there no thumb link on the current code, i think it will be on dp_thumb_html function, find the link tag (<a href) on that function, then add onclick="window.open('http://google.com'); return true;" inside the tag , like <a onclick="window.open('http://google.com'); return true;" href
  5. bzy39

    Hire freelancer to do a small php job

    <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf(__('Permalink to %s', 'dp'), get_the_title()); ?>"><?php the_title(); ?></a></h2> change to <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php printf(__('Permalink...
  6. bzy39

    Hacked: Strange WP Admin Login. What do I do?

    maybe it just login attempt, someone trying to brute force with guessing admin username, well it happen on my multiple site too,
  7. bzy39

    [Musical.ly] Paying Good $ for X-Request-Sign2 Encryption Method

    not sure if this will help. http://pastebin.com/QL3F5dfz http://pastebin.com/BifZg1WX
  8. bzy39

    need i phpbb3 expert who can restore database

    try to restore/install using the old version, then do upgrade after that.
  9. bzy39

    Need C/C++ developer, to edit php extension

    need to change the encrypt/decrypt algorithm from DES to AES. make offer, the budget is a bit tight. thank
  10. bzy39

    How I Make $200 A Day Playing A Video Game (Not A Guide)

    interested, can you pm the method? thank
  11. bzy39

    Virtual MAC ID Providers Needed - URGENT

    using software, search for mac address changer, like www.technitium.com/tmac/
  12. bzy39

    [Giveaway] Premium Membership for script sharing site

    count me in, need some woocommerce extensions... thanks
  13. bzy39

    How to create an anime streaming site similar to these

    search for wp-anime, it have a plugin that will scrape the show from another anime site but it not cheap...
  14. bzy39

    Is there any software for this

    search for dragon naturally
  15. bzy39

    PowerMTA Cracked Installation Error Fix Needed

    install and run it as administrator...
Back
Top