i-dreams.net PERL & PHP Scripts ENGLISH DEUTSCH
Home guestbookGB serverGB server SQLMailer
i-dreams.net » scripts » english » news  

i-dreams.net scripts news!



Title:

Firebook guestbook

Dear i-dreams users!

We announced that Firebook would start under a new name. Finally we released the new website: http://www.firebook.de

Firebook is a free guestbook software, which can be easily installed for your own homepage, and which will run stable, secure and efficiently.

The Firebook guestbook is

* fast
* stable and safe
* easy to install and to administer
* can be extended through optional modules to fulfill all your wishes (you can extend it to e.g. a blog, forum or diary,...)
posted by: Karl on: October 12, 2009 06:37 pm Comments: 0 :: View Comments

Title:

i-dreams guestbook - new version

Dear members,

it's been a long time since I wrote the last time in this forum. Finally, I have some news to announce! The i-dreams.net guestbook development continues and a new version can be expected soon!

This new version will be shipped with a bunch of improvements and new features. Especially qualitative features are taken great care of, meaning performance, security and stability. Besides there will be a great deal of improvements and bugfixes. The following list roughly outlines what you may expect:
  • Database interface for Mysql
  • perl strict programming
  • perl warnings solved
  • split up in modules and module administration
  • extended spam protection through server based checks
  • great deal of enhancements in ubbc codes, templates, admincentre, etc...

Furthermore there will be a great deal of improvements in the following fields:
  • Performance
  • Speed
  • Stability
  • Security

The whole project will be developed under a new name, with new energy and is expected to be released within 2 months.

All of you, who do not only want to wait for the new version, but participate in the course development, are invited to become part of the beta testing group! Please answer to this thread if you are interested or send me an e-mail directly.

best regards,
Karl Tschetschonig
posted by: Karl on: May 27, 2009 07:11 am Comments: 1 :: View Comments

Title:

donate for i-dreams.net

Dear fellows!

Unfortunately the change to open-source eliminated all income and re-finance sources. People are not willing to donate for the work that is going into this project and the benefit they receive through the scripts.

Therefore I must call you up to donate a small amount of money to guarantee the continuation of these services on the following link:

Donate for i-dreams.net

The server is causing continuous costs - please donate as much as the value of the service and programs you receive is for you.

If this invoking does not help, I have to stop these services or change back to purchase versions again. For the time being anyone who requests any kind of additional support, that extends answering questions in this forum, has to donate first via Paypal.

best regards,
Karl Tschetschonig
posted by: Karl on: July 12, 2007 05:10 pm Comments: 4 :: View Comments

Title:

i-dreams.net is absolutely open-source!

I have to announce great news!
the i-dreams.net scripts source is open source from today on!
That means, that you can change whatever you want and use the script code for whatever purpose, there is no copyright obligation anymore.

I hope that this step will help the scripts source to get to new strength and attract other programmers that want to help developing these scripts.

best regards
posted by: Karl on: May 06, 2007 02:00 am Comments: 1 :: View Comments

Title:

no official support until 12th of february

I can not answer support threads until 12th of february, because I'm on vacation!

Best regards! smile.gif
posted by: Karl on: February 02, 2007 02:05 pm Comments: 0 :: View Comments

Title:

i-dreams.net guestbook server SQL update 5.4.11

Due to some changes and improvements I announce an update.

new features and changes:

- better performance of extended statistics
- all fields are checked on spam
- comments are checked on spam
- mailer can be completely turned off
- Skype IM functionality added
- minor bugfixes

to update your script from 5.4.10 to 5.4.11, you have to replace the following files

firebook.cgi
host.cgi
data/host/language/*.*
data/host/subs/*.*

data/user/language/*.*
data/user/subs/*.*

data/user/profiles/configs/*.* (or update all configurations and define skype settings under "field settings")
data/user/profiles/skins/lightblue/template_quickentry.html

gbgraphx/allgemein/js.png
gbgraphx/users/skins/*/allgemein/skype.gif

Run the added script to add pre-settings for Skype for already registered users.

What's more you have to update your SQL database with the following query(replace GBSERVERTABLE with the prefix you chose for your installation):


