topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Saturday May 4, 2024, 2:41 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

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 - czb [ switch to compact view ]

Pages: prev1 ... 7 8 9 10 11 [12] 13 14next
276
FARR Plugins and Aliases / Re: Google Calendar Quick Add
« on: February 19, 2008, 06:34 AM »
This wouldn't prevent anyone with a bit more knowledge from discovering the passwords

As you have just said... from my point of view it would be useless, but CPU consumer :) I am not seasoned javascript coder but I think that simple js debugging could discover it :huh:

Nice work czechboy. You have been a resouce for the FARR community recently. Keep it up :)

Well, I have free after school examination period (I study Building structures at CVUT in Prague), so that is why I am so active... but another semester is coming soon :(

277
FARR Plugins and Aliases / Google Calculator - closed
« on: February 19, 2008, 03:12 AM »
This topic has been discontinued.
See:
https://www.donation...ex.php?topic=17153.0

278
FARR Plugins and Aliases / javascript SDK requests
« on: February 19, 2008, 02:06 AM »
1)To make custom user regex functioning. Is that possible? The other solution would be to put it into advanced plugin settings.
EDIT: I have also found that instead of writing:
regexstr="^gcal (.*?)=$";
scriptregex=/^gcal (.*?)=$/;
we can use
regexstr="^gcal (.*?)=$";
scriptregex = new RegExp(regexstr);
EDIT: and further writing
aliasstr="gcal";
pre_regexstr="^gcal ";
post_regexstr="(.*?)=$";
regexstr=pre_regexstr+post_regexstr;
scriptregex = new RegExp("^.*? "+post_regexstr);
user can set his own custom alias + regex but only the first part of it. So it can be also solution, but it is not the best...
2) When user saves (hits OK) advanced plug-in setting would call some callback function with user settings instead of just saving it

3) To implement all HTML FORM elements such as select, option etc. to advanced plugin settings

4) To logically separate *.js file and *.dll with separate updating etc.

Hopefully it is not toooo complicated to implement the requests :Thmbsup:

279
FARR Plugins and Aliases / Re: Google Calendar Quick Add
« on: February 19, 2008, 01:29 AM »
Well, there is a problem because saving of the setting manages DLL not my fscript.js . So I have no way how to change it while saving... I can only recommend you to input directly MD5 hash not the password ;)

It could be an idea for ecaradec: Is it possible to call some callback function to js instead of just saving it, when user hits OK, while saving settings? Another thing I would like to see is a possibility for textarea, select, option etc. while creating advanced setting of a plugin.

EDIT: I have tried to interchange MD5 hash directly to my xml file but Google does not seam to accept it... I will try to google it out ;)

EDIT2: Here http://code.google.c...html#AuthClientLogin you can read Passwd The user's password.... Nothing mentioned about MD5 hash :( So I doubt it is possible.

280
FARR Plugins and Aliases / Re: Definr.com plugin
« on: February 18, 2008, 03:37 AM »
This is very nice CMS for addons example:
http://extensions.se...ices.openoffice.org/
it is based on Drupal ;)

281
FARR Plugins and Aliases / Re: Definr.com plugin
« on: February 18, 2008, 03:30 AM »
Just an idea... could you please create any general CMS addons system (like firefox, miranda and others have)?
Now it is like that every coder has its own webpage.

282
FARR Plugins and Aliases / Definr.com plugin - closed
« on: February 18, 2008, 03:07 AM »
This topic has been discontinued.
See:
https://www.donation...ex.php?topic=17153.0

283
FARR Plugins and Aliases / Re: Google Dictionary
« on: February 18, 2008, 01:53 AM »
I use FF as well.. but you must have at least some of IE pre-installed with WinXP.. right?

284
FARR Plugins and Aliases / Re: Google Dictionary
« on: February 17, 2008, 03:10 AM »
taichimaster: concerning squares. Do you have MS Office installed? I mean do you have Arial Unicode font... if not then install at least Code2000 font, open results.rtf and change font of $$1 to Code2000 ;)

Armando: I am completely lost with you... does Delicious plugin work for you? One more trial. Could you please export and send me all settings you have in your FARR so that I can import it to my FARR and see if it works, or not. Do you have IE7?

285
FARR Plugins and Aliases / Google Dictionary - closed
« on: February 16, 2008, 11:20 AM »
This topic has been discontinued.
See:
https://www.donation...ex.php?topic=17153.0

286
FARR Plugins and Aliases / Re: Upload plugin - for developers
« on: February 15, 2008, 07:34 AM »
it is not packing it.. right?

287
FARR Plugins and Aliases / Re: Upload plugin - for developers
« on: February 15, 2008, 07:06 AM »
Ok new version:) every folder you would like to upload must have upload_setting.xml
with
<?xml version="1.0"?>
<options>
<author_web value=""/>
<ftp value=""/>
<ftpweb value=""/>
<ftpfolder value=""/>
<username value=""/>
<password value=""/>
</options>

