Online / Offline Status Notification System via push
-
Haha.. You are now.
-
Oh yes now im pfficially being declared as programmer by sullrich !
So I want my salary raise too :-P -
Oh yes now im pfficially being declared as programmer by sullrich !
So I want my salary raise too :-PAs soon as I get paid, the check will be in the mail :)
-
i'll be waitinng on that :-P
-
3 years later…...........
-
In 3 years I'm afaraid we will have to redoo everything we ahave alredy. thats a technology turn over time :-P
-
I dono what happaned to me but i decided to finish my project
So: Client: 100%, DNS: 100%, Server: 80%But I got the question about FETCH comand: I want to debug my clientserver communication so I want to output on the screen whateve the fetch gets from the server, but no downloading or savong, and max data receprion is up to 10kb (so I wont waste memory caz of some unexacted eeror), is that posible?
-
oh yea mean like output in text or processed HTMl
-
ok 100% done for all tasks (well website could get some impruvemants buts its up… for beta its ok)
so how do you want my thingy to be delivered? -
Create a package and maybo some small documentation how to set it up.
-
now what do you mean by package? the one thet supposed to be intalled in the packages menue? or something else? I have modified the system_advanced.php gui page and added folder for my files. Also if you want to integrate as package, how would that work for Embeded verions? (those are my primary consern)
-
now what do you mean by package? the one thet supposed to be intalled in the packages menue? or something else? I have modified the system_advanced.php gui page and added folder for my files. Also if you want to integrate as package, how would that work for Embeded verions? (those are my primary consern)
Look at the existing packages for a example on how to create one. Why do you have to modify system_advanced.php Can't you do all this from a seperate page specifically for your package? Also the files should go in /usr/local/pkg folder.
Then look at the scripts I use to add the miniupnpd package to the embedded image. Here the thread on miniupnpd. http://forum.pfsense.org/index.php/topic,551.285.html
And the files I use to create the custom image are located http://wgnrs.dynalias.com:81/pfsense/ Start with the sh-custom-image.sh file and go from there. You can modify it along with sh-add-miniupnpd.sh and should be able to easily add your package once created to the embedded image.
-
ok f**** my IE, i m retypinhg this messahe 4th time, and IE closes the window just renodmly
I will try to use ur work around for embedded version, still never seen the packages for embeded. I thik i even had a threat ewrlyeer in pf life about thatas to the system_advanced.php i used that page caz i dont think there is a need for separate page for my code and it perfecly feets advanced config page
-
it seams that i have to do lots of admin things for the company at the moment so i cant even look how to do the package work around…
sullrich, do you want me to just give you the files and and u'll see if you will be ok with the thing as it is now? (its only copy and paste, no config is required except to set the write permission to my own config file.)
-
sullrich, do you want me to just give you the files and and u'll see if you will be ok with the thing as it is now? (its only copy and paste, no config is required except to set the write permission to my own config file.)
I still have no idea what you are even up to. So politely the answer is NO.
-
next time try unpolite unswer :-P
im gonna kill my eyes if i will try to figure how to do that package thingie -
ok I was trying to figure how the packages work, and I only can see how they work when they are installed…. can some one give me the link on actual package so I can reverse it to build my own package? thanks!
-
You can find everything here: http://pfsense.com/cgi-bin/cvsweb.cgi/tools/packages/
-
That and the master manifest @ http://pfsense.com/cgi-bin/cvsweb.cgi/tools/pkg_config.xml
-
So package is actually XML file decribin location of php file and menues position etc.
If I will create this XML how can I test if it works proprerly?Can I set pfSense to tepporarly read some other URL where my test packege is located so I can see if everything installs and works the way I need it?