Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Tuesday, April 21, 2015

Script For Grabing Followers Twitter

This is script iMacros for grab followers twitter from my video :D



VERSION BUILD=8890130 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
WAIT SECONDS=2
TAG POS=1 TYPE=DIV ATTR=CLASS:user-list
TAG POS=2 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=3 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=4 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=5 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=6 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=7 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=8 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=9 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=10 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=11 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=12 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=13 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=14 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=15 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=16 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=17 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=18 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=19 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=20 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
TAG POS=21 TYPE=SPAN ATTR=CLASS:username&&TXT:* EXTRACT=TXT
SAVEAS TYPE=EXTRACT FOLDER=* FILE=test.csv
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Show<sp>more<sp>people

Wednesday, October 29, 2014

[Windows] How to set password phpmyadmin xampp

When you install XAMPP in your windows machine, the root password for the MySQL is set to empty. But this is not recommended, as the MySQL database without a password will be accessible to everyone. To fix this, a proper/secure password must be set to the user root.

- open http://localhost/phpmyadmin/
- then chose tab "SQL"
- Now type the following query in the textarea and click Go
UPDATE mysql.user SET Password=PASSWORD('yourpassword') WHERE User='root'; FLUSH PRIVILEGES;











- And you will see a message saying that the query has been executed successfully

Next step you need to modify the phpMyAdmin config file (config.inc.php), coz if you refresh the page, you will be getting a error message.
- Locate the file config.inc.php will be found in your XAMPP directory under the folder phpmyadmin (in my case, this is my dir XAMPP "D:\xampp\phpMyAdmin" )



















- Open the file config.inc.php with your favorite text editor (I used notepad++).
- Find the following lines:

and replace value password and AllowNoPassword like this

 - Save file


Thursday, October 23, 2014

[Windows] Google Scraper

New Release Google Scraper


Feature :
- 1 click / Keyword
- Bypass captcha
- Result as .txt file

Requires :
- Internet Explore 11
- .Net Framwork 4.5

Tested on WIndows 7 ultimate 64 bit

 



If you want to buy me lunch :D