Recent content by Inter

  1. I

    facebook applications

    That is true javascript is used in the front end. But there is alot more going on "behind the scenes" in the backend.
  2. I

    What program you use to build your website?

    I use context best darn piece of software out there!
  3. I

    [REQ] A Random-Link-From-List Redirect Script

    Here is a quick sample.... <?php // load flat file into an array $myfile = 'test.txt'; $lines = file($myfile); // randomly generate a number between 0 and the count of the last line in the array. $line = rand(0, count($lines) - 1); // server redirect to the randomize line of the file...
  4. I

    [REQ] A Random-Link-From-List Redirect Script

    I am new to the blackhat world so I don't know of a script... but a script like this would not be hard to make. Please stay tuned for a basic script.
  5. I

    How do you tell if someone is the developer?

    There really isnt a way to know for sure since plagiarism exists in almost anything. Anyone with basic knowledge can rewrite the comments within the script that would claim they are an author of it.... But for a lazy plagiarist that is one way to catch them. The best way is as mward stated and...
  6. I

    Who else loves luxury sports cars?

    :dito:
  7. I

    Hello

    Hello, I am a software engineer that has dribbled in blackhat several years ago, but want to get back into it. I hope I will be able to become an asset to this community as time goes by.
  8. I

    Web form submits to 2 services

    jQuery will produce what you are looking for. Just create a handler for the submit event and use jquery to post to both services...
  9. I

    Best language for a smart bot

    I agree, the best language is the one you are most comfortable in. RAD(Rapid Application Development) Languages like vb, c#, delphi etc. are usually the most popular. Since they are easy to use and can develop applications quickly... Where as lower level languages like C++ takes a bit more...
  10. I

    Some php help

    Not sure if I understand your question correctly but you want to create a website that takes a list of 10 links from a sql database and echo's the first one.... then you want it to echo the second link and so on until it reaches the end. What I can't wrap my head around is what you mean by the...
  11. I

    facebook applications

    Any server side programming languages could be used to make mafia wars... eg. PHP, ASP(VB, C#), Java, etc.
  12. I

    Spam Friendly CPA Networks???

    I too would like information.
Back
Top