25.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

10-12-2015, 01:00 PM
Post: #51
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
Thank you for share update.
10-13-2015, 02:49 AM (This post was last modified: 10-13-2015 04:02 AM by Xecution.)
Post: #52
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
Darn, this is not working for me. It uploads and fires up for me, but the login/registration isn't working at all or even querying the database.

Not to mention the file size difference between v1.5 and v1.6 being much smaller.

My prognosis, the 1.6 update is no good.

What does work tho... is the themes, which I simply added to the v1.5. So thanks for that.
B E S T B L A C K H A T F O R U M
(™))::::::::({/,/,/,/,// X 3 C //,/,/,/,/,/,/,`>
10-13-2015, 03:26 AM
Post: #53
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
(10-13-2015 02:49 AM)Xecution Wrote:  Darn, this is not working for me. It uploads and fires up for me, but the login/registration isn't working at all or even querying the database.

Not to mention the file size difference between v1.5 and v1.6 being much smaller.
I looked into a few files as-well and a lot of code has been cut out.

My prognosis, the 1.6 update is no good.

What does work tho... is the themes, which I simply added to the v1.5. So thanks for that.
But hopefully we can get the real release that ins't cookie cut.

this was downloaded directly from codecanyon.
i have no idea why you are facing this problem.
i guess we have to wait for next update then.
10-13-2015, 04:04 AM
Post: #54
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
Yea, it's strange... I have been going through and comparing the 1.5 and 1.6 and there are defiantly some changes that are obvious. I can see he separated the admin.php? into an actual /admin directory, I can see the gift addons and code. However, the login, register, recovery, isn't working. There are a lot of files to compare, but as of now, I am unable to get it working.

Did you purchase this release and have direct download from CodeCanyon?
B E S T B L A C K H A T F O R U M
(™))::::::::({/,/,/,/,// X 3 C //,/,/,/,/,/,/,`>
10-13-2015, 04:15 AM
Post: #55
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
(10-13-2015 04:04 AM)Xecution Wrote:  Yea, it's strange... I have been going through and comparing the 1.5 and 1.6 and there are defiantly some changes that are obvious. I can see he separated the admin.php? into an actual /admin directory, I can see the gift addons and code. However, the login, register, recovery, isn't working. There are a lot of files to compare, but as of now, I am unable to get it working.

Did you purchase this release and have direct download from CodeCanyon?

nope, i got it from a guy, i made a deal with him.
i'll talk about it with him.
and if a new update releases, i'll update the thread as soon as possible.
34.gif
10-13-2015, 04:53 AM
Post: #56
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
alright looks like i fixed it by doing a little research. no more white page and the login, register, recovery working fine as well.
do this:
open the "config.php" with a text editor from "/app/core/config/config.php"
change the domain link($domain = 'http://localhost';) with your website link.
example: $domain = 'http://bestblackhatforum.com';
10-13-2015, 05:02 AM (This post was last modified: 10-13-2015 05:03 AM by Xecution.)
Post: #57
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
(10-13-2015 04:53 AM)mdarparvez Wrote:  alright looks like i fixed it by doing a little research. no more white page and the login, register, recovery working fine as well.
do this:
open the "config.php" with a text editor from "/app/core/config/config.php"
change the domain link($domain = 'http://localhost';) with your website link.
example: $domain = 'http://bestblackhatforum.com';

Yea, I tired that. No success. I wan't to see if anyone has gotten the 1.6.2 working successfully. It could be something stupid like the database on my end...

I am went through the Android App too, and it's really basic... but gets the job done. Since the developer didn't release any docs on changing the android app, here is what you want to do:

I use Android Studio...

1. Open up the build.gradle file. Uncheck "compact empty middle packages".
2. Android > App > Src > Main > Assets AppConfig.json
- (Replace with your URL on all of the lines in that file)

To Edit the icons and such just edit the files in:

Android > App > Src > Main > Res

When you're done:
Build > Generate Signed APK > Create New "fill in the blanks"
B E S T B L A C K H A T F O R U M
(™))::::::::({/,/,/,/,// X 3 C //,/,/,/,/,/,/,`>
10-13-2015, 05:10 AM (This post was last modified: 10-13-2015 05:12 AM by costadom.)
Post: #58
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
(10-13-2015 05:02 AM)Xecution Wrote:  
(10-13-2015 04:53 AM)mdarparvez Wrote:  alright looks like i fixed it by doing a little research. no more white page and the login, register, recovery working fine as well.
do this:
open the "config.php" with a text editor from "/app/core/config/config.php"
change the domain link($domain = 'http://localhost';) with your website link.
example: $domain = 'http://bestblackhatforum.com';

Yea, I tired that. No success. I wan't to see if anyone has gotten the 1.6.2 working successfully. It could be something stupid like the database on my end...

I am went through the Android App too, and it's really basic... but gets the job done. Since the developer didn't release any docs on changing the android app, here is what you want to do:

I use Android Studio...

1. Open up the build.gradle file. Uncheck "compact empty middle packages".
2. Android > App > Src > Main > Assets AppConfig.json
- (Replace with your URL on all of the lines in that file)

To Edit the icons and such just edit the files in:

Android > App > Src > Main > Res

When you're done:
Build > Generate Signed APK > Create New "fill in the blanks"

I Have...here is the Link http://easydates24.net

All is working fine ... inkl Android App
[Image: banner.png]
10-13-2015, 05:13 AM (This post was last modified: 10-13-2015 05:14 AM by Xecution.)
Post: #59
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
Yea, I screwed up... Rather than creating a new database I just used the old one. Explains the issue with the script wanting to communicate with the database. Anyhow, tested in localhost and all is working. :)

I went through it pretty thorough and didn't find anything encoded or dirty either, so that's a plus.


@Costadom: Nice photo bro. Lol. You look like a metal head. (like myself) \m/
B E S T B L A C K H A T F O R U M
(™))::::::::({/,/,/,/,// X 3 C //,/,/,/,/,/,/,`>
10-13-2015, 05:16 AM
Post: #60
RE: [GET] MatchMe - Complete Dating Script v1.6.2 [Updated: October 11, 2015]
(10-13-2015 05:13 AM)Xecution Wrote:  Yea, I screwed up... Rather than creating a new database I just used the old one. Explains the issue with the script wanting to communicate with the database. Anyhow, tested in localhost and all is working. :)

I went through it pretty thorough and didn't find anything encoded or dirty either, so that's a plus.


@Costadom: Nice photo bro. Lol. You look like a metal head. (like myself) \m/

Thanks Bro. yes Metal and other Rock ;)
11.gif
[Image: banner.png]




72.gif