Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - acdctabs

Pages: [1]
1
Beta Testing / Re: little export problem
« on: December 11, 2011, 05:13:19 AM »
fix the "" problem but create another one because of ANSI / UTF8.

Thanks anyway, i'll continue to remove "" manually ^^

2
Beta Testing / Re: little export problem
« on: December 04, 2011, 04:16:29 PM »
That's the part of the code I'm using :

Code: [Select]
$fic = fopen($dossier . $fichier, "r");
$i = 0;
while (!feof($fic)) {
$ligne = fgets($fic);
$liste = explode(",",$ligne);
$i++;
if ($i < $NbLigne) {$pseud = substr($liste[1], 0, -2);} else {$pseud = $liste[1];}

where $dossier & $ficher are the path/name of file

so we can say it's my own code but i did'nt invent it, I copy it from a friend who did the same thing before (and can't tell you where he finds it or if he invents it)

3
Beta Testing / Re: little export problem
« on: December 03, 2011, 07:24:03 AM »
My own php code :)

And I only use "nicknames" "notes" & "rank".

4
Beta Testing / Re: little export problem
« on: November 30, 2011, 06:06:28 PM »
Long story ... I'll try to make it short.

I use csv to  export players after tournaments, csv format, to send it to a database.
The quotations are embarrassing because I need to edit the file to remove them before sending it to the database.

So if i could desactivate the quotes i'll be happy :)

5
General Discussion / Re: Barcode Scanning+thermal printer
« on: November 30, 2011, 05:52:25 PM »
Correct, there is no "Auto perform action" checkbox on the Find section of the Bust Players Out dialog.  I most like omitted it because it doesn't make as much sense as on other dialogs, since a hitman must [usually] be selected as well.  But it could be added.
Sounds good :)
Quote
On the Preferences tab, in the Behavior section, if you uncheck Allow selection of hitman when busting players out, the Hitman selection pane will not show on the Bust Players Out dialog.
Thanks for the tip :)

6
General Discussion / Re: Barcode Scanning+thermal printer
« on: November 30, 2011, 12:08:21 PM »
I can desactivate the hitman, it change "nothing".
There is not the "auto-action perform" available on bust player menu. (or I didn't find it ...)

7
Beta Testing / Re: little export problem
« on: November 30, 2011, 11:59:40 AM »
It was not the case before.
Could you put a case I can check to desactivate it ?

8
Beta Testing / little export problem
« on: November 30, 2011, 05:41:56 AM »
Hi,
when you "extract" rank / names at the end of the tournament without column name, it make some "" "" around first line of csv anyway.
If you could correct it, it will be great :)

9
General Discussion / Re: Barcode Scanning+thermal printer
« on: November 30, 2011, 05:34:23 AM »
Hi guys, i'm really interested by this topic.

I got the "barcode reader", but how do you make it work ?
I mean how do I buy in a player with the barcode ?
ctrl+B and scan the "nickname" do nothing, do i need another key before "sending the name" ?

-edit-
Found it :)
Preferences / Behavior / "Show Find on playres dialogs"
and "auto perform action" checked on buy-in screen

Need the same thing when i Bust someone, it filters the name but don't find a way to "kick" him
(if I don't care about the Hitman)

Pages: [1]