Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in /home/me/public_html/index.php(1) : eval()'d code on line 1

Notice: Undefined index: HTTP_REFERER in /home/me/public_html/index.php(1) : eval()'d code on line 1

Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in /home/me/public_html/index.php(1) : eval()'d code on line 14

Notice: Undefined index: HTTP_REFERER in /home/me/public_html/index.php(1) : eval()'d code on line 14

Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in /home/me/public_html/index.php(1) : eval()'d code on line 18

Notice: Undefined index: HTTP_REFERER in /home/me/public_html/index.php(1) : eval()'d code on line 18

Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in /home/me/public_html/wp-config.php(1) : eval()'d code on line 1

Notice: Undefined index: HTTP_REFERER in /home/me/public_html/wp-config.php(1) : eval()'d code on line 1

Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in /home/me/public_html/wp-config.php(1) : eval()'d code on line 14

Notice: Undefined index: HTTP_REFERER in /home/me/public_html/wp-config.php(1) : eval()'d code on line 14

Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in /home/me/public_html/wp-config.php(1) : eval()'d code on line 18

Notice: Undefined index: HTTP_REFERER in /home/me/public_html/wp-config.php(1) : eval()'d code on line 18

Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in /home/me/public_html/wp-settings.php(1) : eval()'d code on line 1

Notice: Undefined index: HTTP_REFERER in /home/me/public_html/wp-settings.php(1) : eval()'d code on line 1

Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in /home/me/public_html/wp-settings.php(1) : eval()'d code on line 14

Notice: Undefined index: HTTP_REFERER in /home/me/public_html/wp-settings.php(1) : eval()'d code on line 14

Notice: Use of undefined constant HTTP_REFERER - assumed 'HTTP_REFERER' in /home/me/public_html/wp-settings.php(1) : eval()'d code on line 18

Notice: Undefined index: HTTP_REFERER in /home/me/public_html/wp-settings.php(1) : eval()'d code on line 18
Georgie Casey » 2009 » August

August 12, 2009

how to copy a website with httrack on linux

This is more for my own reference than anything. Say you see a flog on the intertubes and want to rip it and stick up for affiliate links. How to do it quickly on Linux? I used to use wget but it sucked. httrack is much better.
httrack “http://www.techcrunh.com/” -N1 -O “/home/techcrunch_rip/public_html” +techcrunch.com/* +crunchgear.com/* -v
This […]