• Home
  • Programming
    • API
      • Google
    • Javascript
    • Php
    • Server
  • CMS
    • Magento
    • Yahoo! Store

Amazon MWS Auth Token

Wednesday, 13 June 2018 18:50
Tim Ramsey
0 Comments

Step 1: Accessing Your Amazon MWS Seller/Merchant ID & MWSAuthToken:

To get your Amazon MWS Seller ID & MWSAuthToken, you must sign up with MWS. To register for Amazon MWS, sign up via HTTP://DEVELOPER.AMAZONSERVICES.COM Click Sign up for MWS and then log in to your MWS account – or register if you don’t have a MWS account (you must have a Amazon Pro Seller account to register with MWS). Note, if it’s your first time registering, on your first login it may send you to your Amazon seller account; if this happens, just go back to the “Sign up for MWS” button using the link above and it will redirect you to the page displayed below:   step1   Select “I want to use an application to access my Amazon seller account with MWS.” as shown by the screenshot below. Application name: truelightllc Application Developer Account Number: 6519-0216-3985 Click Next.   step2

Agree to the terms on the next page to continue.

Copy & save your ‘Seller ID’ and ‘MWSAuthToken’

Laravel Homestead Database Export and Import

Wednesday, 16 May 2018 18:50
Tim Ramsey
0 Comments
SSH into your homestead box and run the two commands to export or import your databases via the Aliases below.
1
dbexport
or
1
dbimport
https://github.com/laravel/homestead/pull/542

Move Large cPanel Account to new Server

Friday, 04 May 2018 21:21
Tim Ramsey
0 Comments
I had an account that was over 100GB in size, and it would not transfer to a new server via the GUI. Step 1(current server):
1
/scripts/pkgacct USER
Step 2(new server ):
1
scp -P PORT root@IP:/home/cpmove-USER.tar.gz /home/cpmove-USER.tar.gz
 

Find Image name from Excel Cell

Monday, 23 October 2017 17:15
Tim Ramsey
0 Comments
The formula below will give you the image name from a cell string
1
=SUBSTITUTE(REPLACE(A1,1,LOOKUP(2^15,FIND("/",A1,ROW(INDIRECT("1:"&LEN(A1))))),""),".jpg","")

Page 7 of 15

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • Next

Categories

  • CMS
    • Magento
    • Shopify
    • Yahoo! Store
  • Programming
    • API
      • Google
    • Javascript
    • Php
    • Server
    • SVN
  • VOIP

Recent Posts

  • How to write to Google Sheet with API in PHP
  • How to Migrate FreePBX server to a new server
  • Unifi Controller Java CPU 100%
  • Update Unifi Controller on Linux
  • Code Signing Desktop App