cbox
-
Posts
6582 -
Joined
-
Last visited
-
Days Won
139
Content Type
Profiles
Forums
Downloads
Gaming News
Everything posted by iBotPeaches
-
Limewire is the worst program ever to use on your computer. Its hidden processes that boot on start up use your computer as an uploader and leeches your internet connection when your inactive. I'd pick your favorite torrent program and find a good private torrent site. Thats how to do it.
-
kk Reported to IPB as bug. It seems limiting that setting doesn't work at all regardless of it.
-
Halo 3 fileshare spider , can it be made again?
iBotPeaches replied to iTzoODavidOo's topic in Help Desk
Nuklear made it. Me and him still talk, I'll see if we can get permission to update it. It was a simple program, it just took ages to run. -
This is unethical and wrong. No matter how much you hate someone, you shouldn't do this. Were more mature than this.
-
Retired has no limits. I think its time to report some bugs to IPB. Since it appears if I add any restriction it fails miserably.
-
Go go go. Try now.
-
That was a modification Alex made, so I'd just wait for a better release to include that. I went ahead and reported this as a bug Thats a feature IPB insisted to keep, otherwise you know whos REPing you then you can lash back. However, Staff can see If you would like to have it revoked and get 1000 REP you can. I thought it would be nice to let all VIPs keep VIP. That destroys the point of the system, your suppose to REP posts based on weather its absolute garbage or it really helped you.
-
Maybe the settings are broken. There set by a group basis. So I changed the VIP one and left the Members one the same. Try again so I can see if that was the problem. Thanks
-
I'm working on allowing members to do it once per year. Trying to finalize the settings.
-
Those are entirely different usergroups, which I'm still making or debating making. These are like just the ranks for REP. I hope that made sense.
-
Yep its broken. Report Center still says 0.
-
There were quite a few defaults, so I added one for VIP and the -1000 rank. This current ranking system sucks. http://ibotfiles.com/files/currentrep.png I think we should do it again based on some video game's ranking system. Any opinions?
-
Can someone click the "report" button on the bottom left of this individual post. I'm testing reported things.
-
-
If you just sit on the index page you will get that, you need to visit another page in addition to the page you visit on. That sets your session table.
-
Its 99% spawn mods. That dude wanted it though, so I posted it.
-
-
Download Link Updated, Pictures Added. Bumped for user to find easier.
-
I hate the new way the "New Content" works. I went ahead and changed the coding back to the way it was in the last version. Hope thats better.
-
The buttons turn the color that you picked. That was cool. Great simple app, glad you got it
-
I went through about a week of making bots, and when you make a bot you have to be able to download the image from the CAPTCHA (or in this case ReCaptcha) so you can display it to the user to be entered, or send it to decaptcher for them to crack it. If you don't understand what that meant, this tutorial isn't for you. I'm just going to walk through how to pull the image from the ReCaptcha field. This tutorial assumes you have a hidden web browser in which you are using to navigate some page. This is assuming the basic GetElementByID doesn't work, since its generated dynamically per pageload. This is our code. Were using a foreach loop to go through every image in the Webbrowser foreach (HtmlElement images in webBrowser1.Document.Images) Now were doing a quick if statement to see if that image path has the URL of the recaptcha in it. if (images.GetAttribute("src").Contains("http://api.recaptcha.net/image?c=")) GetAttribute allows you to lots of things with a specific HTMLElement (in this case images) If it matches a simple line will dump that URL to an imagebox. string url = images.GetAttribute("src"); Then dump the variable url to your imagebox. Ignore the code tCount++; in there, it was part of that application. So it starts as a picture box. Assuming you grabbed the URL of the image correctly, it should show the image like so.
-
There was a total of 3. lol I can load a backup I guess, but if it was removed its cause it was too big. So it wouldn't work anyway.
-
I guess I have to disable changing your own topic title, since it can be used to cover up. Locked.
-
Obviously theres rules in place. Only 10 positive REPs per 24 hours Only 3 negative REps per 24 hours Even if you did this, I would notice before you get VIP and ban both of you at a perma -2000 REP.
×
- Create New...