Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (BrainSailor), 857 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19054 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 3 1 2 3
AckMySQL #333594
07/17/10 13:49
07/17/10 13:49
Joined: May 2009
Posts: 445
Peine, Germany
Razoron Offline OP
Senior Member
Razoron  Offline OP
Senior Member

Joined: May 2009
Posts: 445
Peine, Germany
Currently, I'm working with the MySQL functions to boost my serverlist and created a plugin, because I couldn't find a working plugin for A7.
Download: http://razgames.de/wp-content/uploads/Ackmysql.zip
A commented test script is included.

New version:
New features:
- Threaded queries
- Help file

Threaded queries is not that tested, but it should work.
Any other features needed?

Download: http://razgames.de/wp-content/uploads/Ackmysql-1.1.zip

Cu

Last edited by Razoron; 07/17/10 19:01.
Re: AckMySQL [Re: Razoron] #333596
07/17/10 14:37
07/17/10 14:37
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
cool!
i like thes dll!


Visit my site: www.masterq32.de
Re: AckMySQL [Re: MasterQ32] #333598
07/17/10 15:24
07/17/10 15:24
Joined: Nov 2002
Posts: 913
Berlin, Germany
S
SchokoKeks Offline
User
SchokoKeks  Offline
User
S

Joined: Nov 2002
Posts: 913
Berlin, Germany
I'm currently using the original A6mysql by Destop, it works perfectly with A7, but doesn't support dynamic string resizing for the results it gets from the database.

Could you add threads to the plugin, so that the whole game doesn't have to pause when you do a large request? that is a must for a professional game server, and something that I'm really missing with A6mysql.

Re: AckMySQL [Re: SchokoKeks] #333599
07/17/10 15:28
07/17/10 15:28
Joined: May 2009
Posts: 445
Peine, Germany
Razoron Offline OP
Senior Member
Razoron  Offline OP
Senior Member

Joined: May 2009
Posts: 445
Peine, Germany
I tryed it, i didn't work for me. However, that is not that easy, but possible.

Last edited by Razoron; 07/17/10 15:28.
Re: AckMySQL [Re: Razoron] #333601
07/17/10 15:35
07/17/10 15:35
Joined: Nov 2009
Posts: 37
X
XuserTM Offline
Newbie
XuserTM  Offline
Newbie
X

Joined: Nov 2009
Posts: 37
a lot of thanks.I was looking for one week.I very very happy grin

Re: AckMySQL [Re: XuserTM] #333606
07/17/10 16:20
07/17/10 16:20
Joined: Nov 2009
Posts: 37
X
XuserTM Offline
Newbie
XuserTM  Offline
Newbie
X

Joined: Nov 2009
Posts: 37
okey .
I want ask a question?
How I can get row number?

var abc = ackmysql_query_result("SELECT * FROM hesaplar WHERE Hesap='ccc'",1);
wait(1);
row_num = ackmysql_num_rows(abc);
ackmysql_fetch_row(1, 0, abcsd);

Bud always , row_num = 1 ; :S

Re: AckMySQL [Re: XuserTM] #333608
07/17/10 16:32
07/17/10 16:32
Joined: May 2009
Posts: 445
Peine, Germany
Razoron Offline OP
Senior Member
Razoron  Offline OP
Senior Member

Joined: May 2009
Posts: 445
Peine, Germany
ackmysql_query_result returns a BOOL.
1 = TRUE = ACKMYSQL_SUCCESS
0 = FALSE = ACKMYSQL_FAILURE
You need to use the result you stored before with ackmysql_query_result as parameter.
row_num = ackmysql_num_rows(1);
You stored the result in an array with as index of 1.

Re: AckMySQL [Re: Razoron] #333609
07/17/10 17:02
07/17/10 17:02
Joined: Nov 2009
Posts: 37
X
XuserTM Offline
Newbie
XuserTM  Offline
Newbie
X

Joined: Nov 2009
Posts: 37
What time the update?

Re: AckMySQL [Re: XuserTM] #333620
07/17/10 18:39
07/17/10 18:39
Joined: May 2009
Posts: 445
Peine, Germany
Razoron Offline OP
Senior Member
Razoron  Offline OP
Senior Member

Joined: May 2009
Posts: 445
Peine, Germany
Originally Posted By: XuserTM
What time the update?

Now!
New features:
- Threaded queries
- Help file

Threaded queries is not that tested, but it should work.
Any other features needed?

Download: http://razgames.de/wp-content/uploads/Ackmysql-1.1.zip

Last edited by Razoron; 07/17/10 18:41.
Re: AckMySQL [Re: Razoron] #333622
07/17/10 18:51
07/17/10 18:51
Joined: Nov 2009
Posts: 37
X
XuserTM Offline
Newbie
XuserTM  Offline
Newbie
X

Joined: Nov 2009
Posts: 37
thanks laugh I try

Page 1 of 3 1 2 3

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1