Search results

  1. neta1o

    Part 3 - Money Making Programming - VB.net - neta1o

    Part 3 - Working With Controls PDF Download | MP4 Video | AVI Video | Solution This video covers the most common controls used in programming like buttons, text boxes, labels and more Source: Money Making Programming - VB.Net | neta1o Note: The MP4 and AVI are the same, the MP4 is...
  2. neta1o

    Part 2 - Money Making Programming - VB.net - neta1o

    Part 2 - The Setup PDF Download | MP4 Video | AVI Video This video pretty much covers the rest of the basic setup stuff, we'll get into more of the code on the next one Source: Money Making Programming - VB.Net | neta1o Note: The MP4 and AVI are the same, the MP4 is compressed and AVI is much...
  3. neta1o

    Part 1 - Money Making Programming - VB.net - neta1o

    Part 1 - Setup and Introduction PDF Download | MP4 Video | AVI Video The first few videos are going to be a bit basic compared to the future ones, just bare with me while we get the fundamentals out of the way. Source: Money Making Programming - VB.Net | neta1o Note: The MP4 and AVI...
  4. neta1o

    Referer Log Script

    Here is a basic script you can add to save the referrers to your page in a txt file refer.txt <?php $refer = $_SERVER['HTTP_REFERER']; //save refer in variable $file = "refer.txt"; $fp = fopen($file, "a"); // append to end of content in log file chmod("refer.txt", 0777); // make sure file is...
  5. neta1o

    [REQ] Article Spinner

    Anyone know of a good article spinner like the one built into SENuke Where you can specify stuff like And have it generate the different results like Hello My Name is Sara Hi My Name is Melissa etc.... Thanks any software that does something similar to this would be appreciated
  6. neta1o

    FullTilt Funding

    If you need $ in your FullTilt let me know. A guy I work with is a poker nut and said he'd transfer $ into your FullTilt account for Paypal etc....
  7. neta1o

    Best Free Blog

    What is the best free blog site. A few I know are: blog.com blogger.com blogspot.com wordpress.com When I say which is the best I mean... Which doesn't include ads? Which is the most customizable? Which is the most SEO friendly? Other suggestions are also very appreciated. :)
  8. neta1o

    Custom Scrape Tool PHP

    I wrote this tool a while back to quickly scrape content. Here is how this works. 1) You will want to put the file on one of your servers that supports php. 2) Go to the page and you have to input 3 things. - The full url of the page you want to scrape (http://www.google.com) -...
Back
Top