subscription
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| subscription [2017/04/11 06:27] – admin | subscription [2026/03/21 10:12] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | There are 3 options to use the script: Subscription, | + | SmartCJ is available in three versions: Subscription, |
| - | There' | + | **Subscription** |
| - | **Subscription** | + | How it works: |
| - | How to use | + | 1. http:// |
| - | 1. http:// | + | 2. http:// |
| - | 2. http:// | + | 3. In http:// |
| - | 3. В http:// | + | When you click on the subscription - $5.99 per month is deducted from the account. |
| - | When you click at Subscription | + | When you click on the subscription button |
| - | Subscription licenses are limited by date. Let's say today is 5 of Nov, so subscription expires at 5 Dec. If you don't cancel | + | After the license |
| + | However, to make it easier, the script checks once a day to see if there is a new license for it and, if there is, downloads it. That is, with a subscription you can do nothing at all manually, the script will do everything itself, but it will not be instant. | ||
| - | **Subscriptions | + | The subscription license is limited by date, let's say today is November 5, the license expires December 5. If by the 5th you don't cancel the subscription, |
| - | You can also use subscription mechanism for version 1.X , and that' | + | In fact, the license is generated with a 2-day margin |
| - | You can use the same license file with version | + | **Subscription for version 1.x** |
| + | |||
| + | For version it is available the same as for version 2.x | ||
| + | After you clicked on subscription you will receive immediately 2 keys - for version 1 and 2 respectively. | ||
| + | |||
| + | For version 1, update 1.52 was added. | ||
| + | The only change in it is changing cron.php so that it could check for licenses automatically. | ||
| + | |||
| + | You can use the subscription in version 1.51 as well - the difference will only be that you will need to upload licenses manually. | ||
| + | |||
| + | **Free** - takes 1% from all clicks and sells them on trafficholder.com | ||
| + | |||
| + | **Paid** - paid version, prices at http:// | ||
| + | |||
| + | **License Transfer** - the license is transferred only if the domain expires and you can register it again. | ||
| + | |||
| + | **Subscription Transfer** - it's simple here if you don't need a subscription on domain A you cancel it there, and enable it for domain B. | ||
| + | |||
| + | **Where to upload the key** - the key is stored in the scj folder, if you upload it manually then that's where you should put it. | ||
| + | For version 1 this is scj_pro.lic, | ||
| + | ====== FAQ ====== | ||
| + | |||
| + | |||
| + | ===== Still free version ===== | ||
| + | |||
| + | "I waited half an hour and the script still says this is a free copy": the script checks once a day at a random time so the load is even. If you need it "right now" you can upload the key manually. | ||
| + | |||
| + | |||
| + | "I uploaded the key manually and it still says free": you need to check 3 times that the key was uploaded there. The most common mistake is "oops, I uploaded it to the wrong place" | ||
| + | |||
| + | |||
| + | "I uploaded the key, everything was OK, and then suddenly it became free on its own" - look at logs/ | ||
| + | |||
| + | The key processing is done by IonCube and it runs BEFORE SmartCJ. IonCube sees that the key is uploaded for domain1.com, | ||
| + | |||
| + | This can also happen if in cron there is HTTP_HOST=domain2.com for domain1.com. In short, when the script runs on domain1.com, | ||
| + | |||
| + | |||
| + | ===== Subscription turns into free version ===== | ||
| + | |||
| + | 99% of cases - hosting is configured incorrectly. | ||
| + | |||
| + | Licenses are handled by IonCube (PHP module), so the script runs like this: first IonCube runs, checks the license, if everything is OK - runs the script itself. | ||
| + | |||
| + | If for some reason the license doesn' | ||
| + | |||
| + | 99% of problems - this is running the script | ||
| + | |||
| + | **The only correct option is 1 - push the admin and configure the hosting so this doesn' | ||
| + | |||
| + | But there are 2 options to solve the issue yourself if for some reason the admin is unavailable | ||
| + | |||
| + | - set permissions on the license file (scj2.lic) so that the script can't write there | ||
| + | - remove from ioncube_fallback.php the lines that copy the free license, namely | ||
| + | |||
| + | |||
| + | < | ||
| + | if (file_exists($path . '/ | ||
| + | if (!copy($path . '/ | ||
| + | die(" | ||
| + | } else { | ||
| + | return true; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | Options 2 and 3 will solve the issue right away, but they are dangerous because when the license expires - the script won't be able to update it and your domain will go down because IonCube, which, I remind you, runs BEFORE the script, will start saying that the license is not valid, and Smart won't be able to change it. In this case you will have to monitor the license | ||
| - | **The license key should be in scj folder** | ||
subscription.1491892033.txt.gz · Last modified: (external edit)