mysql
  1.  
  2. INSERT INTO GBSERVERTABLE_user_ubbc (gbid, code, id, beschr, syntax, umwandlung, javaeinf1, javaeinf2, javaeinf1wied, javaeinf2wied, dimensions, list_ersetz, kuerze_feld, aktionen_nein, effekt_einzeln, effekt_gewaehlt, gbhilfe_akt, active, active_comments, delete_pipe, delete_bracket, delete_nl, allowed_values) VALUES ('config', 'figbskype', 65, '<txt_ub 41>: <b><txt_gl 146></b>', '[skype]%opt1%[/skype]', '%skypegif%', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, NULL, NULL, NULL, NULL);
  3. ALTER TABLE GBSERVERTABLE_user_databak ADD skype VARCHAR( 50 ) NULL AFTER msn;
  4. ALTER TABLE GBSERVERTABLE_user_datainc ADD skype VARCHAR( 50 ) NULL AFTER msn;
  5. ALTER TABLE GBSERVERTABLE_user_dataspam ADD skype VARCHAR( 50 ) NULL AFTER msn;
  6.  
  7. UPDATE GBSERVERTABLE_user_ubbc SET allowed_values='black*red*orangered*darkred*coral*yellow*deeppink*green*limegreen*seagreen*orange*purple*indigo*skyblue*blue*navy*beige*sandybrown*chocolate*brown*teal*maroon*silver*#330000*#333300*#336600*#339900*#33CC00*#33FF00*#66FF00*#66CC00*#669900*#666600*#663300*#660000*#FF0000*#FF3300*#FF6600*#FF9900*#FFCC00*#FFFF00*#330033*#333333*#336633*#339933*#33CC33*#33FF33*#66FF33*#66CC33*#669933*#666633*#663333*#660033*#FF0033*#FF3333*#FF6633*#FF9933*#FFCC33*#FFFF33*#330066*#333366*#336666*#339966*#33CC66*#33FF66*#66FF66*#66CC66*#669966*#666666*#663366*#660066*#FF0066*#FF3366*#FF6666*#FF9966*#FFCC66*#FFFF66*#330099*#333399*#336699*#339999*#33CC99*#33FF99*#66FF99*#66CC99*#669999*#666699*#663399*#660099*#FF0099*#FF3399*#FF6699*#FF9999*#FFCC99*#FFFF99*#3300CC*#3333CC*#3366CC*#3399CC*#33CCCC*#33FFCC*#66FFCC*#66CCCC*#6699CC*#6666CC*#6633CC*#6600CC*#FF00CC*#FF33CC*#FF66CC*#FF99CC*#FFCCCC*#FFFFCC*#3300FF*#3333FF*#3366FF*#3399FF*#33CCFF*#33FFFF*#66FFFF*#66CCFF*#6699FF*#6666FF*#6633FF*#6600FF*#FF00FF*#FF33FF*#FF66FF*#FF99FF*#FFCCFF*#FFFFFF*#0000FF*#0033FF*#0066FF*#0099FF*#00CCFF*#00FFFF*#99FFFF*#99CCFF*#9999FF*#9966FF*#9933FF*#9900FF*#CC00FF*#CC33FF*#CC66FF*#CC99FF*#CCCCFF*#CCFFFF*#0000CC*#0033CC*#0066CC*#0099CC*#00CCCC*#00FFCC*#99FFCC*#99CCCC*#9999CC*#9966CC*#9933CC*#9900CC*#CC00CC*#CC33CC*#CC66CC*#CC99CC*#CCCCCC*#CCFFCC*#000099*#003399*#006699*#009999*#00CC99*#00FF99*#99FF99*#99CC99*#999999*#996699*#993399*#990099*#CC0099*#CC3399*#CC6699*#CC9999*#CCCC99*#CCFF99*#000066*#003366*#006666*#009966*#00CC66*#00FF66*#99FF66*#99CC66*#999966*#996666*#993366*#990066*#CC0066*#CC3366*#CC6666*#CC9966*#CCCC66*#CCFF66*#000033*#003333*#006633*#009933*#00CC33*#00FF33*#99FF33*#99CC33*#999933*#996633*#993333*#990033*#CC0033*#CC3333*#CC6633*#CC9933*#CCCC33*#CCFF33*#000000*#003300*#006600*#009900*#00CC00*#00FF00*#99FF00*#99CC00*#999900*#996600*#993300*#990000*#CC0000*#CC3300*#CC6600*#CC9900*#CCCC00*#CCFF00*#000000*#111111*#222222*#333333*#444444*#555555*#666666*#777777*#888888*#999999*#9A9A9A*#AAAAAA*#BBBBBB*#CCCCCC*#DDDDDD*#EEEEEE*#EFEFEF*#FFFFFF' WHERE code='figbcolor';
  8.  

