Zum Inhalt springen

Deschdrozer

Mitglieder
  • Gesamte Inhalte

    221
  • Benutzer seit

  • Letzter Besuch

Alle Inhalte von Deschdrozer

  1. Deschdrozer

    Windows XP

    Also ich löse solche Probleme meistens so: Platte in nen anderen Rechner und die Datei(en) wo fehlen oder beschädigt sind rüberkopieren wenn du keinen anderen Rechner hast weiss ich jetzt auch grad nix mehr :D
  2. also ich hab das jetzt mal mit absprache von narg so gelöst: record demo.dem stop playdemo demo.dem startmovie movie.hlm endmovie stopdemo jo und der narg hat mir ein prog gegeben(mkmovie) mit der man mit hilfe der hlm datei einzelne bilder raus zieht ausdenen man dann den film machen kann aber die hlm datei wird bei mir nie grösser als 1,4mb und wenn ich des prog ausführ macht er nur ein bild weiss jemandn rat
  3. Hi, mit cs kann man ja movies aufnehmen! kann man diese in avi dateien oder so umwnadeln um sie im z.b. mediaplayer anzuschauen??
  4. Installing PHP on Windows with IIS/PWS This section contains notes and hints specific to IIS (Microsoft Internet Information Server). Installing PHP for PWS/IIS 3 and PWS/IIS 4 or newer versions. Windows and PWS/IIS 3 - including PWS on Win 9x/ME The recommended method for configuring these servers is to use the REG file incuded with the distribution (pws-php4cgi.reg). You may want to edit this file and make sure the extensions and PHP install directories match your configuration - once you have done this, just double click on the file and it will update your registry. Alternatively, you can follow the steps below to do it manually. WARNING: These steps involve working directly with the Windows registry. One error here can leave your system in an unstable state. We highly recommend that you back up your registry first. The PHP Development team will not be held responsible if you damage your registry. Run Regedit. Navigate to: HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/W3Svc/Parameters/ScriptMap On the edit menu select: New->String Value. Type in the extension you wish to use for your php scripts. ex: .php Double click on the new string value and enter the path to php.exe in the value data field. ex: c:\php\php.exe Repeat these steps for each extension you wish to associate with PHP scripts. The following steps do not affect the web server installation and only apply if you want your php scripts to be executed when they are run from the command line (ex. run c:\myscripts\test.php) or by double clicking on them in a directory viewer window. You may wish to skip this step as you might prefer the php files to load into a text editor when you double click on them. Now navigate to: HKEY_CLASSES_ROOT On the edit menu select: New->Key Name the key to the extension you setup in the previous section. ex: .php Highlight the new key and in the right side pane, double click the "default value" and enter phpfile. Repeat the last step for each extension you set up in the previous section. Now create another New->Key under HKEY_CLASSES_ROOT and name it phpfile Highlight the new key 'phpfile' and in the right side pane, double click the "default value" and enter PHP Script. Right click on the 'phpfile' key and select New->Key, name it Shell. Right click on the 'Shell' key and select New->Key, name it open. Right click on the 'open' key and select New->Key, name it command. Highlight the new key 'command' and in the right side pane, double click the "default value" and enter the path to php.exe ex: c:\php\php.exe -q %1 (don't forget the '%1'). Exit Regedit. If using PWS on Windows, reboot to reload the registry. PWS and IIS 3 users now have a fully operational system. IIS 3 users can use a nifty tool available at http://www.genusa.com/iis/iiscfg.html from Steven Genusa to configure their script maps. Windows NT/2000/XP and IIS 4 or newer and PWS 4 on NT Workstation or W2K non server editions To install PHP on an NT/2000/XP Server running IIS 4 or newer, follow these instructions. You have two options to set up PHP, using the CGI binary (php.exe) or with the ISAPI module. In either case, you need to start the Microsoft Management Console (may appear as 'Internet Services Manager', either in your Windows NT 4.0 Option Pack branch or the Control Panel=>Administrative Tools under Windows 2000). Then right click on your Web server node (this will most probably appear as 'Default Web Server'), and select 'Properties'. If you want to use the CGI binary, do the following: Under 'Home Directory', 'Virtual Directory', or 'Directory', click on the 'Configuration' button, and then enter the App Mappings tab. Click Add, and in the Executable box, type: c:\php\php.exe (assuming that you have unzipped PHP in c:\php\). In the Extension box, type the file name extension you want associated with PHP scripts. Leave 'Method exclusions' blank, and check the Script engine checkbox. You may also like to check the 'check that file exists' box - for a small performance penalty, IIS (or PWS) will check that the script file exists and sort out authentication before firing up php. This means that you will get sensible 404 style error messages instead of cgi errors complaing that php did not output any data. You must repeat from 'Click Add...' for each extension you want associated with PHP scripts. (.php is recommended. although .phtml and .php3 may be required for legacy applications.) Set up the appropriate security. (This is done in Internet Service Manager), and if your NT Server uses NTFS file system, add execute rights for I_USR_ to the directory that contains php.exe To use the ISAPI module, do the following: If you don't want to perform HTTP Authentication using PHP, you can (and should) skip this step. Under ISAPI Filters, add a new ISAPI filter. Use PHP as the filter name, and supply a path to the php4isapi.dll. Under 'Home Directory', click on the 'Configuration' button. Add a new entry to the Application Mappings. Use the path to the php4isapi.dll as the Executable, supply .php as the extension, leave Method exclusions blank, and check the Script engine checkbox. Stop IIS completely (net stop iisadmin) Start IIS again (net start w3svc)
  5. hi also ich gehe auch über das Kabelnetz ins Internet und ab und zu verwirft xp meine (vom dhcp bezogenen) einstellungen weiss auch nicht wieso! Aber wenn ich mir die DHCP-daten neu beziehen gehts wieder weiss nicht ob ich dir hlfen konnte, aber ich glaube das meintest du naja mal sehen
  6. cool thx nu gehts danke für diene hilfe
  7. öhm also ich weiss nich aber ich habe den code mal in nen vb formular reinkpopiert aber wenn ich auf ausführen klick sagt er: fehler beim kompelieren benutzerdefinierter typ nicht definiert! und er markiert diese zeile : Private App As Excel.Application
  8. mh schön und gut aber was mache ich wenn ich eine excel tabelle 60 zeilen hat *g der zähler schaltet ja nach 50 ab deswegen will ich ja zuerst die zeilenanzahl von der excel tabelle ermitteln und dann diese anzahl als zähler nehmen
  9. öhm ich glaube du hast das mit dem import etwas falsch verstanden! das einzigste was das prog macht ist: excel tabelle öffnen und bis jetzt leider nur die erste zeile in ein array speichern! ich will das ganze jetzt in ne schleife packen aber ich brauch j aein zähler und die zeilenanzahl will ich mit dem zähler vergleichenaber wie bekomme ich die anzahl?
  10. ich hab ein proggi mit dem ich aus ner excel tabelle daten hole gibts ne funktion mit der ich auslesen kann wieviele zeilen die excel tabelle hat?
  11. folgendes: wenn ich strg+n drücke fehlt bei mir die Statusleiste wenn ich sie über ansichtg aktiviere erscheint sie der ie vergisst es aber wieder nachdme ich das fenster geschlossen habe!! Wie mache ich das er es nicht mehr vergisst
  12. mh kann mir niemand bei meinem prob helafne??? Nen tip oder so???
  13. also ich habe ein prob ich habe mich noch nie mit vb beschäftigt und jetzt habe ich ein Projekt bekommen das ich mit VB lösen muss :-( Das Prog soll so aussehen, dass der Anwender textdateien oder exceltabbelen asl Quelle angeben kann und nach nem "Knopfdruck" sollen diese in eine Accessdatenbank geschrieben werden! Es handelt sich um Adressdatensätze die aber auch unterschiedlich in den dateien angeordnet sind!!! Es gibt aber nur 3 oder verschiedene Dateistruckturen und die ändern sich auch net!! Also fröhliches posten danke schonmal im voraus
  14. wie ändere ich in einem Formular z.b. die Hintergrundfarbe eines Textfeldes? Oder die Farbe der Scrollbalken usw.
  15. mh doch net *wiederzurücknehmwasichgeschriebenhab *peinlich
  16. da avichop unter winxp nichtmehr funktioniert wollte ich mal wissen, ob es vergleichbare Progs gibt um avi dateien zu teilen?
  17. mh cool hattest recht Valium dankeschön
  18. aber die scrollbalken müssen doch eh net im body stehen und auf den anderen sieten hab ichauch keinen body und da gehts ja auch
  19. also ic habe folgendes prob auf meiner HP lege ich body, Scrollbalkenfarbe usw. mit hilfe einer css Datei an! Funktioniert auch alles aber in den Dateien wo php code drinn vorkammt funktioniert die css datei nur in body aber nicht in den Scrollbalken:confused: und ich habe keine ahnung warum! Ihr könnt auch selbst davon überzeugen auf meiner HP die auch ier registriert ist wenn ihr auf Gästebuch klickt seht ihrs bitte helft mir! thx mfg Deschdrozer
  20. Deschdrozer

    DivX 5.0

    Dann musst du mal nen anderen Player ausprobieren ich könnte wetten, dass dieses Prob im Media Player auftritt! Wenn ja wechsel den PLayer muss ja net The Player sein! Der BS Player is sehr gut und schnell! mfg Deschdrozer
  21. hehe:D trozdem dankeschön
  22. Deschdrozer

    W2k Backup

    mh das stimmt wohl leider. Wäre aber trozdem net, wenn du mir mal ein paar linkz zu den freeware proggis posten könntest thx schonmal im voraus!
  23. ok habs geschafft*g
  24. jo danke erstmal für den tip *aufdenkopfschlag naja hab ich wohl überlesen*g. Aber nu mal noch ne ganz blöde Frage wie gehts nur weiter*gg als webserver benutz ich apache und wie sag ich dem webalizer nu dass er ne statistik machen soll?
  25. mh so wies aussieht kann mir wohl niemand eine Antwort geben! Deswegen eine weitere frage kennt ihr gute Webstats wo auch unter Windows laufen und umsonst sind??

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...