Search results

  1. dor@tehexploa

    Gmail login use curl/php

    Was hoping someone out there might have a script already built that does just this. I'd like to have my craigslist script automatically login to each gmail account and publish each ad.. I attempted libgmailer.php , but for some reason it will log in but the snapshot's array returns empty.
  2. dor@tehexploa

    making a youtube video

    hey guys i'm hoping to make a video for my 100th post, but i have ZERO idea how to do it.. i can code in PHP yet i can't make a freakin youtube video lol any help would be greatly appreciated
  3. dor@tehexploa

    mysql = lame-o-vision

    i have no interest in learning a database language i really just need to add a value and search for a value any good quick and dirty tutorials out there?
  4. dor@tehexploa

    Captcha loop

    I'm making a script that I would like to wait for me to fill in a Captcha and continue executing. This is probably really simple, but I'm very new to PHP progging. A while() loop perhaps? while(notfuggindone) { wait; } :)
  5. dor@tehexploa

    2600 + 'Hacking'

    I'm thinking about writing an article for 2600 regarding this place and the interesting world of black-hat marketing. I'm 23 now and since I was ~7 I've dabbled in everything that has to do with 'hacking', networking, reverse engineering, etc. I seriously love this place. The problem with the...
  6. dor@tehexploa

    Slow progress but progress nonetheless (Craigslist)

    I've been able to parse all the variables I need in order to post to a CL site like hxxps://post.craigslist.0rg/atl/P/cas/ but I'm not familiar with posting in a multipart form using cURL. Content-Type: multipart/form-data; boundary=---------------------------200832108523390 Content-Length...
  7. dor@tehexploa

    Star Trek help

    Heyy I loved the new Star Trek, and I've been told by a few people that they think I would enjoy some of the older stuff. What order should I watch the Star Treks in? Series first then movies? Movies then certain series order? Favorites I should hit up first? This franchise is a bit...
  8. dor@tehexploa

    POST help

    I'm having trouble creating an automated e-mail POST script using cURL. I'm thinking it is failing for one of two reasons: 1. cookies aren't being deleted each time the script attempts to post a new e-mail address 2. the content data includes a random x and y value that isn't referenced in the...
  9. dor@tehexploa

    Craigslist PHP/cURL poster

    The real problem I'm having is sending the appropriate data to craigslist in my array. And the array I mean is the one you hafta send to POSTFIELDS for multipart formsHere is a header I saved from them: POST /det/P/cas/none/x/F8PDFPgpZcSwIpjV/iizxe <-- this is generated new each time you press...
  10. dor@tehexploa

    Finding SOCKS proxies with nMap

    I've used nmap casually for some time, and I'm wondering what the most efficient command is to scan a range of IP's.. Here is what I just tried: nmap -p 1080 -PN -oN "C:\myfile.txt" 117.194-196.0-255.0-255 This range is rather big for this scan, and I hardly finished it. I made it to...
  11. dor@tehexploa

    Twitter E-mail Gatherer

    ... blah blah - click on reference link to see original thread in teh Lounge I posted this in lounge already, but I think it is more appropriate here**. This script is posted in the Jr. VIP section (I didn't know it was), and because of recent news (That was fast...
  12. dor@tehexploa

    Twitter Mass E-Mail Grabbing Script

    I saw mention of a Twitter mass e-mail script in a thread tonight, and decided I would attempt to find it / make my own. This is almost my first PHP script so don't laugh at the superfluous code.. I am a huge newb, and I couldn't figure out how to increase the page # in a loop. Hope this helps...
  13. dor@tehexploa

    cl bot pro reversing

    Anyone able to help me? I'm trying to crack CL Bot Pro trial to determine the subroutines that process the regid.txt .. I have no clue where to start. I know the gist of reverse engineering.. I have the free version of IDA, but when it opens the executable it says, "Can not start the target...
  14. dor@tehexploa

    European based Webhost w/ multiple IPs

    Anyone know of a webhost in Europe that also offers multiple IP's at a fair price?
  15. dor@tehexploa

    Buying an IP to use as Proxy

    Does anyone know the steps behind this? I could imagine having another computer set up, buying another cable service, and installing the appropriate software BUT it has to be cheaper than that.. I have tons of old computers around the house. My main computer has a quad and is capable of running...
  16. dor@tehexploa

    comment on my web design

    heyyy guys i made a post awhile back asking about creating a website that looks the same in multiple browsers.. i decided to change it up a bit and i think it looks perty alrite http : // insidious.ws let me kno what you think :)
  17. dor@tehexploa

    CSS issue - formatting different in IE and Firefox

    my web page is at w w w DOT insidious DOT ws it looks exactly how i want it to in Firefox, but unfortunately it is seriously screwed in internet explorer does anyone know what I could do to fix this?
  18. dor@tehexploa

    Generating traffic?

    I see a ton of advertisements for traffic generation and I'm curious what the most effective way is.. I mean I could imagine owning a botnet would prolly be the absolute best way to generate traffic, but I see some are saying they can get it from Twitter, Flickr, MySpace, etc. How can they...
Back
Top