Coder Social home page Coder Social logo

muhammad-shariq / exclusiveunlock Goto Github PK

View Code? Open in Web Editor NEW
58.0 10.0 33.0 4.92 MB

GSM Code selling store via IMEI or File.

License: MIT License

PHP 70.00% HTML 0.30% CSS 8.28% JavaScript 20.90% ActionScript 0.45% Hack 0.05%
imei gsm unlocking dhru-fusion

exclusiveunlock's People

Contributors

muhammad-shariq avatar n4j1br4ch1d avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

exclusiveunlock's Issues

Cant add api and other entries more than one.

Many restriction are there. cant change admin email but password and name.
cant add more api's more than 1
cant add brands more than 1,
even every option cant add more than one.

added api does not shows services list in panel to select and show in our panel.

A PHP Error was encountered

Deprecated: Optional parameter $level declared before required parameter $message is implicitly treated as a required parameter in C:\xampp\htdocs\exclusiveunlock\system\core\Common.php on line 350
A PHP Error was encountered
Severity: 8192

Message: Optional parameter $level declared before required parameter $msg is implicitly treated as a required parameter

Filename: libraries/Log.php

Line Number: 72

Deprecated: Optional parameter $level declared before required parameter $msg is implicitly treated as a required parameter in C:\xampp\htdocs\exclusiveunlock\system\libraries\Log.php on line 72

Fatal error: Cannot declare class CI_Log, because the name is already in use in C:\xampp\htdocs\exclusiveunlock\system\libraries\Log.php on line 27

White page

After install the script all the front page it's white if I change to development environment return this:

`A PHP Error was encountered

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 257`

Sql Script

Error SQL:

--
-- Constraints for table gsm_member_fileservices

ALTER TABLE gsm_member_fileservices
ADD CONSTRAINT gsm_member_fileservices_ibfk_1 FOREIGN KEY (MemberID) REFERENCES gsm_members (ID) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT gsm_member_fileservices_ibfk_2 FOREIGN KEY (FileServiceID) REFERENCES gsm_fileservices (ID) ON DELETE CASCADE ON UPDATE CASCADE
MySQL ha dicho: Documentación

#1452 - Cannot add or update a child row: a foreign key constraint fails (majacaem_exclusiveunlock.#sql-2d03b_1b0abf, CONSTRAINT gsm_member_fileservices_ibfk_1 FOREIGN KEY (MemberID) REFERENCES gsm_members (ID) ON DELETE CASCADE ON UPDATE CASCADE)

Anyone still using this script?

Hi,

Anyone still using this script? I installed it and imported IMEI services from API Manager. It said record added message successful, but no IMEI services displayed anywhere.

Anyone please advise.

Thanks!

Tony

API Not Work

I installed this script...in this, dhru fusion api not work ...why ? sir

Failed to import database

Failed to import database

---- Constraints for table gsm_member_fileservices--ALTER TABLE gsm_member_fileservices ADD CONSTRAINTgsm_member_fileservices_ibfk_1 FOREIGN KEY (MemberID) REFERENCES gsm_members (ID) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT gsm_member_fileservices_ibfk_2 FOREIGN KEY (FileServiceID) REFERENCES gsm_fileservices (ID) ON DELETE CASCADE ON UPDATE CASCADE;

#1452 - Cannot add or update a child row: a foreign key constraint fails (exclusiveunlock.#sql-ed8_166, CONSTRAINT gsm_member_fileservices_ibfk_1 FOREIGN KEY (MemberID) REFERENCES gsm_members (ID) ON DELETE CASCADE ON UPDATE CASCADE)

Installation problems

Dear developer,

I found your project quite interesting and want to test and see it. Maybe use it in the future.
I have some issues with installing, I did all the installation parameters at the end my website does not load and show error 500.

The only problem that I had for sure is the database full name, but I change this at the files.
I think Apache port also was the problem you were using: 8000 and I needed to change mine to 80
But this did not help too.

