Follow us on...
Follow us on Twitter Follow us on Facebook
Register

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 10 of 30
  1. #1
    Approved Artist SpottyWolf's Avatar
    Join Date
    10 Apr 2012
    Location
    In yer' head.... Ok, you got me, Ohio
    Posts
    443
    Threads
    49
    Blog Entries
    6

    My User Ranks


    My Reputation

    Available for programming, vulnerability/ hack testing, and other services!!!!

    NO LONGER ACCEPTING WORK!!! Please do not message/email him! Thank you!

    My husband is looking for some work, so I thought I post his info here! Tell him that you spotted Wolfie's ad from VPL!

    I have 16 years of computer tech support, hardware, software, remote troubleshooting and repairing experience.

    I can work on your MyBB, phpBB, vBulletin forums (I am well-versed in the hooks they use, and if I am unsure, I find out), WordPress installations as well as custom building PHP/MySQL websites (back-end, front-end, custom uploading/photo sorting, image resizing and watermarking, etc).

    Price is dependent on job. I won't screw you around on costs and I do NOT outsource. All the code is written by me (and I back up any current installations you have to make sure everything works smoothly).

    I am in the U.S. but I can work around your time schedule .

    Rates are flexible and regular clients get discounts.

    I can also do vulnerability scanning and hack testing.

    Private test server available!!!

    Joomla!, WordPress, Drupal, custom CMS modifications, PSD->HTML exchanges, existing site implementations, Android and iOS apps.


    If you would like examples of code or works, please email/message:
    No longer available.

    Code Example:
    PHP Code:
    error_reporting(0);
    function 
    CheckBackLink($source) {
        
    $url "http://www.customerssite.tld";
        
    $html file_get_contents($source);
        
    $links ExtractHrefLinks($html);
        if (
    CheckForTargetUrl($links$url) === false) {
            return 
    false;
        } else {
            return 
    true;
        }
    }

    function 
    CheckForTargetUrl($links$target) {    
        foreach (
    $links as $link) {
            if (
    strpos($link$target) !== false) {
                return 
    true;
            }
        }
        return 
    false;

                              
    function 
    ExtractHrefLinks($html) {
        
    $dom = new DOMDocument;
        
    $linkUrls = array();
        @
    $dom->loadHTML($html);
        
    $links $dom->getElementsByTagName('a');
         
        foreach (
    $links as $link){
            
    $linkUrls[] = $link->getAttribute('href');
        }
        
        return 
    $linkUrls;
    }

    function 
    checklinks($remote_url$your_link) {
        
    $match_pattern preg_quote(rtrim($your_link"/"), "/");
        
    $found false;
        if (
    $handle = @fopen($remote_url"r")) {
            while (!
    feof($handle)) {
                
    $part fread($handle1024);
                if (
    preg_match("/<a(.*)href=[\"']".$match_pattern.
    "(\/?)[\"'](.*)>(.*)<\/a>/"$part)) {
                    
    $found true;
                    break;
                }
            } 
            
    fclose($handle);
        }
        return 
    $found;

    Last edited by SpottyWolf; 06-28-2012 at 09:29 PM. Reason: No longer accepting clients from VPL due to harassment.
    Wolfie - Budding Artist and Khimeros Junkie (#183)
    Creator/owner of Fabelz (Currently In Development)

  2. #2
    Gus Imaa get the thing!!1 Roconza's Avatar
    Join Date
    01 Feb 2011
    Location
    Mineral Town
    Posts
    2,627
    Threads
    279
    Blog Entries
    8

    My Social Networking

    Follow Roconza On Twitter Add Roconza on Facebook Add Roconza on Google+
    Follow Roconza on Tumblr Visit Roconza's Youtube Channel Visit Roconza's Vimeo Channel

    My User Ranks



    My Reputation

    Re: Available for programming, vulnerability/ hack testing, and other services!!!!

    Does he have any example of his code?









    (ノ◕ヮ◕)ノ*:・゚✧

  3. #3
    Message me for help! :D Gabby's Avatar
    Join Date
    01 Apr 2012
    Location
    With the zeros and ones in New York
    Posts
    4,295
    Threads
    236
    Blog Entries
    4

    My Social Networking


    Visit Gabby's Vimeo Channel

    My User Ranks

    My Reputation

    Re: Available for programming, vulnerability/ hack testing, and other services!!!!

    Good luck, I hope he finds work!

    __________________________________________________

    Maynard: I think most of us grew up in a pretty sterile environment. A
    lot of that stuff just wasn't around. It's all pretty much peaches and
    cream . . . flowers . . . everything's nice, ignore all the bad stuff.
    And the world's just not like that. And I think that the sooner people
    get to the point where they realize that the ugly stuff is just as
    important as the beautiful stuff - it goes hand in hand, I think that
    we can get on with evolving.
    -
    The Tool Page: Articles


  4. #4
    Approved Artist SpottyWolf's Avatar
    Join Date
    10 Apr 2012
    Location
    In yer' head.... Ok, you got me, Ohio
    Posts
    443
    Threads
    49
    Blog Entries
    6

    My User Ranks


    My Reputation

    Re: Available for programming, vulnerability/ hack testing, and other services!!!!

    @Corsair - Due to some of the nature of his work (ahem not kid friendly, which is why I don't have his website linked), he prefers that if anyone is interested to either email or message him personally and he will provide code. www.taneal.com is one site that I can link that he's personally worked on.
    Wolfie - Budding Artist and Khimeros Junkie (#183)
    Creator/owner of Fabelz (Currently In Development)

  5. #5
    Message me for help! :D Gabby's Avatar
    Join Date
    01 Apr 2012
    Location
    With the zeros and ones in New York
    Posts
    4,295
    Threads
    236
    Blog Entries
    4

    My Social Networking


    Visit Gabby's Vimeo Channel

    My User Ranks

    My Reputation

    Re: Available for programming, vulnerability/ hack testing, and other services!!!!

    @SpottyWolf Not to steal VPL's thunder, but if he isn't successful finding work on here, he should try Craigslist.

    __________________________________________________

    Maynard: I think most of us grew up in a pretty sterile environment. A
    lot of that stuff just wasn't around. It's all pretty much peaches and
    cream . . . flowers . . . everything's nice, ignore all the bad stuff.
    And the world's just not like that. And I think that the sooner people
    get to the point where they realize that the ugly stuff is just as
    important as the beautiful stuff - it goes hand in hand, I think that
    we can get on with evolving.
    -
    The Tool Page: Articles


  6. #6
    Approved Artist SpottyWolf's Avatar
    Join Date
    10 Apr 2012
    Location
    In yer' head.... Ok, you got me, Ohio
    Posts
    443
    Threads
    49
    Blog Entries
    6

    My User Ranks


    My Reputation

    Re: Available for programming, vulnerability/ hack testing, and other services!!!!

    He will provide code (don't worry, it will be clean and kid friendly!) to be posted here if enough requests are made. :3
    Wolfie - Budding Artist and Khimeros Junkie (#183)
    Creator/owner of Fabelz (Currently In Development)

  7. #7
    Owner cpvr's Avatar
    Join Date
    20 Jan 2011
    Location
    Houston, Texas
    Posts
    23,257
    Threads
    3271
    Blog Entries
    53

    My Social Networking

    Follow cpvr On Twitter Add cpvr on Facebook

    My User Ranks

    My Reputation

    Re: Available for programming, vulnerability/ hack testing, and other services!!!!

    @SpottyWolf I think you should contact @PaulSonny, he might be on the look out for another coder.

    Good luck though, I hope he can find some work!
    Please help support VPL by Promoting us
    Join us on Google+ or Twitter @virtualpetsites
    Want to create your own blog? See our user blogs feature.
    Need a domain name? Try namecheap


  8. #8
    Approved Artist SpottyWolf's Avatar
    Join Date
    10 Apr 2012
    Location
    In yer' head.... Ok, you got me, Ohio
    Posts
    443
    Threads
    49
    Blog Entries
    6

    My User Ranks


    My Reputation

    Re: Available for programming, vulnerability/ hack testing, and other services!!!!

    @Gabby- he has ads on Craigslist as well as several other sites. Thank you for suggesting though!
    Wolfie - Budding Artist and Khimeros Junkie (#183)
    Creator/owner of Fabelz (Currently In Development)

  9. #9
    Approved Artist SpottyWolf's Avatar
    Join Date
    10 Apr 2012
    Location
    In yer' head.... Ok, you got me, Ohio
    Posts
    443
    Threads
    49
    Blog Entries
    6

    My User Ranks


    My Reputation

    Re: Available for programming, vulnerability/ hack testing, and other services!!!!

    @cvpr - Thank you! I shoot him a message on here with hubby's info! <3
    Wolfie - Budding Artist and Khimeros Junkie (#183)
    Creator/owner of Fabelz (Currently In Development)

  10. #10
    Message me for help! :D Gabby's Avatar
    Join Date
    01 Apr 2012
    Location
    With the zeros and ones in New York
    Posts
    4,295
    Threads
    236
    Blog Entries
    4

    My Social Networking


    Visit Gabby's Vimeo Channel

    My User Ranks

    My Reputation

    Re: Available for programming, vulnerability/ hack testing, and other services!!!!

    No problem, good luck to the both of you It's rough out there

    __________________________________________________

    Maynard: I think most of us grew up in a pretty sterile environment. A
    lot of that stuff just wasn't around. It's all pretty much peaches and
    cream . . . flowers . . . everything's nice, ignore all the bad stuff.
    And the world's just not like that. And I think that the sooner people
    get to the point where they realize that the ugly stuff is just as
    important as the beautiful stuff - it goes hand in hand, I think that
    we can get on with evolving.
    -
    The Tool Page: Articles


 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •