-
Content Count
532 -
Joined
-
Last visited
-
Days Won
2
Everything posted by the_way
-
Is It Possible To Scrape The Images From Teepublic?
the_way replied to the_way's topic in General Discussion
Genius, never thought of forcing an html load, thanks very much, i'm sure that process will come in handy in the future. -
I'm having difficulty saving the images on an example teepublic page. https://www.teepublic.com/en-gb/mug/1000159-downhill-mtbI've tried loading the page on mobile, and its still the same, its like it selects, all of the slider, and I'm not sure how to separate the images, and save all 3 views. Anyone got any ideas? thanks.
-
i hate you regex gurus, i just can't seem to get the hang of it
-
I want to visit a page, check my link is still active, and then return a positive. i tried $search but it doesn't return, i checked my urls correct and everything, is there any way to do this? cheers
-
Need A Regex Maniac To Solve This (Probably Very Easy) Lol
the_way replied to the_way's topic in General Discussion
Thanks addy really appreciated, -
How can i use regex to get the programId=15? I just need to extract the "15" is this possible? Cheers <script type="text/javascript" src='http://adn.ebay.com/files/js/min/jquery-1.6.2-min.js'></script> <script type="text/javascript" src='http://adn.ebay.com/files/js/min/ebay_activeContent-min.js'></script> <script charset="utf-8" type="text/javascript"> document.write('\x3Cscript type="text/javascript" charset="utf-8" src="http://adn.ebay.com/cb?programId=15&campId=5335900092&toolId=10026&keyword=teapots&width=728&height=90&font=1&
-
Any News On When The New Ubs Will Be Released?
the_way replied to Anonym's topic in General Discussion
I estimate, end of next month. -
loop while, list count, and then an if statement that increments each time the variable matches
-
Dude, you popped out of nowhere with a superb answer! Cheers!
-
Whats the fastest way to add something into ubot to check domain availability? I'm a bit loathed to use something like godaddy lookup, really looking for an api solution, or something socket based. How do some of these fast websites that display 100 random name generations with domain availability do it? Cheers.
-
Is Ubot Stealth Legit, Or Is It Just Another Advertising Email?
the_way replied to -Illuminati-'s topic in General Discussion
Now that would be a GREAT idea from everyone's perspective, thumbs up for that -
Is Ubot Stealth Legit, Or Is It Just Another Advertising Email?
the_way replied to -Illuminati-'s topic in General Discussion
Would i be wrong to think that the team have a list of inhouse bots that are built to login to 20 of the main social media sites, taking their details from a sql database, changing proxy, and then once logged in, perform a socket test action? With every new release they run this bot, which has error message signals on points that don't work so they can be fixed? This could be built into one program, and each release they just run this program, if it makes it through, it gets released. Surely this is already a given?! As far as program logic goes, i don't think ubot can really get any bet -
Is Ubot Stealth Legit, Or Is It Just Another Advertising Email?
the_way replied to -Illuminati-'s topic in General Discussion
Just heard on the grapevine that it WON'T be this month it will be released. -
submit that as a high priority support ticket. They should already be all over windows 10
-
Is Ubot Stealth Legit, Or Is It Just Another Advertising Email?
the_way replied to -Illuminati-'s topic in General Discussion
Dissapointed if its not rolled out today, i mean, its saturday night, the night that the party gets started?! Impossible for a sunday rollout, and that only leaves monday. The last day of the month. I predict 2nd week in derptember. -
Is Ubot Stealth Legit, Or Is It Just Another Advertising Email?
the_way replied to -Illuminati-'s topic in General Discussion
Yep, its getting close to the end of the month, will this actually be coming? (fingers crossed) -
Why are you wasting your time creating a program to try and win at roulette? Seriously, you should know better. You're in the internet marketing industry, not gambling.
-
whats wrong with just using the random number generator between 0 - 36 or you trying to publish their results?
-
For large lists, you should be working with a database. best way in ubot
-
You never heard of defines?
-
Lost Source Code Found! - Ubot Version 5
the_way replied to arunner26's topic in Tutorials, Tips and Tricks
AGAIN!!! Had ubot crash, and even though i saved it, still the same problem, but i got it back in the temp folder. The easy way to avoid this is when you do save as, make sure that you go back into to save as and see that the file modified time is just now. I forgot to do that this time, but normally remember. -
Is Ubot Stealth Legit, Or Is It Just Another Advertising Email?
the_way replied to -Illuminati-'s topic in General Discussion
Popups and handling javascript on pages without crashing. Lets see if this is a ninja or a nonja. -
yeap, one of my bots has flat out stopped working since the update, which before it ran for 3 weeks without any real hitches. Now after the update i've had to revisit the code, and mess about with things like keeping the user agent the same, and moving the main code back outside its own browser window (which i had put in so i could close it after each loop) just testing it again just now, but i'm running out of little tweaks fast. That's another revenue stream down the pan. EDIT: Damn, made my useragent chrome, and not had any probs so far. still early days though, but looking good.
-
Anyone Noticed Dont Delete Duplicates In Lists?
the_way replied to the_way's topic in General Discussion
i think for a laugh someone has put a code in ubot that says "random pick delete/don't delete" a program i made today didn't have the duplicate delete, which for like the first time i actually needed to use it!