Online / Offline Status Notification System via push
-
lol yea, I look at it right away, almost all of the time :-P
-
Ok client side 100% Done, DNS-100%, Server Side 30%..
Im fealing lazy doing server side now, espesially login thingy, etc… thatt might slow me down for some time -
You are on a roll. Don't slow down ;)
-
I hate doing things that everty one else can do, thats like dirty work lol
-
Part of the job description.
-
not mine job description, aperantly im admin (not sysadmin) and not a programmer at all :-P
-
It became a part of your job description when you decided to become a programmer…
-
me rogrammer? no way. I'm not a programmer :-P
-
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.