Jump to content

xtentic

Member
  • Posts

    16
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by xtentic

  1. Is anyone free to create a Nlite addon for PHP CODER IDE

    Website: http://www.phpide.com/

    Full link: http://www.phpide.com/phpcoder/download.htm

    Files: http://www.phpide.com/downloads/phpcoder_r2_fp3.exe

    Description:

    PHP Coder is an IDE (Integrated Development Environment) especially developed for PHP programmers.

    Through tight integration of the PHP interpreter and the PHP documentation, PHP Coder gives you a time-saving Development Interface. Features are Full Integration of the PHP Interpreter and the PHP documentation, Integrated Preview window, Full Syntax Highlighting for HTML and PHP, AutoComplete for frequently used text constructs, Project manager, Tag Buttons and all the standard editing functions like almost unlimited undo, copy and paste, searching, ...

    And it is quite small compared to other language's IDEs and loads pretty fast.

    And the best, it's FREE.

    Features

    This is the PHP Coder features list. You can get an overview of PHP Coder's possibilities.

    You should also take a look at the screen shots to get an impression of PHP Coder and see how the described features aid you while programming.

    PHP Coding helps

    Class Browser: Displays a structured tree view of your scripts, shows your classes, functions and variables

    Script Insight: Lists all class members of a class-variable (works with inherited classes and includes as well), and displays function parameters in a pop-up window

    Integrated Preview: Lets you view your pages parsed (either a by php.exe or a web server) in the integrated preview window

    Syntax Highlighting: The customizable highlighter shows your source with different color styles for certain PHP language constructs. And both PHP and HMTL can be highlighted at the same time!

    Documentation Viewer: Have your PHP, HTML and database documentation always at hand. The documentation files are parsed in real time and displayed in a tree view, you can even search the documentation or look up the current word

    AutoComplete: Lets PHP developers define their own tokens that will expand to any text, saves you a lot of typing

    PHP Keyword Completion: You don't like typing long functions like mysql_affected_rows or mysql_connect, simply type the first few letters and hit ctrl+space, you'll be able to select the right token from a list

    Brace Matching: Move the cursor over a brace and hit ctrl+m and PHP Coder will find the matching brace and select all the text in between

    Productivity

    Enhanced Project Manager: An enhanced project manager lets you manage and organize your site and PHP projects, allows for sub-folders, virtual and physical folders can be added.

    Integrated File manager with FTP Client: The integrated File manager lets you open local and FTP files.

    Multiple Document Interface: PHP Coder allows you to edit multiple documents at the same time using a tabbed editing window

    Tag Buttons: Toolbars for frequently used HTML constructs

    Server Integration: Allows you to to parse your PHP documents using your web server, local or remote. Lets you see your pages as your visitors will!

    Editing

    Access local and remote files

    Set Bookmarks on any line (with ctr+shift+0..9 and access them via ctrl+0..9) for quick access

    Find class and function definitions in no time using the class browser

    Customizable Syntax Highlighting

    Customizable Tag Highlighting

    Ultra-fast editing facilities - line no# support, gutter, margin

    Insert/Overwrite modes

    Extended Search and Replace Support

    Extended Search and Replace Dialogs

    Search using Regular Expressions

    Search in files (all open files, all project files, in directories)

    Speed

    Open any files on your hard disk using the internal File Explorer, supports FTP servers as well

    Access to recently used files and projects

    AutoComplete can expand frequently used text constructs (like class, or function definitions or mySQL queries) and saves you a lot of typing

    PHP Keyword Completion will complete frequently used PHP functions and keywords

    Keyboard shortcuts exist for all frequently used features

    Flexibility

    Undockable Windows and Toolbars, design your own workspace, however you like it

    Define your own highlighting schemes, chose your own colors for all syntax highlighted tokens

    Printing

    Syntax-Highlighter Color Printout

    In-Depth Printout Customization (Margins, Header, Footer, Font, Line Numbers, ...)

    Print Preview

    Printer Setup

    and more

    Anyone please free up some time for this incredible tool!

    Thank you in advance!

  2. Hi everyone

    Are you sharing your silent installs? or CD images of your custom build XP/whatver installs?

    on DC++, Torrent? etc? if that's allowed here?

    If that's not allowed, would people share there install configuration files (like ini's, cmd, etc?)

  3. Hi.

    I'm now having the installation of my dreams, for XP that is... but after the first time it runs on the ]GuiRunFirst[ i get errors from the batch file.

    It seems that i can't get files out of directories when there are spaces in the directory name.

    i've tried adding " for the names or on the whole line.. but it didn't work.

    example:

    @echo off
    TITLE Installing components of Windows XP Professional.

    echo.
    echo Over the next few minutes you will see automated installations
    echo of various sofware applications, windows updates, and registry
    echo tweaks being implemented. The computer will restart automatically
    echo once the whole process has finished!

    echo.
    echo Windows Comspec settings
    echo systemdrive:    [%systemdrive%]
    echo systemroot:     [%systemroot%]
    echo alluserprofile: [%allusersprofile%]
    echo.

    echo.
    echo Installing WinZip 9.0
    start /wait "%systemdrive%\Program Files\winzip\winzip32.exe" /noqp /autoinstall
    echo Installation complete!
    echo.
    echo Adding and removing registry items... please wait...
    regedit /s registerwinzip.reg

    echo.
    echo Installing Total Commander 6.53
    start /wait "%systemdrive%\Install\Tools\TotalCommander6.53\Install.exe"
    echo.
    echo Adding registry for Total Commander 6.53
    copy "%systemdrive%\Install\Tools\TotalCommander6.53\Wincmd.key" "%systemdrive%\Program Files\totalcmd\"

    echo.
    echo Installing Daemon Tools 3.47
    start /wait "%systemdrive%\install\tools\dtools\daemon.msi" -qb REBOOT=ReallySuppress

    echo.
    echo Installing WinAMP 5.093...
    start /wait "%systemdrive%\install\music\winamp5093.msi" INI="%systemdrive%\install\music\winamp5093.ini" /qb

    echo.
    echo Removing Wallpapers and Screensavers...
    DEL "%systemroot%\*.bmp" >nul
    DEL "%systemroot%\Web\Wallpaper\*.jpg" >nul
    DEL "%systemroot%\system32\dllcache\*.scr" >nul
    DEL "%systemroot%\system32\*.scr" >nul

    echo Removing useless shortcuts...
    DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk" >nul
    DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk" >nul
    DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk" >nul

    echo Removing Winzip Profiles...
    del "%allusersprofile%\start menu\WinZip.lnk" >nul
    del "%allusersprofile%\desktop\WinZip.lnk" >nul
    del "%allusersprofile%\start menu\Programs\WinZip\Uninstall WinZip.lnk" >nul
    del "%allusersprofile%\start menu\Programs\WinZip\Help Manual.lnk" >nul
    del "%allusersprofile%\start menu\Programs\WinZip\ReadMe.txt.lnk" >nul
    del "%allusersprofile%\start menu\Programs\WinZip\What's New.lnk" >nul

    echo.
    echo Restarting the PC in 1 minute...
    shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"

    echo.
    echo Deleting Temp Installation Files...
    RD /S /Q %systemdrive%\install
    RD /S /Q %systemdrive%\drivers

    EXIT

    even the Removing useless shortcuts parts cannot be found wich i find very weird.

    is there someone that can give me comments on this batchfile.

  4. Hi,

    I'm there with nLite and still get the http://upload.bruggema.nl/index.php?i=v&ip...2&name=fout.JPG screen.

    also the screen before this screen that whants to let me adjust the screen resolution.

    so i still get.

    - the change resolution screen.

    - welcome to windows

    - choose automatic updates etc.

    - check if netwerk works.

    - register windows? (no ofcouce, doing that everytime sucks)

    - usernames

    - and then save settings (complete it)

    this is my winnt.sif

    ; Generated by nLite 1.0 beta 4 & Myselve

    [Data]
       Autopartition = 0
       MsDosInitiated = 0
       UnattendedInstall = Yes
       AutomaticUpdates="Yes"

    [Unattended]
       UnattendMode = FullUnattended
       UnattendSwitch = No
       OemPreinstall = Yes
       OemSkipEula = Yes
       FileSystem = *
       WaitForReboot = No
       NoWaitAfterTextMode = 1
       NoWaitAfterGUIMode = 1
       TargetPath = Windows
       DriverSigningPolicy = Ignore
       NonDriverSigningPolicy = Ignore
       Hibernation = No

    [Display]
       Xresolution = 1024
       Yresolution = 768
       BitsPerPel = 32

    [SystemRestore]
       MaximumDataStorePercentOfDisk = 0

    [GuiUnattended]
       AdminPassword=fc1c50a751229d15aad3b435b51404ee6e4e8b6c8793ad1f7389338ba9ef499a
       EncryptedAdminPassword=Yes
       OEMSkipRegional=1
       TimeZone=110
       OemSkipWelcome=1

    [Shell]
       DefaultThemesOff = Yes
       DefaultStartPanelOff = Yes

    [Components]
       msmsgs=off
       msnexplr=off
       hearts=off
       minesweeper=off
       spider=off
       zonegames=off
       dialer=off

    [UserData]
       ProductKey = "UHUH YOU DON'T NEED THIS"    
       ComputerName = TNO-LAPTOP
       FullName = "Tno"
       OrgName = "Tno"

    [RegionalSettings]
       Language = 0413

    [Branding]
       BrandIEUsingUnattended=Yes

    [URL]
       Home_Page=http://www.google.nl

    [Proxy]
       Proxy_Enable=0
       Use_Same_Proxy=1

    [FavoritesEx]
       Title1="Bruggema.nl.url"
       URL1="http://www.bruggema.nl"
       Title2="FOK! Nieuws.url"
       URL2="http://frontpage.fok.nl/nieuws/view/today"
       Title3="FOK! Forum.url"
       URL3="http://forum.fok.nl"
       Title4="GOT! Nieuws.url"
       URL4="http://www.tweakers.net/nieuws/dag/0"
       Title5="GOT! Forum.url"
       URL5="http://gathering.tweakers.net"
       Title6="Webmail - @home.url"
       URL6="http://webmail.home.nl"
       Title7="Webmail - Hotmail.url"
       URL7="http://www.hotmail.com"
       Title8="Webmail - Bruggema.url"
       URL8="http://webmail.bruggema.nl"
       Title9="Localhost.url"
       URL9="http://localhost"

    [Networking]
       InstallDefaultComponents = Yes

    [Identification]
       JoinWorkgroup = thuis

    [SetupParams]
    UserExecute = "%systemdrive%\install\startup.cmd"

    does anyone see the fault i made?

    Thank you in advance, b.t.w i have created a $oem$\$$\system32\Oobeinfo.ini file with the usernames

    is this also correct?

    [UserInfo]
    Identity000="NewUser-Admin"
    Identity001="NewUser-Tno"

    thank you for helping me in advance.

  5. Hi,

    I've tryd to use nLite to create a unattended installation for Windows XP Professional. But after i run the 'created' installation it askes for username and so on... so the files and stuff are coppied fine.

    What i want to know is.

    - How do you install windows with all options filled in? so also username, firewall, etc etc etc. Due the reason with nLite i didn't get that to work (latest version).

    Even the guide didn't tell me..

×
×
  • Create New...