How do I troubleshoot this so I can provide you as much information I can so we can solve it?

I think the issue is also with the name of the database on my hosting server I can not enter as database name full "exclusiveunlock" due to my username add its like "username_ exclu" company cuts the full name because its big.

Cron jobs not done

Someone done this script?
I have issue with cron jobs.
The Cron jobs not past the order to server

Unable to import the admin_exclusiveunlock dump:

Unable to import the admin_exclusiveunlock dump:
ERROR 1452 (23000) at line 1269: Cannot add or update a child row: a foreign key constraint fails (admin_exclusiveunlock.#sql-2c6_10d3f, CONSTRAINT gsm_member_fileservices_ibfk_1 FOREIGN KEY (MemberID) REFERENCES gsm_members (ID) ON DELETE CASCADE ON UPDATE CASCADE)
Traceback (most recent call last):
File "/opt/psa/admin/sbin/dbbackup", line 6, in
File "/opt/psa/lib/modules/python/dbbackup/dbbackup.py", line 99, in main
restore(options, password)
File "/opt/psa/lib/modules/python/dbbackup/dbbackup.py", line 88, in restore
raise Exception("program 'mysql' finished with non-zero exit code: %d" % p.returncode)
Exception: program 'mysql' finished with non-zero exit code: 1

Can't login on Admin Panel

Please Help me have the error

public_html/application/models/employee_model.php on line 70

public function get_roles($params = false)
{
$this->db->select("hr_modules_access.*,hr_modules.Title,hr_modules.Slug");
$this->db->from("hr_modules_access");
$this->db->join("hr_modules","hr_modules.ID = hr_modules_access.ModuleID", "inner");
if($params)
{
$this->db->where($params);
}
$query = $this->db->get();
return $query->result_array(); --- Here is the line 70

Script problem

Dear Sir,

I have installed the script and done everything according to your instructions. However, the site is not loading. When I tried to import the database, I got this error:-

Error

Static analysis:

2 errors were found during analysis.

An opening bracket followed by a set of values was expected. (near "CREATE" at position 472)
Unexpected token. (near "CREATE" at position 472)

SQL query:

-- -- Dumping data for table hr_employees -- INSERT INTO hr_employees (ID, FirstName, LastName, Email, Password, Token, CreatedDateTime, UpdatedDateTime, IsAdmin, Status) VALUES (1, 'Admin', 'Admin', '[email protected]', '6e9bece1914809fb8493146417e722f6', '', '2013-05-31 15:08:36', '2018-02-20 05:59:38', 'Yes', 'Enabled'), -- -------------------------------------------------------- -- -- Table structure for table hr_modules -- CREATE TABLE hr_modules ( ID mediumint(7) UNSIGNED NOT NULL, Title varchar(255) NOT NULL, Slug varchar(255) NOT NULL, CreatedDateTime datetime DEFAULT NULL, UpdatedDateTime datetime DEFAULT NULL, Active enum('Enabled','Disabled') DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE hr_modules (
ID mediumint(7) UNSIGNED NOT NULL,
Title var' at line 14

Will you be able to help me please?

Add credits error

Hi there. Awesome work. Can you please tell me why do i have a white (blank) page after i press add found? Should i be redirected to PayPal but i have white page instead with this url: *********/index.php/member/checkout.html
PS: All fields in PayMent Method / Paypal, was filled with my info.
Thank you

Credit api

Can this be used to make api for credits. I have a tool i want to require credits to use. Also does this script work on newest pho version?

error 500 xampp , lamp

Always i get a error 500 , I set
$config['base_url'] = 'http://localhost/';

but is the same, I set a dbsql and I. get the same error

Need help

Thanks you for the work

I interesting the unlock service by IMEI
Installed your script on my website my-IMEI.info. Now I have two problems
Can’t add found
I added my api working fine but if used the imported api service not working all time status have pending

Thanks you advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.