Jump to content
The Uniform Server Community

BananaAcid

Beta Tester
  • Posts

    142
  • Joined

  • Last visited

Everything posted by BananaAcid

  1. i would say: download an old php version from php.net and replace the php stuff in uniform's php dir. wiki 4.0-Mona:_Introduction#V4.0-Mona_Structure_Overview -> marked as G (PHP folder) so u can use the new uniserver with an old php version. be aware that admin panel might not really work. you could also add another php dir in the uniserver folder structure and in the apache config you could specify what specific php to use. for that second php you should add php as cgi (the old way) into apache. you could then specify to use that old php for php files for a <directory> or a <virtualhost> or just plain by using a specific file extention like .php4 google for parallel php installations or check out the possiblities of setting up apache with php (at php.net).
  2. there are also other possibilities like windows AT.exe and SCHTASKS.exe using wget.exe to call a cron job php in apaches environment. for more check out http://bananaacid.de.vu/?uniserver/test_Sc...ystem_dependent and read the howto.txt for manual setup of cron jobs its super fast and easy. but integrating into admin panel needs an interface. provided by a plugin for example.
  3. only if both use the same port. that is by default port 80. so IIS should be turned off or any one (apache / iis) configured to use another port. in iis it should be straight forward, for apache use the uniservers admin panel (i think) answered for completeness.
  4. be carefull of using backtick operations. safe mode might be a problem. you should also see into the other exec commands. (but the backtick way IS the easiest)
  5. This post cannot be displayed because it is in a password protected forum. Enter Password
  6. This post cannot be displayed because it is in a password protected forum. Enter Password
  7. getting your server into the web, look into dyndns and inaDyn.exe (dyndns updater, if your router doesn't support it). some info about it http://Bananaacid.de.vu/kb/entry/28/
  8. http://www.opennicproject.org/ Y'all know .us / .gov / .com and alike. what about .null .oss .geek .ing .free .bbs .gopher and more ... just add the DNS as show on the page ("migrate" for your OS). it is even faster then the most default DNS (from your provider for example) in providing the default TLDs. Yes. It supports the special ones and the default ones while beeing ultra fast. just choose a DNS server near u from the list. http://www.opennic.glue and http://www.geek is good start if have setup your network settings or router options. http://bananaacid.geek
  9. As i found out, the AVC patch was not added to the MONA release. Will go for an upgrade to be MONA compatible the next few days | tomorrow. Gonna post progress here. DL at the same link as above. ...while deploying my MONA server. still on my patched APOLLO. Hope i get all my modifications running again...
  10. This post cannot be displayed because it is in a password protected forum. Enter Password
  11. This post cannot be displayed because it is in a password protected forum. Enter Password
  12. This post cannot be displayed because it is in a password protected forum. Enter Password
  13. This post cannot be displayed because it is in a password protected forum. Enter Password
  14. Hehe. Like your link. could have been added here earlier. ;-)
  15. as Ric said. Send them the file and ask them why it will show a virus. or you can check it yourself. extract the package. ignore any virus warning. do not run any files. scan the folder with all the included files. (still this does not load any files into memory = run any files = execute any possible virus). if you virus scanner finds a firus in any readme, you know there is something wrong. since it contains ONLY text files, except for the original files, this false warning might only exist if you scan the ARCHIVE. if it shows a virus in any php file, you can look into that mentioned file with notepad or any other plain text editor that is not able to execute any macros (like word). since your software is a offspring it might not include all patches and fixes of the orinial one. (as it has probably less support)
  16. Any updated and mainstream virus scanner shows it HAS NO virus. Avira AntiVir, AVG, NOD, Norton, Symantec. So: Update your virus definition files, and in case you use any HEURISTIC features, dont set them on ULTRA / HIGH or alike. btw, if you dont trust it, replace the programm files in it with the original from http://sf.net/project/showfiles.php?group_id=53691 (any1 willing can do a md5 hash compare. i asure you, that heuristics is a common problem for virus detection.) my voiceflux was also listed on the infacted files list. after i send it to avg, avira - the problem is gone :-) well anyhow. use it or dont. i just thought id share, since i am working on AVC and try to turn everything into an AVC compatible plugin, as AVC will probably included, if i got the captain right. ;-)
  17. you might check out http://bananaacid.de.vu/?slimftpd (extract to w: and change pw. done) it is a little more tweaking and integration. no big deal yet. will include an admin-panel config page later. uses AVC and has a better directory structure. if you dont care about version checking (AVC) and want to have it in a basic folder, stick to the one posted here. (is simpler)
  18. Dont know what exactly youre taking about... well you might be talking about something like mod_cband and mod_throttle ? http://howtoforge.com/mod_cband_apache2_ba...uota_throttling http://mod-cband.com/ i have not seen a plugin-pack for uniform server with admin panel integration yet. easy thing to do, just needs someone to do it. that someone should use AVC...
  19. First preview of the Plugin Manager by me with screenshot. http://forum.uniformserver.com/index.php?showtopic=1427
  20. click to see the big one First preview of the Plugin Manager - yes, what you see is woking. it uses urls lists to find versionfiles. by now, there is only my urls list referenced in the pluginmgr.conf. it does so far: collect version information of available version files and organizes them. create the plugin list. create categories (which i do not show as i have to extend the plugin manager helper class to pre organize them according to a search/sort criteria) working, but not included: version comperisson (to display a hint if you have an outdated version) downloading (not sure: ajax or by a neverending php script ?) installing (will be easy as it is only extracting and keeping track - writing filenames+foldernames to plugin.config) and needs a pretty interface... check it out so far.... BA
  21. added more stuff. classes for plugin handling are pretty final. should provide enough functionality for everything plugin related.
  22. Classes for plugin handling avalible.... read more at the pinned post about AVC. here: http://forum.uniformserver.com/index.php?showtopic=1424
  23. go and see the pinned main topic: http://forum.uniformserver.com/index.php?showtopic=1424
  24. massive updates on the AVC package uploaded. there are now classes for handling plugin stuff easily. info about plugin handling and integration has been updated on http://BananaAcid.de.vu/?avc please check out the stuff over there (btw, the change log explains whats new in the package....) BA
  25. THE AVC system is extended to a full Plugin Specification. The idea behind it, is to support a common dataset for plugins to use, while providing the possibility of multiple plugin managers and tools creation. It includes some admin panel fixes. My Plugin Manager System (still alpha) builds right on top of AVC.
×
×
  • Create New...