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

09-30-2014, 03:49 PM
Post: #11
RE:
Hi,

lolclol, Can you help me with adding some additional form option and integrate it to ekattor school management system pro v3.0 ?

Pls let me know. its urgent.
09-30-2014, 03:57 PM
Post: #12
RE:
@np.1400 are you installing In root folder or sub folder? And leave it what it says as it's got the value in the code for the username and purchase code

@tigermate. I have pm you back
09-30-2014, 04:24 PM
Post: #13
RE:
It is not working shows system failed message due to settings. It is >>>[[[Reported by Members as Spam Site]]]<<<
10-01-2014, 01:22 PM
Post: #14
RE:
(08-27-2014 04:00 PM)lolclol Wrote:  Not the latest update 16-8-2014 is the latest this version is full of bugs. If it's the 96-down-.com version it's missing a few files on installation.


I am selling version 3.0 nulled 16-8-2014 all bugs fixed nulled for £10 GBP

[Image: install.png]
[Image: students_dashboard_old.png]


This is what student dashboard should look like
[Image: students_dashboard_new.png]
Not trying to be rude 42rock

what bug did u clean, is it the missing form tables, kindly share's the full code Heart and fix the css before taken the shot

[Image: ekk.jpg]
10-01-2014, 01:39 PM
Post: #15
RE:
(08-27-2014 04:00 PM)lolclol Wrote:  Not the latest update 16-8-2014 is the latest this version is full of bugs. If it's the 96-down-.com version it's missing a few files on installation.


I am selling version 3.0 nulled 16-8-2014 all bugs fixed nulled for £10 GBP

[Image: install.png]
[Image: students_dashboard_old.png]


This is what student dashboard should look like
[Image: students_dashboard_new.png]
Share the Heart , not tryin to be rude 42rock fix the css path and does it working with full student form, did you just bypass the student table property to not null Blush

[Image: ekk.jpg]
46.gif
10-01-2014, 01:43 PM
Post: #16
RE:
registered just to comment this,
10-02-2014, 03:59 PM
Post: #17
RE:
new release
ekattor school management system pro v3.1
10-06-2014, 06:38 PM
Post: #18
RE:
Can't Login...

Login success but redirect Login Form again.
10-06-2014, 09:48 PM
Post: #19
RE:
v3.1 released with some additional features.
10-08-2014, 11:31 AM
Post: #20
RE:
(10-06-2014 06:38 PM)ozghelp Wrote:  Can't Login...

Login success but redirect Login Form again.
u need to apply the ekkator3fix.zip from Loomy or download voky version and replace the code yourself


there are 3 files to be fixed



application/controllers/install.php
application/views/install/install.php
system/libraries/Session.php

some sample found on the net.
on line 656 cut all function ( lines 661 to 724) and put this
Code:
* Write the session cookie
*
* @access public
* @return void
*/
function _set_cookie($cookie_data = NULL)
{
if (is_null($cookie_data))
{
$cookie_data = $this->userdata;
}

// Serialize the userdata for the cookie
$cookie_data = $this->_serialize($cookie_data);

if ($this->sess_encrypt_cookie == TRUE)
{
$cookie_data = $this->CI->encrypt->encode($cookie_data);
}

$cookie_data .= hash_hmac('sha1', $cookie_data, $this->encryption_key);

$expire = ($this->sess_expire_on_close === TRUE) ? 0 : $this->sess_expiration + time();

// Set the cookie
setcookie(
$this->sess_cookie_name,
$cookie_data,
$expire,
$this->cookie_path,
$this->cookie_domain,
$this->cookie_secure
);
}

and working!!!

after success login, there are many incomplete form page when you try to insert data. add the form that you desire or the simple method is to unselect the not null mysql.db field property.

[Image: ekk.jpg]

have fun
19.gif




18.gif