Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 09/21/13 in all areas

  1. There are any times when I want to capture text between known characters in some text. Here's how it's done. Let's say I have this: <td>I want this text here.</td> I only want the text inbetween the html td tags but not the tags. You should be able to do a pre and post search for information around the tags like this: (?<=<td>).*?(?=</td>) The (?=...) is the presearcher and the (?=...) is the post searcher. The stuff in the middle, .*? just tells the regex to grab everything BUT don't be greedy. Once it hits the first end tag, it's done when we specify not
    1 point
  2. one way to do it is to add a table where you store all other tables names in it when you add a table to the database ! after that you just check the database to see if a certain table exists in the database select * from tablenames where table_name="name" if there is a result then it already exists , else it doesn't exists in the database Now the easy way to do it use .tables to get the tables list in your database
    1 point
  3. Traffik Cop! You are the man!! Thanks a lot!
    1 point
  4. Soundclick chart method is pretty complicated, how ever if you are interested to the bot that will increase your , download stats , member plays and mobile plays, external plays and page views, I have a bot that could do that task on socket ( HTTP) mode. here is the screenshoot and I could provide you a trial mode http://4.bp.blogspot.com/-liRBcNgNc5o/UjuDHdnVGhI/AAAAAAAAAsM/gxCRFcjDTUM/s1600/ss.jpg and here is a screen shoot on the sound click status http://4.bp.blogspot.com/-OVBl-ysA3X4/UjuEuP164lI/AAAAAAAAAsc/P3i0yBIBWCM/s1600/ss.png The bot will Play vip, member play, mobile play,
    1 point
×
×
  • Create New...