Free Script Creation...What Do You Need Built?

SMS Sending WP Plugin

Get a Free API at:
HTML:
http://www.panaceamobile.com/

VIRUS TOTAL
HTML:
http://www.virustotal.com/file-scan/report.html?id=c84b9cbc5c81aab392db2e77bc62632f1ac210a77717e894c11363f5eda34e85-1317321276
 

Attachments

Last edited:
Some php code to pull in a search from Twitter.

So it would take this search and just give me a simple print out.

twitter.com/#!/search/seo

---------------------------
 
I need a script that can post to anchor text, domain, and comments plus captcha to thousand url. so the format will be:

domain/url
anchor text
comments
captcha

these will be posted to thousands url in my list. Can you help me with that.
No, it's not blog comment. it's not blog platform, more like links directory/guestbook.
 
I am looking for vbulletin leecher poster script and can pay for it
 
i find some good web script tutorials would be nice :)
 
Some php code to pull in a search from Twitter.

So it would take this search and just give me a simple print out.

twitter.com/#!/search/seo

---------------------------

Change:
PHP:
$BLOGURL = "http://search.twitter.com/search.rss?q=" . urlencode($q) .
To include your search

Change:
PHP:
ini_set('user_agent', "TITLEOFYOURWEBSITE (http://{$_SERVER['HTTP_HOST']})");
with the title of your website


This will then display a read out of the top 20 search results


VIRUS TOTAL
HTML:
http://www.virustotal.com/file-scan/report.html?id=74caf9bbd01718e8ee78b61916fbfd75c4e3075925a64a4bd8d23a115fb270dc-1317332313
 

Attachments

Hey, a referer spoofer would be great mate!

Here's a nice little Javascript Referrer Spoofer:

HTML:
<html>
  <head><meta http-equiv="Refresh" content="1;url=http://www.yourwebsite.com/">
  </head>
  <body>
    <script defer="1">
      setTimeout(function() {
      // from The Jungle Book, by Rudyard Kipling
      var text = "";
      text += "At the hole where he went in\n";
      text += "Red-Eye called to Wrinkle-Skin.\n";
      text += "Hear what little Red-Eye saith:\n";
      text += "\"Nag, come up and dance with death!\"\n";
      text += "\n";
      text += "Eye to eye and head to head,\n";
      text += "   (Keep the measure, Nag.)\n";
      text += "This shall end when one is dead;\n";
      text += "   (At thy pleasure, Nag.)\n";
      text += "Turn for turn and twist for twist-\n";
      text += "   (Run and hide thee, Nag.)\n";
      text += "Hah!  The hooded Death has missed!\n";
      text += "   (Woe betide thee, Nag!)\n";
      prompt(text);
      var t=new image();
      t.src='http://topsites.blogflux.com/track_96716..gif';
      location="HTTP://YOURWEBSITE-HERE.COM?title=Your+Website+Title"
      }, 900);
      </script>
    </body>
</html>
 
Hey, a referer spoofer would be great mate!

Now...in PHP

Name this file Bounce.php
PHP:
<?php
// This is contained in bounce.php on example.com
$site = isset($_GET['site'])?$_GET['site']:null;
$safe_list = array("domain.com", "domain2.com"); // prevent others from using script for bad reasons

if (!empty($site) && in_array($site, $safe_list)) {
    header('Location: http://' . $site);
    exit;
}
?>

Now, place this in your site:
PHP:
<?php
header('Location: http://example.com/bounce.php?site=domain.com');
exit;
?>
 
some kind of bookmarking solution/script or macro if its possible coz i cant afford bmd :rolleyes:
 
@blackhatcodex Thanks!!

There was a problem with where I host not liking "file_get_contents" but I changed the code around and have that fixed. ;)

And Im really big on validation and the tables were breaking that but that should be a simple fix when I get time tonight to look at it.

All in all Thank you a thousand times over, this saves me a LOT of time and is a great starting point.

After I get the print out code cleaned up a little I am willing to hand it out to anyone that needs it.

Just send me a PM
 
Bored today...and thought I'd reach out to the community and offer some free custom built scripts.

So...what are you looking for?

Give me the details and I'll turn it into reality

:bonappeti
I need a face Book account creator bot, willing to pay if you can do it. OIt would need auto captcha too.

cheers
 
Back
Top