9.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")

03-14-2015, 05:58 PM
Post: #31
RE:
u had that problem julian?
03-14-2015, 11:16 PM
Post: #32
RE:
Hope that one has Shift Theme For Crea8social.
03-15-2015, 12:39 AM
Post: #33
RE:
i need languages and better admin backend

is that user activity up2date?
03-15-2015, 12:55 AM (This post was last modified: 03-15-2015 12:55 AM by julian71.)
Post: #34
RE:
Yes I had this problem, I get stuck and need a different ip the site to function, weird :\
can someone verify this?
03-15-2015, 05:14 AM
Post: #35
RE:
how long did ur site run till this error comes

did u change something on the core files?
57.gif
03-15-2015, 07:00 AM
Post: #36
RE:
when i am ready i also post german addons language it's 80% ready
03-15-2015, 06:52 PM (This post was last modified: 03-15-2015 06:53 PM by julian71.)
Post: #37
RE:
(03-15-2015 05:14 AM)v00d00 Wrote:  
(03-15-2015 05:14 AM)v00d00 Wrote:  I have not changed anything, I installed plugins,
(03-15-2015 05:14 AM)v00d00 Wrote:  and so anything other something
how much ur removing cross site until the error did u change something basic files?

I have not changed anything, I installed plugins,
03-15-2015, 07:06 PM
Post: #38
RE:
maurya can u look over the script and check for that what julian said and maybe fix it or some1 else
03-15-2015, 09:35 PM
Post: #39
RE:
@julian71
Few questions:
1)Are u using nulled v4 which is shared here? or updating from older version to newer version?
2)are u using vps or dedicated server with static ip or shared hosting?
3)open ur app>>install>>installcontroller.php
and remove this code
public function check()
{
$domain = \Input::get('domain');
$buyerCode = \Input::get('code');
$apiKey = "2ndevom38wcgtiag8r52hrn09rhvb18o";
ini_set('user_agent', 'Mozilla/5.0');

try{
$requestUrl = 'http://marketplace.envato.com/api/edge/procrea8/'.$apiKey.'/verify-purchase:'.$buyerCode.'.json';

$jsonContent = file_get_contents($requestUrl);


if (empty($jsonContent)) return '0';

$jsonData = json_decode($jsonContent, true);


if (isset($jsonData['error'])) return '0';

if (empty($jsonData['verify-purchase'])) return '0';


if ($row = $this->installRepository->check($buyerCode)) {
if ($row->domain != $domain) {
return '0';
} else {
return '1';
}
}

$this->installRepository->addDomain($domain, $buyerCode);

return '1';
} catch(\Exception $e) {
return '0';
}

}

public function deleteCode()
{
$code = \Input::get('code');
$pass = \Input::get('pass');

if ($pass != 'Twalo68395915' or empty($code)) exit('Bad Requeset....by procrea82014');

$this->installRepository->deleteCode($code);
return 'Success Deletion of purchase code and ready for another installation';
}
}
03-16-2015, 01:34 AM
Post: #40
RE:
Somebody so have get this to work: EmojiEmote ???

I have upload it to app - addons and it showing in "Addon Management" in admincp.
And i have Activated it but it still have they same black as default on my test site....

If i go to EmojiEmote Addon - Configurations so have i only "Save" button.
Nothing more!!
33.gif




49.gif