Jump to content
The Uniform Server Community

BananaAcid

Beta Tester
  • Posts

    142
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows XP

Contact Methods

  • Website URL
    http://

BananaAcid's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks a lot, storage crashes are always the most painful ones ( the girls related ones seem to work out better (-. ) i lost a lot of stuff actually, since i didn't backup regularly (as i should).
  2. Sorry Ric. Let me officially apologize for my text over there. I was totally upset when the hdd crashed. An then i found out, the filesystem had been partly corrupted by killing apache / mysql before (missed to check my hdd-health-logs), i couldn't hold on myself. Of course you are right. Text changed. Sometimes + shit happens + tamper = my unfair comments. Btw: it is always a little discouraging to support/code for a community which does not see the need of feedback. thats why i don't really see the point in hosting the UniServer "upgrades", but as said above, i will reup them anyways (gimme a few days to check their compatibility against the newest beta).
  3. I am sorry, it looked like nobody is using, it except my clients. i removed the files. if you're still interested, i will make em available again.
  4. To sum up: PHP can be debugged (portable+fixed) using Notepad++ [editor] and XDebug [php-Ext] (XDebug communicates with DebugPHP plugin in Notepad++, if both are installed) installation guide: How to Setup BDGp debugger in Notepad++ to Debug PHP (includes XDebug installation guide from #6 to #11)
  5. welcome (i would prefer the additional php with <directory> option)
  6. well, there are dozens of files called localsrv.exe (at google)... Program Name/Title: Free SMTP Server Program Version: 2.5 Program Release Date: February 3, 2009 Program Description: Free SMTP server program to send emails directly from PC. Target OS: All Windows Software type: Freeware Program home page: http://www.softstack.com - http://www.softstack.com/freesmtp.html it just picks up any internal (LOCAL) smtp connection and sends the mail to the target server. It is licence free, but not open source. checking the internal function calls and scanning it with a 5 virus scanners (just to be totally sure), its of no danger. feel free to double check. btw: the core code is part of their comercial products, too.
  7. Unfortunatly i had to write my own "tasklist.exe" (mine returns a php array directly ) command to return the commandline of a called prog to identify seperate processes. that also gives the ability to filter the drive it got called from and match to the specific server. ( comparing the processes drive with the php __FILE__ drive ) = multiple servers also: the windows-icon of the running process will be returned and integratet into the page as base64 encoded PNG string (will need another or specific param to extact the icon from file that is not run). runs on win98 upwards and on linux and PSP/PS2 (.NET 2.0 / Mono) - size: 11kb works Mona 4.3. is pretty much independed of apanel thought, since it only includes the header/footer and has a dummy function if DLI is not installed. well, as it is now, any prog can use the \etc\servermodules to run and handle the processes. the php script is only usefull for managing it from a far. it is not intended to be used with a "stationary" US. (services...) but i will see, if i can get it to work with it too in case it won't. Side note: (the people - school classes + students i supply with US will use it fully patched with my addons and on a usb stick. since the collective school board of technology workshops, asked me to adopt US and APanel to modern technology and to a representable piece of open source, there is no service option of apache and mysql required. a bunch of unmentioned plugins coded by me are within the patched US 4.3 version for the schools, have no apanel interface and are preconfigured, i will slowly convert them to a better, full solution, like this plugin. this is required since more classes adopt the patches and wish to select the plugins individually.) my above post didnt mention cron. what do you mean? i have an additional cron plugin that i use personally (selfcoded) i use for a while, but wont release since it has no feasible apanel interface.
  8. AVC is also used to add the config link into the admin panel.
  9. this is part of my bigger project, UNIcon (Part of it is released as ConTester http://bananaacid.de.vu/?freeware/___2009___) (check out the screenshots) with this part, i try what would work the best and easiest, based on my statement above. (you could call this research). since something is planned for UNIcon anyways, started to do the web part and a replacement start part. the web part is a apanel plugin, that lets you view, start and stop the "server modules". in my case they are inaDyn, slimftpd, bananaCron and a bunch of others. since i try to write my plugins and additions as indedendent as possible, a startup batch file will do the starting work (for testing and if you do not want to use UNIcon) for now. basically it needs a file \etc\servermodules with something like: HIDDEN simftpd.exe SHOW uniController.exe where hidden uses userv.exe to hide, and show just executes it in relation to \. where \ = W:\ (or any dir letter, but within the udrive dir) if any1 is interested, you can follow it along: http://bananaacid.ath.cx/?uniserver/modulemanagement_Plugin just to prove, that i am serious about it: it only needs AVC and DLI - the DLI requirement is easily removeable (remove all - L() - i will add a dummy function for that later )
  10. Sorry - cant fix the poll. just ignore it. Provides a SMTP Proxy This enables mail sending from PHP and Perl without a mail server. (Does not do more then sendmail would. any sendmail wrapper for win could be used. php is configured to work without it) just unpack into udrive\ add udrive\home\admin\program\uniserv.exe udrive\plugins\freesmtp\localsrv.exe to your server_start.bat or the one you use. thats it. now use the mail() command in PHP. download: http://bananaacid.de.vu/~userv/smtpproxy_Plugin src.zip (1.0.0 - 2009.07.23 0529) Note: this supports AVC (automatic version checking).
  11. Well, agin writing a US module, i realized, that there is no UNIFORM way of adding other progs that need to be run on server start. At least it appears to me like that. there are currently 3 ways: using the server_start.bat the unicontroller.exe and the usb_server_start.bat but: i want to add my dyndns updater, my ftp server and mailserver. where should they be added by a config file to be always started with the server ??? see my problem? i would prefer something like udrive\etc\loader.txt HIDDEN \plugins\prog1\myexefile.exe -param1 | exitcommand.exe USUAL \plugins\prog2\other.exe that file would then be processed by any loading script(batch file - looping each line, splitting, calling with or without udrive\home\admin\program\uniserv.exe OR calling cli of php to do the task) or prog(unicontroller) i think the best would be to have it generalized to make additions easier. what do you think?
  12. I really think, that it could help attract more users and help even more non english people. Translations would be needed. Support is welcomed. You ony need to translate a string list. you might check out my post about it: Forum: *UNOFFICIAL* AdminPanel_language_upgrade_DLI_(Dynamic_Language_Interface) Translates the admin panel, including the CGIs with no extra effort. Allows any plugin coder to support languagefiles easily (functionallity is included automatically). set any string to translate into <?php l('this would be the string to translate'); ?>.
  13. Forum post & download of the WebInstaller
  14. Forum post & download of the WebInstaller
×
×
  • Create New...