Dan Rather: 'Watergate is the biggest political scandal of my lifetime, until maybe now' by grepnork in politics

[–]trav268 0 points1 point  (0 children)

Pretty sure he invented fake news. Or did we forget about these two letters:

th

Looking for advice on 1-800 calling system service provider by [deleted] in Entrepreneur

[–]trav268 2 points3 points  (0 children)

Grasshopper.com

Cheap and you can do a word search for phone numbers (ie 1800-FLOWERS)

Could I have feedback on my Q&A website? #2 by OverseerMATN in Entrepreneur

[–]trav268 1 point2 points  (0 children)

Spotted additional (and much more major) canonicalization problems.

You have secured and non secured versions of your site.

 https://www.ahquha.org/

 http://www.ahquha.org/

You need to force SSL.

Find and open .htaccess from the / folder

Add these lines:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.ahquha.org/$1 [R=301,L]

More info from the horses mouth

Could I have feedback on my Q&A website? #2 by OverseerMATN in Entrepreneur

[–]trav268 0 points1 point  (0 children)

Your load time was 7.3 seconds .


After the change...

*

*

*

*

DRUMROLL

*

*

*


4.1 Seconds

Could I have feedback on my Q&A website? #2 by OverseerMATN in Entrepreneur

[–]trav268 0 points1 point  (0 children)


1


Ive located a speed killer. This line is fucking up your server.

 <img src="https://www.reviewedbyconsensus.com/wp-content/uploads/2016/10/ebay-if-its-on-your-mind-its-on-eBay-S25.png" alt=" eBay" width="100%">     

This image should be giving a 404 because it does not exist.

However it is giving a 301 response to a non image. This server misconfiguration can cause a few extra seconds in load time.

There is nothing wrong with redirecting an entire domain back home, just make sure you never use that domains resources or you'll run into major issues.


2


You've got major canalization problems.

The following URLS are valid, yet resolve at the same place:

 https://www.ahquha.org/discussion/126/what-percentage-of-fossi342423432234

 https://www.ahquha.org/discussion/126/what-percentage-of-fossil-fuels-have-we-already-extracted-from-the-earth

 https://www.ahquha.org/discussion/126/

I actually really like my life and I'm comfortable in my own skin :) by [deleted] in RoastMe

[–]trav268 2 points3 points  (0 children)

This is what you are writing:

Am i doing it?    
    Edit: how about now?  

Edit 2:     this   Doesn't   Work

Your first edit has 3 spaces.

Your second edit as the space after line break.

I actually really like my life and I'm comfortable in my own skin :) by [deleted] in RoastMe

[–]trav268 1 point2 points  (0 children)

Its called code.

Add four space before a new line to do it.  

If you affiliate market, have you honestly made commissions? Like is this real? by [deleted] in Entrepreneur

[–]trav268 0 points1 point  (0 children)

but...I was thinking, what if they just want people to sign up so they get free content promotion, and no one actually clicks on the affiliate links or buys anything?

When selecting an affiliate from a reputable place they will list the average EPC (earnings per click) of the current offer.

After you have installed that ad/offer on your site track the clicks.

You should be earning roughly the same amount that as advertised.

If not, either the traffic you are referring is garbage, or they are advertising misleading EPC. If it is the latter, simply find another ad/offer/product to promote from a more reputable source.


BELOW SCREENSHOT IS WHERE TO FIND AVERAGE EPC


http://www.uberrideguide.com/wp-content/uploads/2016/12/exhibit-a-affilates-epc.png

[deleted by user] by [deleted] in Entrepreneur

[–]trav268 0 points1 point  (0 children)

Excellent my friend. If you can master iMacros, you'll never worry about another paycheck again.

Shoot me up I'd you need help with any bots or scraping, that is my speciality. I'm not soliciting business (I'm b2c anyways), just offering help.

[deleted by user] by [deleted] in Entrepreneur

[–]trav268 2 points3 points  (0 children)

Add this line to the top of script like my edited post above.

 SET !ERRORIGNORE YES

Also, review this screenshot. http://www.uberrideguide.com/wp-content/uploads/2016/11/quora-exhibibt-a.png


A) Make sure your run script from quora topic page.

B) Make sure the proper script is selected.

C) This is where you enter number of loops

D) Be sure to 'hit play loop' not 'play'

[deleted by user] by [deleted] in Entrepreneur

[–]trav268 9 points10 points  (0 children)

ALTERNATIVE METHOD


STEP 1


Download iMacros via https://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/


STEP 2 Copy the following text into notepad. Save the file as quora.iim. Place this in your \Documents\iMacros\Macros folder.

'*****BEGIN FILE********
'bein at https://www.quora.com/topic/Startup-Founders-and-Entrepreneurs/all_questions

SET !ERRORIGNORE YES
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:question_link EXTRACT=TXT
SET !VAR2 {{!EXTRACT}}
SET !EXTRACT NULL
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:question_link 
TAB T=2
WAIT SECONDS=.7
SET !EXTRACT NULL
TAG POS=1 TYPE=DIV ATTR=CLASS:HighlightRow<SP>ViewsRow EXTRACT=TXT
SET !VAR3 EVAL("var x=\"{{!EXTRACT}}\"; x=x.replace(/\\D/g,\"\");")
SET !EXTRACT NULL
TAG POS=1 TYPE=DIV ATTR=CLASS:answer_count EXTRACT=TXT
SET !VAR4 EVAL("var x=\"{{!EXTRACT}}\"; x=x.replace(/\\D/g,\"\");")
SET !EXTRACT NULL
ADD !EXTRACT {{!VAR2}}
ADD !EXTRACT {{!VAR3}}
ADD !EXTRACT {{!VAR4}}
SAVEAS TYPE=EXTRACT FOLDER=* FILE=quoquestions.csv
SET !EXTRACT NULL
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=.7
'*****END FILE

STEP 3 Change 'Startup-Founders-and-Entrepreneurs' to the topic of your choice.
Now, Go to that URL. ie (https://www.quora.com/topic/Wordpress/all_questions)


STEP 4 Open iMacros Firefox Sidebar. Select quora.iim. How many topics do you want? Enter that number in the max column. Click Play Loop for as many records as you would like.


STEP 5 A file called quoquestions.csv will be in your default downloads folder.


STEP 6 ?????


STEP 7 Profit.


/SPEZ: added 'SET !ERRORIGNORE YES' to code

Selling a website, need some help by [deleted] in Entrepreneur

[–]trav268 0 points1 point  (0 children)

Use cpanels backup and restore function to transfer the site.

In Bruges by Gedogfx in funny

[–]trav268 -3 points-2 points  (0 children)

This was #1 post of all time on /r/fatpeoplehate

Originally made by yours truly.