• The default language of any content posted is English.

REQUEST TripRex - Travel Agency and Tour Booking WordPress Theme.

atekukellylyton

New member
Messages
8
Reactions
2
I need help with this TripRex - Travel Agency and Tour Booking WordPress Theme.
Anyone who can get it for me please
 
Use
Code:
wget -rkpN -e robots=off https://demo-egenslab.b-cdn.net/html/triprex/

-r means recursively

-k means convert links. So links on the webpage will be localhost instead of example.com/bla

-p means get all webpage resources so obtain images and javascript files to make website work properly.

-N is to retrieve timestamps so if local files are newer than files on remote website skip them.

-e is a flag option it needs to be there for the robots=off to work.

robots=off means ignore robots file.

I also had -c in this command so if they connection dropped if would continue where it left off from when i re-run the command. I figured -N would go well with -c

You will need to fix font awesome paths.
You can RIP ALL ThemeForest html templates this way.
 
Top