|
*RELEASED* Howto: Index using a script (Theme MOD and Mass-Indexing) March 12, 2012 07:27AM |
Registered: 1 year ago Posts: 31 |
#Usage: php spider.php <options> # #Options: # -all Reindex everything in the database # -u <url> Set url to index # -f Set indexing depth to full (unlimited depth) # -d <num> Set indexing depth to <num> # -l Allow spider to leave the initial domain # -r Set spider to reindex a site # -m <string> Set the string(s) that an url must include (use \n as a delimiter between multiple strings) # -n <string> Set the string(s) that an url must not include (use \n as a delimiter between multiple strings) # ---------------------------------------------------------------------------------------------- php spider.php -u http://blahhhh.org/forums -d 5; php spider.php -u http://blahhhhhh.net/forums -d 5; php spider.php -u http://forums.blahhhhhhee.com -d 5; php spider.php -u http://blahhhrrhhh.com/forums -d 5; #php spider.php -u http://blahhhhhqqh.com/forums -d 5; #php spider.php -u http://blahhhhhddh.com/forums -d 5; php spider.php -u http://blahvvhhhhh.com/forums -d 5; php spider.php -u http://blahhnnhhhh.com/forums -d 5; exit;
cd /home/sites/public_html/admin/ screen ./run_indexer_depth.shTo close out the screen without closing out the indexer.
Ctrl+A+D
cd /home/sites/public_html/admin/ ./run_indexer_depth.sh
#Usage: php spider.php <options> # #Options: # -all Reindex everything in the database # -u <url> Set url to index # -f Set indexing depth to full (unlimited depth) # -d <num> Set indexing depth to <num> # -l Allow spider to leave the initial domain # -r Set spider to reindex a site # -m <string> Set the string(s) that an url must include (use \n as a delimiter between multiple strings) # -n <string> Set the string(s) that an url must not include (use \n as a delimiter between multiple strings) # ---------------------------------------------------------------------------------------------- php spider.php -u http://blahhhh.org/forums -r; php spider.php -u http://blahhhhhh.net/forums -r; php spider.php -u http://forums.blahhhhhhee.com -r; php spider.php -u http://blahhhrrhhh.com/forums -r; #php spider.php -u http://blahhhhhqqh.com/forums -r; #php spider.php -u http://blahhhhhddh.com/forums -r; php spider.php -u http://blahvvhhhhh.com/forums -r; php spider.php -u http://blahhnnhhhh.com/forums -r; exit;
yum install screen
apt-get install screen
|
Re: Howto: Index using a script March 16, 2012 09:53AM |
Registered: 1 year ago Posts: 31 |
Uptime: 1 days, 20 hours, 10 minutes Tasks: 211 total, 1 running, 210 sleeping, 0 stopped, 0 zombie Cpu(s): 3.1%us, 0.3%sy, 0.0%ni, 95.5%id, 0.9%wa, 0.0%hi, 0.2%si, 0.0%st Mem: 3960652k total, 2700808k used, 1259844k free, 185548k buffers Swap: 5996536k total, 0k used, 5996536k free, 1447388k cached
-sh-3.2$ screen -r
There are several suitable screens on:
31448.script (Detached)
31452.script (Detached)
31469.script (Detached)
31427.script (Detached)
31436.script (Detached)
31461.script (Detached)
31441.script (Detached)
31422.script (Detached)
|
Re: Howto: Index using a script (Theme MOD and multi-indexing coming soon) March 17, 2012 08:47PM |
Registered: 1 year ago Posts: 31 |
#What got me to work on this ? [www.sphider.eu] (thanks, inmotion) #For the Dropdown bar and bar images. (to keep the bar blue, do not use the images) [www.freecssmenus.co.uk] #[MOD] Search, Tag, Word Cloud [www.sphider.eu] #Animated Collapsible DIV v2.4 (Thanks WILLY for the idea. [www.sphider.eu] ) [dynamicdrive.com] #Add url submit form [www.sphider.eu] #Creating better search suggestions with Sphider (Thanks to Matt's post here. [www.sphider.eu] ) [www.mdj.us] #Easy PHP Contact Form [www.easyphpcontactform.com]
|
Re: Howto: Index using a script (Theme MOD and multi-indexing coming soon) March 29, 2012 02:59PM |
Registered: 1 year ago Posts: 31 |
|
Re: Howto: Index using a script (Theme MOD and multi-indexing coming soon) April 20, 2012 07:55AM |
Registered: 1 year ago Posts: 31 |
|
Re: Howto: Index using a script (Theme MOD and multi-indexing coming soon) May 06, 2012 12:45AM |
Registered: 1 year ago Posts: 2 |
|
Re: Howto: Index using a script (Theme MOD and multi-indexing coming soon) May 14, 2012 09:13AM |
Registered: 1 year ago Posts: 31 |
|
Re: Howto: Index using a script (Theme MOD and multi-indexing coming soon) May 17, 2012 04:39PM |
Registered: 1 year ago Posts: 31 |
|
Re: *RELEASED* Howto: Index using a script (Theme MOD and Mass-Indexing) May 24, 2012 03:31AM |
Registered: 1 year ago Posts: 31 |
|
Re: *RELEASED* Howto: Index using a script (Theme MOD and Mass-Indexing) July 25, 2012 06:51AM |
Registered: 10 months ago Posts: 1 |
|
Re: *RELEASED* Howto: Index using a script (Theme MOD and Mass-Indexing) August 10, 2012 09:37PM |
Registered: 1 year ago Posts: 31 |
|
Re: *RELEASED* Howto: Index using a script (Theme MOD and Mass-Indexing) September 30, 2012 01:30AM |
Registered: 9 months ago Posts: 12 |
#Usage: php spider.php <options> # #Options: # -all Reindex everything in the database # -u <url> Set url to index # -f Set indexing depth to full (unlimited depth) # -d <num> Set indexing depth to <num> # -l Allow spider to leave the initial domain # -r Set spider to reindex a site # -m <string> Set the string(s) that an url must include (use \n as a delimiter between multiple strings) # -n <string> Set the string(s) that an url must not include (use \n as a delimiter between multiple strings) # ---------------------------------------------------------------------------------------------- php spider.php -all; exit;
|
Re: *RELEASED* Howto: Index using a script (Theme MOD and Mass-Indexing) October 17, 2012 03:15AM |
Registered: 1 year ago Posts: 31 |
|
Re: *RELEASED* Howto: Index using a script (Theme MOD and Mass-Indexing) March 24, 2013 04:47AM |
Registered: 1 year ago Posts: 31 |