Fix myeasyDb for wordpress(fast method)

Posted October 18th, 2011 in Development by Gevork

Installed myeasyDB plugin for wordpress and it’s not working?

Maybe showing an infinite loading animation?

then open

/wp-content/plugins/myeasydb/js/myeasydb.js

and on line

15-20

find 2 variables  ajaxURL and imgUrl and define them as follows….
var ajaxURL = window.location.protocol + ‘//’ + window.location.hostname + ‘/wp-content/plugins/myeasydb/ajax_ro.php’;
var imgURL = window.location.protocol + ‘//’ + window.location.hostname + ‘/wp-content/plugins/myeasydb/img/’;

fast and dirty method, but works…

change

CUADS:Codeigniter Unified Addon Development Standard

Posted May 22nd, 2010 in News by Gevork

Hi there who is making nice web-sites on Codeigniter. I like this framework. But I think it has some lack of standard. Really, I am not kidding. It would be great to have a standard of addon development, so that after when you share your code, the person who wants to use it would need to make 3 main steps.

1) Run mysql query from /addon_folder/install.sql

2)read /addon_folder/readme.txt

3)upload /addon_folder/application  to the /system folder of his web-site or wherever the application folder he put , and don’t worry that anything will be overwritten

4) in case there should be any hacking made to the system files, like config.php, routes.php or else , ther should be  very well described

/addon_folder/hackit.txt you do what is written, and  yummy!

5) YOU GO to mysite.com/addon/ and feel happy! Everything should work!

I will add the rules step by step here. Your comments will be very appreciated

So  I am begining to add .

1) The addon should have  DBAD License (Don’t Be A Dick)