Jump to content
kNigHt

Coailii Password Recovery Admin Panel

Recommended Posts

Posted (edited)

Admin panel for Coailii Password Recovery v1.0

=====================================

[25.10.2015] Small update:

- Added delete feature

- Several bugfixes

=====================================

A4f4QSD.png

KmCwcfm.png

8SA3a4b.png

Link to the tool: Coailii Password Recovery

Created in:

PHP + MySQL

Requirements:

Apache webserver

PHP >= 5.3

MySQL 5

Install notes:

* Upload the admin panel to your PHP-enabled web server

* Go to application/config/db.php and enter your MySQL server data which point to the Coailii database

* Go to application/config/encryption.php and enter the encryption password you wish to enter in the tool

* Go to application/config/urls.php and enter the path to the script.

*** The domain config key is the domain name or IP of the host where the admin panel is.

*** The base_path config key is the url path of the server where the script is.

*** Let's say that our script is uploaded to h t t p : / / efbiai . com /misc/coailii

*** In this case, you should set the domain config key to efbiai.com and the base_path key to /misc/coailii

API path:

h t t p://example.com/path/to/script/api

Default login:

Username:

admin

Password:

admin

Planned ToDo list:

* Add icons next to application names

* Implement data export feature

Coailii Password Recovery Admin Panel: DOWNLOAD

Coailii Password Recovery Admin Panel SQL structure: DOWNLOAD

If you run into any kind of issues, you can reply to this tread.

Have a great day!

Edited by kNigHt
  • Downvote 1
Posted
Unde e api.php ca la celalalte versiuni? Sau ce punem la PHP Panel Path: ?

Pardon, am uitat sa precizez. Path-ul este /api.

Adica daca aplicatia este pe domeniu.com/coai, path-ul catre API este domeniu.com/coai/api.

Posted

In cazul tau, fisierul application/config/urls.php ar trebui sa arate in felul urmator:


<?php

return array(
'domain' => 'darkorbit24.byethost31.com',
'base_path' => '',
'use_ssl' => false
);

Poti sa imi confirmi lucrul acesta?

Posted

[FATAL ERROR] [RUNTIME ERROR] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'b31_16139014_dark.coailii_sessions' doesn't exist Poftim.

Pai ce vrei sa am la 1.5 ram,procesor AMD 1.8 ..

Posted
[FATAL ERROR] [RUNTIME ERROR] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'b31_16139014_dark.coailii_sessions' doesn't exist Poftim.

Pai ce vrei sa am la 1.5 ram,procesor AMD 1.8 ..

Trebuie sa importi .sql-ul in baza de date b31_16139014_dark.

Posted
Untitled.png

Care sa fie problema?

Verifica fisierul "application/config/db.php". Vezi daca are permisiuni de citire si asigura-te ca e de forma asta:


<?php

return array(
'db_hostname' => '127.0.0.1',
'db_username' => 'coailii',
'db_password' => '',
'db_name' => 'coailii',
'db_prefix' => 'coailii_'
);

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...