Php gmc base on bk gmc release

Status
Not open for further replies.
QT is better than VS
Joined
Jul 29, 2009
Messages
905
Reaction score
388
Php gmc editor


PHP GMC v0.1.8 (revision)

NOTICE VERY IMPORTANT THIS VERSION DONT NEED YOU TO MANUAL EDIT THE PHP FILE.
IT WILL AUTOMATICALLY WRITE THE SETTING AFTER YOU LOG-IN. AFTER LOG-IN IT WILL ASK FEW SETTING LIKE: MSSQL ACCOUNT AND ALLOW YOU TO CHANGE THE DEFAULT PASSWORD.


Username : administrator
password : administrator
FEATURE ADDED:
  • DETECTOR ONLINE OFFLINE (character & account)<-green appear if online
  • UPDATE ACCOUNT INFO (change USERTYPE,PASS,PIN,POINT, etc)
  • ADDED NEW FILTER IN ITEM SENDER (if user not exist return false/fail)
  • FIX FEW JS SCRIPT SLIGHTLY BUGGY IN OLDER RELEASE
  • ADDED LOGGIN SYSTEM
  • ADDED ITEM ADD USING SELECT ITEMS IN LIST
  • SHOW LOCKER CONTENT (function delete/edit remove)
  • ITEM BANK (function delete/edit remove)
  • FASTER/BETTER SECURE

OLD FEATURE ARE SAME WITH BK.
ADD/EDIT/DELETE ITEM

RECOMMENDATION: htaccess will help you to protect your gmc.ini

GO TO TEXTFILE FOLDER REPLACE MSSQLHOST/USER/PASS ONLY. clear???

Best Regards,
TEARHEAR18
 

Attachments

Last edited:
tearhear18 - Php gmc base on bk gmc release - RaGEZONE Forums

y?

Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in C:\Abyss Web Server\htdocs\gmc\model\dbworker.php on line 8

this still in beta mode or what
 
tearhear18 - Php gmc base on bk gmc release - RaGEZONE Forums

y?

Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in C:\Abyss Web Server\htdocs\gmc\model\dbworker.php on line 8

this still in beta mode or what

htdocs\gmc\model\dbworker.php <--- Edit the SQL Address username and password to make it worked.
 
htdocs\gmc\model\dbworker.php <--- Edit the SQL Address username and password to make it worked.
already change..but still same error
PHP:
class dbobjects{
	var $host="banana-PC\SQLEXPRESS";
	var $user="sa";
	var $pass="1234";
	var $db="RanGame1";
	public function __construct(){
		mssql_connect($this->host,$this->user,$this->pass) or die("db error");
		mssql_select_db($this->db);
	}
 
HI GUYS THIS MIGHT HELP YOU:: GMC PHP version 0.1.1

it not yet comes to version 1.0.0 meaning, due to gradual coding of feature
but i think this is good enough to touch it in public while on progress to gather more data...

FEATURE WORKING AND STABLE:
* Character Inventory Real Item Inventory Position
* Upgrade/Edit Item RV's Upgrade Values etc. same in GMC bk
* ADD Item by id or by select
* DELETE Item in inventory
* Show Locker in every account. you can snoop what item inside the locker 1,2,3,4
* Get Basic Info (warning class is not yet updated since i dont know clasnum but i fix it in higher version release
* I think I finish coding the hardest part of editor the rest is easy to go through..

I DO NOT HAVE SCREENIES YET BUT HOPE SOME ONE WILL DO...
===================================================
CONFIGURATION: model/dbworker.php sql/user/pass

PUT YOUR ITEMSTRTABLE.txt,SKILLSTRTABLE.txt to TEXTFILE FOLDER (decrypted same as mine)
====================================================
COMPATIBILITY: version 0.1.1 support all type episodes
-------------------------------------------------------------------

this is continuously updated hope you like it...

[email protected]

credits: to all of us. just press like . and it serves as credit to me


this is pretty good because even your not infront of your PC you can edit anything even in you Cellphone as long as you have line/ connection... Keep it up..:thumbup:
 
already added in next version..

login -
requirement checker - db,and configuration will be ask on first run time
if db doesnt exist it will automatically generate new db.
some loading bars
few changes in script.. maybe improvement so called.. :D

EST: this evening for sure. since no work today. flood,flood, till tomorw
 
Last edited:
already added in next version..

login -
requirement checker - db,and configuration will be ask on first run time
if db doesnt exist it will automatically generate new db.
some loading bars
few changes in script.. maybe improvement so called.. :D

EST: this evening for sure. since no work today. flood,flood, till tomorw

sir in the skill tab, how can i add skills?
 
skill add not yet added .. maybe after posting fixes.... but maybe next time it will be coded for sure. it depend on my free time :)
 
@ TS,
in Item Sender TAB hope to include the following options:
1. Send Items to Online Users Only
2. Send Items individual User only and
3. Send Items to All

and also requesting to have additional TAB Button to view following info's:
UserNumber, Username, Usertype, characters, Level, RB, money ETC..
something like that in my SS..
Im sure this is pretty easy for you to include since this is .bk base panel.

Thanks..
 

Attachments

  • suggest - Php gmc base on bk gmc release - RaGEZONE Forums
    suggest.webp
    13.6 KB · Views: 255
there's trace user ip on it (accountsearch) (not tested yet if working) xD
 
you dont need to open it since it is encrypted once you change it. the gmc wont run or start normally..
@dahryl..
hmm checking the file update. pls download update . when i put new link on main thread
-----------
@all
if you encounter error on this version download updated version at mainthread
i dunno why others have bugs but i already fix it ..
just download if you found error..
 
Last edited:
Status
Not open for further replies.
Back