I can give it a try. send me the login info of your hostingCan anyone help to upgrade from 5.8 to 6.x without upgrade to 5.9.9?
Thanks
ThanksI can give it a try. send me the login info of your hosting
You have using a shared hosting or VPS server?Thanks
I upgraded successfully but I can not login or create a new account,
It informs the issue : "An unexpected error occurred. Please try again."
Does anyone have any solutions to fix it?
Thanks again
I am using VPS server.You have using a shared hosting or VPS server?
Use this code : 10101010-10aa-0101-0101-a1b010a01b10
I cant change language from the begining only giving me a link to download page but that page is under construction@leroy But I found one thing that it is not possible to activate the Stripe payment gateway in this version, then there is one problem with translating into another language, and that is that if you click on the "Auto" button in the window and translate all the strings, so the phrases are saved, but only at 45%, any further translation attempt ended on this issue. So I'd rather wait for a new version
It works. Lol.Use this code : 10101010-10aa-0101-0101-a1b010a01b10
I just triedIt works. Lol.
Anyone made successfull upgrade to 6.1.8?
v6.1.8 - 12/17/2021
Added More API Endpoints
Added More Pixels
Improved Landing Page
Fixed An issue with Teams
Fixed An issue with Campaigns
Fixed Various minor bugs
Download Premium URL Shortener v6.1.8 CodeCanyon 3688135 Nulled Free
v6.1.8 (17/10/2021)
+ Added More API Endpoints
+ Added More Pixels
+ Improved Landing Page
+ Fixed An issue with Teams
+ Fixed An issue with Campaigns
+ Fixed Various minor bugs
Premium URL Shortener v6.1.8 Nulled (Tested) (Alternative)
Credits:
- Untouched version (6.1.8) by @Tomz and @ShareCash
- Original nulled by @reishi
- Nulled for Premium URL Shortener v6.1.8 by @jdz
Hash files:
Code:CRC32: 8A07E662 MD5: 0E582208C75468B81C03AD5630009453 SHA-1: 2E7C59F45A7D08EEE31C70167F6D9CB8E178C662 SHA-256: AAB80ABBC8DCFB22EA928379E7A8A44F482AAFACE94089E0FC78E816118E0873 SHA-512: 81F186D41D0CE1FD2C1575F81F2BFA2FEF2024557915198375A255B196607CAB3FAC5F0A4805771EB775005C3F1211699C60E38DCE276EB9EEFA87F711AC50F3
Note:
Support for both a new installation and an update.
How to upgrade from v5.9.x to v6.1.8
How to update from v6.1.x to v6.1.8
- Backup your files and your database
- Upload new files to your server and overwrite your old files
- Run Updater at
Code:https://site.com/update
Download:
*** Hidden text: cannot be quoted. ***
Password:
*** Hidden text: cannot be quoted. ***
Previous Versions:
if(!$request->code || strlen($request->code) < 10){
return back()->with('danger', 'Please enter a valid purchase code');
}
$http = \Core\Http::url('https://cdn.gempixel.com/verify/')->withHeaders([
"X-Authorization" => "TOKEN {$request->code}",
"X-Script" => "Premium URL Shortener",
"X-Version" => _VERSION
])->body(['install' => '1'])->post();
if($http->getBody() !== 'Valid'){
return back()->with('danger', 'Please enter a valid purchase code');
}