



Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
03-31-2015, 06:21 PM
Post: #91
|
|||
|
|||
RE:
+rep added. Kindly share blog addon for crea8social
http://codecanyon.net/item/blog-addon-fo...-/10577663 Please |
|||
03-31-2015, 08:00 PM
(This post was last modified: 03-31-2015 08:11 PM by Cimmerian.)
Post: #92
|
|||
|
|||
RE:
(03-31-2015 01:19 AM)voky Wrote: cheers. to null 4.1 yoy can this is not gonna work on version 4.1, as setup procedure was tweaked. to make it work, you have to replace the code, which you reference to be in line 73 ( PHP Code: return $this->instalRender(\View::make('install.index', ['error' => $error]), ''); with PHP Code: \Session::put('valid-usage','1');return \Redirect::route('install-db-info'); otherwise it will be cycling you through the 1st page forever. also, guys, be aware, that in version 4.1 developer added a function, that writes to the log on his server domain name where this software is installed. |
|||
04-01-2015, 02:49 AM
Post: #93
|
|||
|
|||
RE:
from where i can edit this copyright .
Copyright © 2014 CreA8social. All rights reserved. please help me which file do i need to edit Thank you |
|||
04-01-2015, 04:31 AM
Post: #94
|
|||
|
|||
RE:
@avantor. try searching for footer in the cearch bar of the folder..
and yeah just seen the function in the function.php. I would watch where you install it guys.. the author looks like he don't like it being nulled if her/she is going to extreme length to put lines of code in multiple places. but I guess it keep us more active to finding them and still nulling it. |
|||
04-01-2015, 05:20 AM
Post: #95
|
|||
|
|||
RE: | |||
04-01-2015, 05:52 AM
(This post was last modified: 04-01-2015 06:03 AM by rameshten.)
Post: #96
|
|||
|
|||
RE:
@Avantor >>app\lang\en\home.php>>change line no 24
to null this script>> additional steps>>open function.php>>remove or make changes in line number 184 and 214 remove or edit this line 1)function sendfinsta() {ini_set('user_agent', 'Mozilla/5.0');$result = file_get_contents("http://crea8social.com/log/install?domain=".\Request::server('HTTP_HOST')."");} 2)Route::filter('i',function(){if (!\Session::has('valid-usage')) {sendfinsta();return \Redirect::to('/install');}}); |
|||
04-01-2015, 08:37 AM
Post: #97
|
|||
|
|||
RE:
hmm did 4.1 worked for anyone?
|
|||
04-01-2015, 01:02 PM
Post: #98
|
|||
|
|||
RE: | |||
04-01-2015, 02:28 PM
Post: #99
|
|||
|
|||
RE:
(03-31-2015 06:08 AM)ShareCash Wrote: HIreplace filter.php with this file http://www34.zippyshare.com/v/TIiIyTD9/file.html |
|||
04-01-2015, 04:42 PM
(This post was last modified: 04-01-2015 04:45 PM by v00d00.)
Post: #100
|
|||
|
|||
RE: | |||