Best Blackhat Forum

Full Version: [GET] CodeCanyon - Ninja Media Script - 9GAG clone - New Update 1.0.9 [UPDATE]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Thw for the reply i'm gonna try it
but i see the oauth on your website is working fine ?
Not sure, but the translation I need is on DATES which the vertion we have doesnt have, maybe if someone here that can code, could do it, and also fix the facebook issue.
In order for the password reset to work you'll need to add your gmail address and password to:

app/config/mail.php

Change line 57:

'from' => array('address' => 'ninjamediascript@gmail.com', 'name' => 'Ninja Media Script'),
Then on line 83:

'username' => '',
Add your gmail username/email

Finally line 96, you'll add your password:

'password' => '',
And you should be all good to go :)

Note, be sure you are using a gmail account. Thanks. TTYS :)
For those who have problems using Facebook oauth try this, this was the only thing that worked for me after a lot of tests.

Go to this file and open it:
app/controllers/UserController.php

Find this line:
$result = json_decode( $fb->request( '/me?fields=picture,email,id,username' ), true );

Replace that with this:
$result = json_decode( $fb->request( '/me?fields=email,name' ), true );

Save and upload the new file to the server, be sure to replace the old one.

That worked for me. If that doesn't work make sure you have the configuration of your Facebook App correctly.
Given URL is not allowed by
the Application configuration.: One or more of the given URLs is not
allowed by the App's settings. It must match the Website URL or Canvas
URL, or the domain must be a subdomain of one of the App's domains.
any help pls?
Maybe someone have 1.0.9?
I'd be interested in 1.0.9 also if you could share that with us. Thank you.
WOuld be awesome hopefully they fix the date problem for other languages.
Someone who have new update 1.0.9? :)
Maybe someone have 1.0.9?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Reference URL's