HMGSCRIPT 0.36

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

HMGSCRIPT 0.36

Post by Roberto Lopez »

NEW ON RELEASE 0.36


This release features a big design change.

Support for DBF files is given by PHP scripts now.

This change requires to write all of the dbf acces code again, from the scratch.

This release supports Browse under this new scheme (based on DBF reader Class by Faro K Rasyid).

A new feature is available for SqlBrowse, Browse and Grid: You can sort them by clicking
columns header (based on HTML TABLE SORTER by Terrill Dent).

http://sourceforge.net/projects/hmgscript//
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMGSCRIPT 0.36

Post by esgici »

Thanks a lot :D

Best regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMGSCRIPT 0.36

Post by Rathinagiri »

Super Roberto. This allows to have any common php server for HMGScript. Very nice.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMGSCRIPT 0.36

Post by bpd2000 »

Very very nice
BPD
Convert Dream into Reality through HMG
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMGSCRIPT 0.36

Post by Rathinagiri »

And, now the total project file size is just 91.2 KB! Cool.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMGSCRIPT 0.36

Post by Rathinagiri »

A small contribution from my side.

A ready reckoner for HMGScript
readyrecknoner.zip
(3.04 KiB) Downloaded 562 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMGSCRIPT 0.36

Post by Rathinagiri »

Since our forum is also running on a AMP server, we can easily test the script online.

I have uploaded the whole script files (along with the ready reckoner above) in hmgscript

The script demo can be executed from here.

I can't run the MySQL and xBase demo as such because,
- We can't have a root user account in MySQL online. (may be we have to change the user from 'root' to 'demo' and try).
- I am getting a 404 error while running xBase demo. Don't know why!
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
luisfrancisco62
Posts: 66
Joined: Thu Mar 18, 2010 12:16 am
Location: Colombia
Contact:

Re: HMGSCRIPT 0.36

Post by luisfrancisco62 »

hola a todos:

no se como conectarme con el vertrigo

pues copio los archivos www en la carpeta C:\Program Files (x86)\VertrigoServ\www como se haria con el wan server

no me funciona la conexion mysql

como lo haria?

en la ruta hmgscript/www/ me arroja en browse error 404

gracias muchas gracias
Attachments
Sin título.png
Sin título.png (11.87 KiB) Viewed 12369 times
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT 0.36

Post by Roberto Lopez »

rathinagiri wrote: - I am getting a 404 error while running xBase demo. Don't know why!
maybe, because the script has no rights to ../dbf folder.

You could try move the test.dbf file to the same folder as script is, and remove the ../dbf/ of the following line in browse.php:

Code: Select all

$dbf = new dbf_class( '../dbf/' . $file); 
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMGSCRIPT 0.36

Post by Roberto Lopez »

rathinagiri wrote: I can't run the MySQL and xBase demo as such because,
- We can't have a root user account in MySQL online. (may be we have to change the user from 'root' to 'demo' and try).
The account must not be necessarily root (of course) but must have the required rights to access to the test database and be able to do CREATE, UPDATE, INSERT and DELETE operations.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply