Jump to content

Sunil

Member
  • Posts

    585
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Sunil

  1. I think to achive this you would need to create a script that would automatically create the SIG from the new image output. This could be done by simply deleting the old one and renaming the new one the same as the old, but to create the stream, i donno.

  2. ;SetupMgrTag

    [Data]

    AutoPartition=1

    MsDosInititated="0"

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    OemSkipEulA=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    Repartition="Yes"

    Unattendswitch="Yes"

    WaitForReboot="No"

    OemPnPDriversPath=Drivers\Catalyst3_6\2KXP_INF;Drivers\asus\sound\

    The two colored parts will automatically repartition for you, if the repartition part is null then no partitioning will occur.

    if the autopartition is = 0 then it will prompt you for the partition to install on and give you the options to delete the partition and reformat.

  3. Hey Guys need some serious help here, ok, I am building a website and am presently testing it off of my windows pc, I have IIS 5.1 with php 4.3.3 installed. I am trying to install phpnuke 6.9 but cant seem to get it working. I have configured the config.php file perfectly and have created the database, i have given all the files and folders read/write access, but when I try to access the admin.php file i get tonnes of errors..

    Notice: Undefined variable: HTTP_USER_AGENT in C:\Inetpub\html\mainfile.php on line 16

    Notice: import_request_variables(): No prefix specified - possible security hazard in C:\Inetpub\html\mainfile.php on line 39

    Notice: Undefined variable: forum_admin in C:\Inetpub\html\mainfile.php on line 69

    Notice: Undefined variable: inside_mod in C:\Inetpub\html\mainfile.php on line 72

    Notice: Undefined variable: inside_mod in C:\Inetpub\html\db\db.php on line 44

    Notice: Use of undefined constant sitename - assumed 'sitename' in C:\Inetpub\html\mainfile.php on line 88

    Notice: Use of undefined constant nukeurl - assumed 'nukeurl' in C:\Inetpub\html\mainfile.php on line 89

    Notice: Use of undefined constant site_logo - assumed 'site_logo' in C:\Inetpub\html\mainfile.php on line 90

    Notice: Use of undefined constant slogan - assumed 'slogan' in C:\Inetpub\html\mainfile.php on line 91

    Notice: Use of undefined constant startdate - assumed 'startdate' in C:\Inetpub\html\mainfile.php on line 92

    Notice: Use of undefined constant adminmail - assumed 'adminmail' in C:\Inetpub\html\mainfile.php on line 93

    Notice: Use of undefined constant anonpost - assumed 'anonpost' in C:\Inetpub\html\mainfile.php on line 94

    Notice: Use of undefined constant Default_Theme - assumed 'Default_Theme' in C:\Inetpub\html\mainfile.php on line 95

    Notice: Use of undefined constant foot1 - assumed 'foot1' in C:\Inetpub\html\mainfile.php on line 96

    Notice: Use of undefined constant foot2 - assumed 'foot2' in C:\Inetpub\html\mainfile.php on line 97

    Notice: Use of undefined constant foot3 - assumed 'foot3' in C:\Inetpub\html\mainfile.php on line 98

    Notice: Use of undefined constant commentlimit - assumed 'commentlimit' in C:\Inetpub\html\mainfile.php on line 99

    Notice: Use of undefined constant anonymous - assumed 'anonymous' in C:\Inetpub\html\mainfile.php on line 100

    Notice: Use of undefined constant minpass - assumed 'minpass' in C:\Inetpub\html\mainfile.php on line 101

    Notice: Use of undefined constant pollcomm - assumed 'pollcomm' in C:\Inetpub\html\mainfile.php on line 102

    Notice: Use of undefined constant articlecomm - assumed 'articlecomm' in C:\Inetpub\html\mainfile.php on line 103

    Notice: Use of undefined constant broadcast_msg - assumed 'broadcast_msg' in C:\Inetpub\html\mainfile.php on line 104

    Notice: Use of undefined constant my_headlines - assumed 'my_headlines' in C:\Inetpub\html\mainfile.php on line 105

    Notice: Use of undefined constant top - assumed 'top' in C:\Inetpub\html\mainfile.php on line 106

    Notice: Use of undefined constant storyhome - assumed 'storyhome' in C:\Inetpub\html\mainfile.php on line 107

    Notice: Use of undefined constant user_news - assumed 'user_news' in C:\Inetpub\html\mainfile.php on line 108

    Notice: Use of undefined constant oldnum - assumed 'oldnum' in C:\Inetpub\html\mainfile.php on line 109

    Notice: Use of undefined constant ultramode - assumed 'ultramode' in C:\Inetpub\html\mainfile.php on line 110

    Notice: Use of undefined constant banners - assumed 'banners' in C:\Inetpub\html\mainfile.php on line 111

    Notice: Use of undefined constant backend_title - assumed 'backend_title' in C:\Inetpub\html\mainfile.php on line 112

    Notice: Use of undefined constant backend_language - assumed 'backend_language' in C:\Inetpub\html\mainfile.php on line 113

    Notice: Use of undefined constant language - assumed 'language' in C:\Inetpub\html\mainfile.php on line 114

    Notice: Use of undefined constant locale - assumed 'locale' in C:\Inetpub\html\mainfile.php on line 115

    Notice: Use of undefined constant multilingual - assumed 'multilingual' in C:\Inetpub\html\mainfile.php on line 116

    Notice: Use of undefined constant useflags - assumed 'useflags' in C:\Inetpub\html\mainfile.php on line 117

    Notice: Use of undefined constant notify - assumed 'notify' in C:\Inetpub\html\mainfile.php on line 118

    Notice: Use of undefined constant notify_email - assumed 'notify_email' in C:\Inetpub\html\mainfile.php on line 119

    Notice: Use of undefined constant notify_subject - assumed 'notify_subject' in C:\Inetpub\html\mainfile.php on line 120

    Notice: Use of undefined constant notify_message - assumed 'notify_message' in C:\Inetpub\html\mainfile.php on line 121

    Notice: Use of undefined constant notify_from - assumed 'notify_from' in C:\Inetpub\html\mainfile.php on line 122

    Notice: Use of undefined constant footermsgtxt - assumed 'footermsgtxt' in C:\Inetpub\html\mainfile.php on line 123

    Notice: Use of undefined constant email_send - assumed 'email_send' in C:\Inetpub\html\mainfile.php on line 124

    Notice: Use of undefined constant attachmentdir - assumed 'attachmentdir' in C:\Inetpub\html\mainfile.php on line 125

    Notice: Use of undefined constant attachments - assumed 'attachments' in C:\Inetpub\html\mainfile.php on line 126

    Notice: Use of undefined constant attachments_view - assumed 'attachments_view' in C:\Inetpub\html\mainfile.php on line 127

    Notice: Use of undefined constant download_dir - assumed 'download_dir' in C:\Inetpub\html\mainfile.php on line 128

    Notice: Use of undefined constant defaultpopserver - assumed 'defaultpopserver' in C:\Inetpub\html\mainfile.php on line 129

    Notice: Use of undefined constant singleaccount - assumed 'singleaccount' in C:\Inetpub\html\mainfile.php on line 130

    Notice: Use of undefined constant singleaccountname - assumed 'singleaccountname' in C:\Inetpub\html\mainfile.php on line 131

    Notice: Use of undefined constant numaccounts - assumed 'numaccounts' in C:\Inetpub\html\mainfile.php on line 132

    Notice: Use of undefined constant imgpath - assumed 'imgpath' in C:\Inetpub\html\mainfile.php on line 133

    Notice: Use of undefined constant filter_forward - assumed 'filter_forward' in C:\Inetpub\html\mainfile.php on line 134

    Notice: Use of undefined constant moderate - assumed 'moderate' in C:\Inetpub\html\mainfile.php on line 135

    Notice: Use of undefined constant admingraphic - assumed 'admingraphic' in C:\Inetpub\html\mainfile.php on line 136

    Notice: Use of undefined constant httpref - assumed 'httpref' in C:\Inetpub\html\mainfile.php on line 137

    Notice: Use of undefined constant httprefmax - assumed 'httprefmax' in C:\Inetpub\html\mainfile.php on line 138

    Notice: Use of undefined constant CensorMode - assumed 'CensorMode' in C:\Inetpub\html\mainfile.php on line 139

    Notice: Use of undefined constant CensorReplace - assumed 'CensorReplace' in C:\Inetpub\html\mainfile.php on line 140

    Notice: Use of undefined constant copyright - assumed 'copyright' in C:\Inetpub\html\mainfile.php on line 141

    Notice: Use of undefined constant Version_Num - assumed 'Version_Num' in C:\Inetpub\html\mainfile.php on line 142

    Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\html\mainfile.php:16) in C:\Inetpub\html\mainfile.php on line 165

    Notice: Constant _YOUHAVE already defined in C:\Inetpub\html\language\lang-english.php on line 159

    Notice: Undefined variable: user in C:\Inetpub\html\modules.php on line 20

    Notice: Use of undefined constant active - assumed 'active' in C:\Inetpub\html\modules.php on line 24

    Notice: Use of undefined constant view - assumed 'view' in C:\Inetpub\html\modules.php on line 25

    Notice: Undefined index: 2 in C:\Inetpub\html\mainfile.php on line 217

    Notice: Use of undefined constant admin - assumed 'admin' in C:\Inetpub\html\mainfile.php on line 174

    Notice: Constant _ADD already defined in C:\Inetpub\html\modules\News\language\lang-english.php on line 91

    Notice: Undefined variable: op in C:\Inetpub\html\modules\News\index.php on line 199

    Notice: Undefined index: 1 in C:\Inetpub\html\mainfile.php on line 521

    Notice: Use of undefined constant user_password - assumed 'user_password' in C:\Inetpub\html\mainfile.php on line 524

    Notice: Undefined offset: 2 in C:\Inetpub\html\mainfile.php on line 525

    Notice: Undefined offset: 1 in C:\Inetpub\html\mainfile.php on line 408

    Notice: Undefined index: 2 in C:\Inetpub\html\mainfile.php on line 217

    Notice: Undefined variable: op in C:\Inetpub\html\banners.php on line 369

    Notice: Use of undefined constant bid - assumed 'bid' in C:\Inetpub\html\banners.php on line 38

    Notice: Use of undefined constant imageurl - assumed 'imageurl' in C:\Inetpub\html\banners.php on line 39

    Notice: Use of undefined constant clickurl - assumed 'clickurl' in C:\Inetpub\html\banners.php on line 40

    Notice: Use of undefined constant alttext - assumed 'alttext' in C:\Inetpub\html\banners.php on line 41

    Notice: Undefined index: 1 in C:\Inetpub\html\mainfile.php on line 194

    Notice: Undefined variable: sitename in C:\Inetpub\html\themes\DeepBlue\theme.php on line 69

    It is really frustrating, it seems that the errors stem from the mainfile.php page and just prevents anything from working, I havew used analyze.php to test and every thing is perfect, but the thing just wont work..

    Please render some much needed help

    Sunil

  4. That link is not working for me.

    Not a lot of point in expecting an answer to this question as it has been discussed extensively and is in fact the topic of one of the stickies at the top of the forum

    http://board.MSFN.org/index.php?showtopic=8041

    Come On, help the guy out that the winntbbu.dl_ topic not the setup.exe :)

    @valkyre I have figured out how to edit the text sizes but cant get the shade of blue to change as yet, im guessing that its not in the resouce section but a part of the actual dialog, so some hexing will work there.

    The resource section for the text is

    String Table @ 194, 195, 201

    These will change the entire text sizing for the setup.exe, havent figured out what controls what

×
×
  • Create New...