posted by: Karl on: December 17, 2006 11:55 pm Comments: 1 :: View Comments

Title:

i-dreams.net guestbook server update 5.4.11

Due to some changes and improvements I announce an update.

new features and changes:

- better performance of extended statistics
- all fields are checked on spam
- comments are checked on spam
- mailer can be completely turned off
- Skype IM functionality added
- minor bugfixes

to update your script from 5.4.10 to 5.4.11, you have to replace the following files

firebook.cgi
host.cgi
data/host/language/*.*
data/host/subs/*.*

data/user/admdat/ubbc.dat
data/userlanguage/*.*
data/user/subs/*.*

data/user/profiles/configs/*.* (or update all configurations and define skype settings under "field settings")
data/user/profiles/skins/lightblue/template_quickentry.html

gbgraphx/allgemein/js.png
gbgraphx/users/skins/*/allgemein/skype.gif

Run the added script to add pre-settings for Skype for already registered users.
posted by: Karl on: December 17, 2006 11:54 pm Comments: 1 :: View Comments

Title:

i-dreams.net guestbook update 5.4.11

Due to some changes and improvements I announce an update.

new features and changes:

- better performance of extended statistics
- all fields are checked on spam
- comments are checked on spam
- mailer can be completely turned off
- Skype IM functionality added
- minor bugfixes

to update your script from 5.4.10 to 5.4.11, you have to replace the following files

firebook.cgi
data/admdat/ubbc.dat
data/language/*.*
data/subs/*.*

gbgraphx/allgemein/js.png
gbgraphx/skins/*/allgemein/skype.gif

If you want to activate the Skype field, please don't forget to set a number for the minimum and maximum size of that field (recommended min: 4, max:50)
posted by: Karl on: December 17, 2006 11:52 pm Comments: 0 :: View Comments

Title:

i-dreams guestbook server SQL released

Dear user of i-dreams.net

Expected by many users the new guestbook server SQL has been finally finished.

The script was built on the basis of the Perl DBI drivers and I concentrated to ensure a compatibility with all database formats available. The script was tested by many testers on MySQL Databases.

Because the tests didn't show many bugs, I'm of the oppinion that the script will run on your servers as smooth as on the beta testers servers as it passed the tests.

For more informations on features, click here:
http://scripts.i-dreams.net/?english:scrip...ostsql:features

The new guestbook server in action:
http://www.i-dreams.net/cgi-bin/host_sql/h...gi?lang=english

download of the new version:
http://scripts.i-dreams.net/?english:scrip...ostsql:download

After all I am proud to present the new guestbook server SQL version and hope that you like it as much as the beta
testers do.
posted by: Karl on: October 21, 2006 04:27 pm Comments: 0 :: View Comments

Title:

changed prices

Because I will soon release the i-dreams.net guestbook server SQL and want to push the mailer script - I changed the script prices.

i-dreams.net guestbook: 17 EUR
i-dreams.net guestbook server: 39 EUR
i-dreams.net mailer: 19 EUR

The i-dreams.net guestbook server SQL will probably cost 59 EUR.
posted by: Karl on: October 08, 2006 06:57 pm Comments: 0 :: View Comments

 
i-dreams.net scripts

    guestbook
    GB server
    GB server SQL
    Mailer

additional infos

    news
    sitemap

    imprint
    contact
    banner

partners