Search found 14 matches

by fra
Thu Mar 08, 2007 3:03 pm
Forum: Off-topic
Topic: Databse & C++?
Replies: 23
Views: 1560

yes ETNA can use encription system as you can see in the examples. This way the hacking would be most dificult :wink: . But it is still possible ... about reading php pages script, i think it is possible if you can read the page as a simple text document, which is only possible on the server, so i d...
by fra
Thu Mar 08, 2007 12:23 pm
Forum: Off-topic
Topic: Databse & C++?
Replies: 23
Views: 1560

ok, in fact they will not do what they want with the database but they'll can for exemple cheat their own player datas (for example if the game use a page like : "http://mywebsite.com/SetCharacterPower.php?user=TheClient&Power=" the user can use it by passing a 100000 value in argument...
by fra
Thu Mar 08, 2007 9:48 am
Forum: Off-topic
Topic: Databse & C++?
Replies: 23
Views: 1560

No you're right. The client doesn't "get" the php pages code, he read the html code générated by them. The php is used because it's easy to connect and exchange datas with a database in this language. Let's have just an example. If i want the client get his character datas (size, name and ...
by fra
Wed Mar 07, 2007 9:53 pm
Forum: Off-topic
Topic: Databse & C++?
Replies: 23
Views: 1560

so it seems that i should still use ETNA because the user can't access directly to the database (he can only do what php pages do :lol: ). But unfortunatly this way i must work on the server (creating php pages) and on the client (code the ETNA interface) :( . And if someone discorvers the php pages...
by fra
Wed Mar 07, 2007 6:53 pm
Forum: Off-topic
Topic: Databse & C++?
Replies: 23
Views: 1560

okay
so do you think there is an other method to connect myself on my website database (different from ETNA's method wich use a php interface)
by fra
Wed Mar 07, 2007 3:47 pm
Forum: Off-topic
Topic: Databse & C++?
Replies: 23
Views: 1560

hi, few months ago i presented the ETNA lib topic here . At this time i thought it was the best way for me to connect on a database. But i'd like to know if i shouldn't use another library (like ODBC for example). What do you think about it ? PS: i read that some servers ( the free.fr servers for ex...
by fra
Wed Mar 07, 2007 9:19 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to get the newest Irrlicht Version from SVN?
Replies: 35
Views: 44555

you were right, i've succed to download it this morning :) .
thanks
by fra
Wed Mar 07, 2007 9:18 am
Forum: Bug reports
Topic: unable tu switch to 1.2 version
Replies: 14
Views: 786

Well i've tried with the svn version and it works. So i'm gonna use this version :D .
thanks
by fra
Tue Mar 06, 2007 10:46 am
Forum: Bug reports
Topic: unable tu switch to 1.2 version
Replies: 14
Views: 786

yes i've exactly this error, unable to use any directx and opengl doesn't display textures :cry: . And it occurs even if i use the compiled bins wich are included in the zip of the 1.2 release. i think there is something different that make irrlicht hate my graphic card =( .Well i'm trying to downlo...
by fra
Tue Mar 06, 2007 10:40 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to get the newest Irrlicht Version from SVN?
Replies: 35
Views: 44555

hi all, i've tried to download irrlicht svn but i've got an error when i type the line : svn co https://svn.sourceforge.net/svnroot/irrlicht irrlicht the error is: PROPFIND of '/svn/irricht irrlicht': could not resolve hostname 'svn.sourceforce.net': Le nom demandé a été trouvé dans la base de donné...
by fra
Mon Mar 05, 2007 5:14 pm
Forum: Bug reports
Topic: unable tu switch to 1.2 version
Replies: 14
Views: 786

i've tried many screen congiuration and the result is always the same :( .it seems that i'm going to stay in the 1.1 version :cry: .
by fra
Mon Mar 05, 2007 11:45 am
Forum: Bug reports
Topic: unable tu switch to 1.2 version
Replies: 14
Views: 786

unable tu switch to 1.2 version

Hi all, i've just tried to run the examples of irrlicht 1.2 and i've was surprised to see that they don't run. The error is : "couldn't create direct x driver" or something like that. This error occurs with both directx and opengl doesn't display textures. But i don't understand because th...
by fra
Sun Nov 26, 2006 11:46 am
Forum: Off-topic
Topic: a library to connect on a database
Replies: 0
Views: 1159

a library to connect on a database

ETNA 2.1 is out! ETNA stands for Easy daTabase Network Access. This library helps to connect to a web database of type PHP/MySql and may be used with all versions of Blitz (BlitzBasic, Blitz3D, BlitzPlus, BlitzMax, ...) + Delphi + PureBasic + C++! Featuring: threads, queueing system, ultra-secure en...
by fra
Thu Apr 13, 2006 6:44 pm
Forum: Beginners Help
Topic: rotatecamera command problem
Replies: 1
Views: 173

rotatecamera command problem

hi everybody ! first of all please escuse me for my english because I'm french. I write this post because I note that when i try to rotate my fpscamerascene node over than 270° on the X axis there is a problem: it looks like the screen flip which is an important problem for me because there is some ...