Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
03-25-2013, 11:25 AM
(This post was last modified: 07-13-2013 11:00 AM by malicious.)
Post: #1
|
|||
|
|||
[GET] Skadate 9.2.2657 + Skadate Me-9.2555 Mobile Edition (BestBlackhat exclusive!!!)
Hello fellow members, i am a new member here, as i have allready gained profit from here and didnt even introduce myself i thought it is time to make a good share....
Skadate 9.2.2657 was allready released here and at several forums, it´s nothing new. What you can´t find in these versions is the mobile version.... As far is i could see the latest release is a mobile edition 7.x. through some good research i found version 8 in a directory... I was so happy :) I went a step further and included the filename and could find version 9.... . Checked it for callbacks etc... nothing there. Its also completely unencrypted so you can have a look yourself if you dont trust my words. The other version is the version nulled by SDF and comes with all language packs also. Enjoy! Skadate 9.2.2657
Online Dating Software and Community Script
Build your own dating/community site with SkaDate dating software 100% unencrypted source code Lifetime software updates Free customer support forum Full-featured package at a one-time fee Free software installation Free SkaDate branding removal Video tutorials and manuals Free social networking and dating templates Download: Magic Button : Mobile Edition [hide]http://www.uploadmagnet.com/yalu93g50s5j/version_9_Mobile_Edition_SkadateMe-9.2555.tar.gz (most updated) http://dfiles.eu/files/pheg8mrm6 http://www.load.to/8oZTOHY3pR/version_9_...555.tar.gz [/spoiler] SkaDate Mobile Solutions represent mobile versions of your site powered by SkaDate Dating Software.
SkaDate mobile solutions is another great advantage for your site powered by SkaDate Dating Script, encouraging members to communicate and interact in a number of ways, as well as get the best of their online dating experience no matter where they are - at home with a cup of tea, or on a trip with their favourite mobile device. SkaDate Mobile Browser Version is a part of the base SkaDate Dating Software pack. Don´t forget to enable url redirection for the mobile edition in the Admin panel as well as chmod 777 the /m/applications/cache/ folder to make it work without errors. For the other installation refer to one of the installation guides you can find on google... Ah just one more tip: If you are switching from an older version (i.e. 7.x or 8.x...) you will not be able to install one database over the other. The script available does not give you the update files needed... so here is my solution: Make a backup of your old database, as well of the $ folders and what you modified and want to still use, i made a copy of it on my server to test around a bit. Open both sql files in a good text or html editor which supports mass replacement of text (i.e. notepad++ or dreamweaver). Search for all INSERT INTO and replace it with INSERT IGNORE INTO. This way you will be able to upload the databases without getting errors that the table exists. It will just ignore full tables. I firstly made a backup of the fresh installed db, then removed profile and some other stuff, looked up the code for changes and checked script for errors by trying to register, log in etc... the tricky part is to migrate the old passwords which are still plain text to the hashes... To save you some time: It is not md5 has it is salt+md5. To get the hashes you will need to either find out the hash by registering a new account and entering the desired pass, then look it up in the db via phpmyadmin and edit the profile with the needed hash. You can also write a php function or in some other programming language you may know that will read the needed fields and convert it automatically. If you got a really big project going on and you are willing to pay i may code you such a program. SkaDate Mobile Apps is a one-time cost add-on that you can get at just $149. Contact our pre-sale team for any more questions. Sorry for the late update, added 10 more mirrors |
|||
03-27-2013, 07:48 AM
Post: #2
|
|||
|
|||
RE:
hi i'm getting a redirect loop on the mobile version .. :S is there anyways to fix that ??
|
|||
03-27-2013, 03:51 PM
Post: #3
|
|||
|
|||
RE: | |||
03-28-2013, 11:00 PM
Post: #4
|
|||
|
|||
RE:
hi
i'm also getting a redirect loop on the mobile version .. please provide me the solution... Waiting for your reply... |
|||
03-29-2013, 01:01 AM
Post: #5
|
|||
|
|||
RE:
For those having redirection issues check the following:
Be sure to have the mobile option enabled and beeing redirected to the folder "/m/" or if you changed the name, then you have to change it. (can be found in the admin panel-add ons-SkadateME) also in this "/m/" folder you have to edit the file mconfig.php and enter the full path to the mobile version, like this: PHP Code: define('MOBILE_SITE_DOMAIN', 'http://yoursite.com/skadate/m/'); Also in the "m/application/" folder, be sure that the cache folder is set to 777 recursive for all files and folders in it. Hope that helped... |
|||
03-30-2013, 09:10 AM
Post: #6
|
|||
|
|||
RE:
The site is open)). But when I enter my login and password wrote Not Found
The requested URL / m / index was not found on this server. why? |
|||
04-01-2013, 05:57 AM
Post: #7
|
|||
|
|||
RE:
Are you sure you uploaded the "m" folder to your scripts root folder amd configured it right?
Read the whole post, additionall look up the htaccess file in m folder and change kohana to m folder, that worked for another user. But i whould firstly check your website structure if the folder m really exists or not, you have to upload only this folder of the mobile version, additionally to the main script. |
|||
04-02-2013, 07:58 AM
Post: #8
|
|||
|
|||
RE:
How change kohana to m folder?
Thanks |
|||
04-02-2013, 04:32 PM
Post: #9
|
|||
|
|||
RE:
Go to the "m" folder you uploaded before (and configured right...) find the .htaccess file there and edit:
#RewriteBase /kohana/ to #RewriteBase /m/ For me it worked without doing this, but another user resolved it by doing this. basically the permissions i mentioned in before posts, editing the config file and enabling it should work. It may be differences between the hosts, this script has strong requirements, you can compare your servers specs. with the one´s mentioned here: Skadate Server Requirements |
|||
04-03-2013, 06:33 AM
Post: #10
|
|||
|
|||
RE: | |||