Search found 5 matches

by gamescrew
Tue Apr 11, 2006 7:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Protecting the MENU data
Replies: 3
Views: 3268

make it unreadable

Thanks Migru for your post.

Unfortunately I more or less expected this answer.

The purpose though is not to hide the code, which is nearly impossible as you remarked correctly, but to discourage inexperienced users from re-using my menu source / data.

Thus I more or less am searching for sensible ...
by gamescrew
Tue Apr 11, 2006 2:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Protecting the MENU data
Replies: 3
Views: 3268

Protecting the MENU data

Some people call me paranoid, but that is just because they conspire against me.

Taken this as a fact I want to protect my Milonic menu data, which has cost me a lot of sweat, blood and tears to master, against those evil copycats that are just waiting for me to put my pages on the web. :)

The ...
by gamescrew
Tue Apr 11, 2006 2:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PHP and Milonic
Replies: 6
Views: 6863

(and WBHoenig)
by gamescrew
Tue Apr 11, 2006 2:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PHP and Milonic
Replies: 6
Views: 6863

PHP and milonic

In the end it proofed indeed much more simple to combine PHP and milonic than i thought

menu_data.js --->
aI("text=Some Text;url=/profile.php?x=<?php echo $SOME_USER_NAME; ?>;");
}

To get for example the line profile.php?x=John

After renaming the data.js to data.php everything worked like a charm ...
by gamescrew
Sat Apr 08, 2006 4:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: PHP and Milonic
Replies: 6
Views: 6863

PHP and Milonic

Hello,

After looking throught the examples I still remain with one simple question.

Is it possible to do some like this with the menu? :

menu_data.js --->
with(milonic=new menuname("Sample")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=18_about.gif;text=About Us;url=/aboutus.php;");
aI ...