and you have to set path (e.g. C:\Program Files\FindAndRunRobot\Plugins) of the plugin folder in upload plugin settings

288
FARR Plugins and Aliases / Re: Upload plugin - for developers
« on: February 15, 2008, 06:12 AM »
cfi is corrected
the special file is good idea ;) I will do it

289
FARR Plugins and Aliases / Upload plugin - for developers
« on: February 15, 2008, 05:15 AM »
More info:
http://czb.dcmembers...m/upload_plugin.html
Download
http://czb.dcmembers...in/Upload_plugin.zip

It is with limited testing. So backup!! before use.

290
Find And Run Robot / Re: DcUpdater + FARR problem
« on: February 14, 2008, 08:06 AM »
one more question. Does anyone of you know how to add files to zip, so that additional folder is not created in the zip file?
now I use:
7za a -tzip archive.zip "C:\Program Files\FindAndRunRobot\Plugins\FCalc\"
but in zip file you can see FCalc folder and inside it there are files...

291
Find And Run Robot / Re: DcUpdater + FARR problem
« on: February 14, 2008, 07:57 AM »
ok now it works fine even with the root. I think it was all because of that pluginsbak folder ;)

292
Find And Run Robot / Re: DcUpdater + FARR problem
« on: February 14, 2008, 07:34 AM »
as to repeated plugins: I have found what is wrong. I have created folder "pluginsbak" in my FARR directory where I have old versions etc... I guess that DCupdater searches whole FARR not only Plugins directory ;)

as to versioninfo.xml
if you take a look here https://www.donation...ex.php?topic=10105.0 there you also have root ;) But I will correct it :)

293
Find And Run Robot / DcUpdater + FARR problem
« on: February 14, 2008, 04:28 AM »
Hi,
When I start DCupdater I have there nearly all FARR plugins twice in the Installed packages section. Also I can find there delicious plug-in, which I have deleted and also I can find there for example Character Table plugin, but the problem is that the Character Table plugin doesnt have na dcupdate file... I have tried to rescan for update files but still the same problem...

PS: to mouser: could you please check:

http://czb.dcmembers...add/Gcal_quicadd.zip
http://czb.dcmembers...cadd/versioninfo.xml

if it is correct? DCupdater displays: get version failed :(

294
FARR Plugins and Aliases / Re: Google Calendar Quick Add
« on: February 11, 2008, 07:33 AM »
Ok, so I have searched how to delete google calendar entry and found to use
xmlhttp.open("POST",del,false);
xmlhttp.setRequestHeader("X-HTTP-Method-Override", "DELETE");
xmlhttp.send();
or
xmlhttp.open("DELETE",del,false);
But nothing of this works. There is an error: Access denied...
Does anybody knows how to make correct delete request using new ActiveXObject("Microsoft.XMLHTTP");?

295
FARR Plugins and Aliases / Re: Google Calendar Quick Add
« on: February 11, 2008, 02:22 AM »
Not real preview. But I could give option to delete created event if it is wrong... Is that ok?

296
FARR Plugins and Aliases / Google Calendar Quick Add - discontinued
« on: February 10, 2008, 07:44 AM »
discontinued

297
FARR Plugins and Aliases / Re: Google Translation Plugin
« on: February 10, 2008, 03:15 AM »
Well, why not? Is there any reason why not to use javascript regex? So I am for ;)

298
FARR Plugins and Aliases / Re: Character Table
« on: February 09, 2008, 03:41 AM »
Ok, I have read all you have to do to make dcupdate work and maintain.. and well... is not it time consuming? Is somebody willing to make script which would do all following steps automaticly?

1) Edit your .dcupdate file to specify the new version number (remember this file gets packed with your release zip)
2) Make a new release zip and upload it.
3) Edit your versioninfo.xml to specify the new version number and date of release and upload it to your website.

As I see it, I would start program, specify which folder is ready (choose from the list) for update and check if the ftp settings etc is correct (those settings can be stored within the program), check the new version number (and if I want different, I could correct it) and then I would just hit enter and it would do everything automaticly.. isnt that a great idea? :) Unfortunately I dont think I can do this via javascript (zipping, uploading etc...)

EDIT: As I read about AutoHotKey, it is nearly ideal program for this purpose.. ;)

299
Why there is no plugin link on FARR main page? :huh:

300
FARR Plugins and Aliases / Re: Google Translation Plugin
« on: February 08, 2008, 10:13 AM »
If someone of you would like to translate to chinese etc, then just open results.rtf and change font of "$$1" to Arial Unicode MS or Code2000.

Pages: prev1 ... 7 8 9 10 11 [12] 13 14next