Recent content by Twizzler

  1. T

    OKC Bot...

    yup ok cupid I am using a packet sniffer, I can get signed in goto messages... read a msg and send a msg... then goto messages but as soon as I try to view a message I get disconnected...
  2. T

    OKC Bot...

    Hello all, I was wondering if the more experienced coders can give me some help. I am building an OKC Bot, it uses HttpWebRequests and HttpWebResponse to communicate and not a Webbrowser control. I am having troubles beating their antibot ware. I did reverse engineer some of the antibot ware...
  3. T

    How To Grab Prices From Feeds

    php and curl... Basically you need curl to make the connection grab the website source. Then you need to parse it so that it grabs the information that you need. Unless of course the merchants have a webservice or api then you can always use that as well. I know its brief but no use getting...
  4. T

    "style.css?xxxx.xxx" ??? I'm confused!

    If there is a Query string on the end of a CSS it usually is just to beat browser caching problems... The file itself will simply be style.css It usually is just a randomized string or the date/time etc... In some VERY RARE cases they could handle CSS files as if they were server side...
  5. T

    How Did You Learn To Code?

    I believe there is multiple aspects you need for programming... Math is one of them, you do need to know how to problem solve and what operations to use first.. think BEDMAS :P also in this world randomization is a must... that requires math... basic but still requires it... Also there is...
  6. T

    Is there any money in vehicle communities?

    Is there any money in vehicle communities? eg. Sport Car Forums etc. If so is there any recommended affiliates? Any affiliates that dont mind where the traffic is coming from etc?
  7. T

    $15.00 for quick PHP/mySQL job

    fixed :)
  8. T

    I needs some PHP help please!

    No problem. glad i could help :)
  9. T

    Need Help! No Idea How To Fix Problem!

    as c0rrup said something is set to escape the quotations.... Depending on your setup with could be php configuration or the script itself. Basically on input any quotes will have a leading slash... Now you need to make it so that on output the leading slash is no longer there. There are several...
  10. T

    I needs some PHP help please!

    Hard to say the issue since I am just seeing a snippet of the code and I am just correcting that snippet to swap the randomization to increments. For example I have no idea what checkArr function does nor do i know what happens with the result array after this data is processed... but I did...
  11. T

    Anyone help the old guy out?

    I have never worked with G's external keyword tool(new or old) as to code wise... So I am not too sure of the differences in input/output but I am sure that has changed... Basically what you have found with Webbrowser1.Navigate() call is exactly that the call to navigate to the URL. Now you will...
  12. T

    I needs some PHP help please!

    That code is a bit ugly but basically I removed the randomize calls and replaced them with the incrementor value so it will always be the same. You will now need to change that to whichever article you want. Please note I also had to remove the search = array line since the forum will not...
  13. T

    Nigerian scam 419 revealed

    I am greedy yet I have never fell for one of those scams. You have to be greedy and dumb!
  14. T

    What to do with cash

    get another girl... once you got a couple on the go the money disappears quick!
  15. T

    "More Powerful" programming language

    As stated before each language has their own power.... And most decent languages can call assembly from within its own code. The language is only as powerful as the coder.. for example you can stream line c or c++ code to be fast and not a resource hog but you have to know what you are doing...
Back
Top