Jump to content

eryen

Members
  • Posts

    197
  • Joined

  • Last visited

Posts posted by eryen

  1. devianart ta sunulanın aynısı olduğunu belirtmiştim.

    Orada sunumu yapılanda Hoş Geldiniz ekranı ve kullanıcı ismininin altında bulunan 3-5 Yeni postanız var yazısı kaldırılmış.

    Tamamen aynısını yaptım, tabii fake Vista yazısı hari

  2. Ohoooo...

    Assembler'e giriş mahiyetli bir ders olacak.

    Basit bir ideo ile olacak şey değil.

    Registerları, assembler komutlarının en azından bir kısmını anlatmak.

    jmp ile oluşturulacak satırlarda yeni bellek alanını hesaplamak...

    Herşeyi bilemek, nasıl yapıldığını bilmek zorunda değilsiniz.

    Ki meraklısı zaten başka yerlerden kaynak bularak kendisini geliştirir.

    Burası ne yeri ne de zamanı.

  3. Replace Icons.

    Firefox uses 3 kind of icons.

    Index No: 0 => Basic icon. Shown on links

    Index No: 1 => File icons. Shown on html files.

    Index No: 32512 => Shown on program windows left up corner.

    Basicly icon0 and icon32512 are same.

    For example if you renamed your 2 icon files as 0.ico and 1.ico

    In command promt:

    ResHacker.exe -addoverwrite firefox.exe, firefox.exe, 0.ico, Icon,0, => This will replace main icon

    ResHacker.exe -addoverwrite firefox.exe, firefox.exe, 1.ico, Icon,1, => This will replace html file icon

    ResHacker.exe -addoverwrite firefox.exe, firefox.exe, 0.ico, Icon,32512, => This will replace program windows left up corner icon

    All DoNE. Icons replaced.

    All informations can be found on ResHacker Help file, under Commandline Scripting topic

    U may use a res file included all icons in one file.

    ResHacker.exe -addoverwrite firefox.exe, firefox.exe, icons.res,,, => This will replace all icons in res file.

  4. It is not just Unattended edition.

    Winnt.sif is enoght to make Xp installation unattended.

    U should add several addons and icon pack.

    Those versions not private editions.

    Most of addons are allready public, open for general use.

    And nearly all of them can be add to insallatin via RVMI or nLite easyly. Or pack can be integrate by internal application. (Like icon packs.)

    Just select which addons u want. Which icon packs u want and integrate them.

    Now u have your own Extra Black Supreme Maximuz Hercules Edition. :D

  5. Download Statusbar

    install.rdf

    <em:minVersion>2.0</em:minVersion>

    <em:maxVersion>3.0b5pre</em:maxVersion>

    Maynot install on newly installed firefox.

    Max version number is smaller then RC2,RC3

    Same for IE Tab too.

    I use edited install.rdf. So no problem with me.

  6. My all extentions works perfect with personelized settings.

    Maybe 10-15 times tested.

    AdBlock Plus

    AdBlock Plus: Element Hiding Helper

    ColorfulTabs

    Direct Link

    Download Statusbar

    Fasterfox

    FlashGot

    IE Tab

    ImageShack right-click

    Linkification

    Tabs Open Relative.

  7. ::copy searchplugins from your machine to localized

    IF EXIST "%mozilla%\searchplugins" DEL /Q %localized%\searchplugins\*&%rb% /LOG+:Logs\Copy_to_localized.txt /NP /NJS /NJH /NS /NC /XO "%mozilla%\searchplugins" %localized%\searchplugins *

    Also

    Title Downloading Flash Player

    IF EXIST "%mozilla%\plugins\NPSWF32.dll" goto :STEP06

    %wget% -N -c -PFiles -a Logs\wget.log http://fpdownload.macromedia.com/get/flash...lash_player.exe

    ::MOVE Flash Player installer into temp1

    IF NOT EXIST "%mozilla%\plugins\NPSWF32.dll" xcopy Files\*flash* temp1 /Y /Q

    Addon will allready support flash. Installer not needed

    Config.txt must be seperated too. Without

    ; // Silent install of Flash Player

    RunProgram="install_flash_player.exe /S"

    Or u may delete "%mozilla%\plugins\NPSWF32.dll" before plugins copied.

  8. This Addon maker is soo beautiful now.

    Maybe 1 thing.

    For personelized FF installation. User may not need default searchplugins...

    U may delete default ones from FF3 localized.

    If user use them. They will allready copy from personelized folder.

    For example i dont use most of default searchplugins.

    But Addon Maker copy them to my installation.

×
×
  • Create New...