-
Posts
6,029 -
Joined
-
Last visited
Everything posted by TCH-Dick
-
www.mtechnik.com keep in mind, you will more than likely have to edit the php code for each theme, if you want to link to an external forum since they all use their own header files
-
No prob MoonFaery and Nice trick. I'll have to try that Thanks MikeH
-
msconfig will work on Windows 2k it just isnt included with it, I just copied it from another disk lol
-
Unlike Windows 2000 Microsoft included MsConfig with Xp. So just go to Start, Run, and type msconfig and hit enter. Once it opens, the last tab is the StartUp tab. Just uncheck any thing you don't want to load when your machine starts. Hit APPLY and then CLOSE and restart.
-
Found this at www.AnswersThatWork.com but I have no idea why they would try to access the internet. Intel Graphics Tray. System Tray icon which gets installed with the drivers for onboard VGA cards based on the Intel 81x graphics chipset. Double-clicking on it enables you to quickly change the display resolution, save your current Display Scheme, or configure your onboard graphics card. You can also configure keyboard hotkeys (shortcuts – this is handled by another background task called HKCMD). You can access the same features through the "Intel Graphics Technology" icon in the Control Panel. Recommendation : Although great in theory, on some PCs we have found that whenever IGFXTRAY and HKCMD are running, Windows Explorer is prone to hanging and showing as "not responding" in the Task List. Our recommendation, therefore, is that you should not have this tray icon running, and that you should also not use the hotkey facility that comes with it. Disable both IGFXTRAY and HKCMD with Startup Manager.
-
I dont know if there is a set time, but they are updated once a day. I used to constantly monitor mine and sometime between 1am or so and 8am is when they were usually updated (thats CST by the way)
-
I could be wrong, alot of this is new to me. But all of that in blue looks like the menu script . But all that in red seems like a little extra to get better ranked.
-
I assume the htaccess file you edited is in your public_html folder. If you add another htaccess file in the subdirectory /moveabletype, you can specify the default page for that directory. Just add the line: DirectoryIndex index.shtml index.html index.htm
-
I assume the htaccess file you edited is in your public_html folder. If you add another htaccess file in the subdirectory /moveabletype, you can specify the default page for that directory. Just add the line: DirectoryIndex index.shtml index.html index.htm
-
I assume the htaccess file you edited is in your public_html folder. If you add another htaccess file in the subdirectory /moveabletype, you can specify the default page for that directory. Just add the line: DirectoryIndex index.shtml index.html index.htm
-
Oh Yea, one more thing. For those of you using PhpNuke you can edit the meta tags also. Just edit meta.php in the /includes folder
-
No its not cheating, those are Meta tags. Here is a link to a good explanation of meta tags How To Use HTML Meta Tags
-
I see its working GOOD JOB
-
Thats it Go to Cpanel Open phpMyAdmin Go to the SQL tab and upload nuke.sql then go to http://www.deltataskforce.net/index.php
-
just a quick question, are you wanting nuke to replace your current site?
-
It should be in the folder you extracted nuke to on your pc . It is in a folder called SQL Sorry I assumed you uploaded the tables already Go to Cpanel Open phpMyAdmin Go to the SQL tab and upload nuke.sql then go to http://www.deltataskforce.net/index.php
-
nukesql is in the sql folder with phpnuke that you have already downloaded
-
all those errors look like database errors start by: Go to Cpanel Open phpMyAdmin Go to the Structure tab Scroll down to the end Click check all In the pull down box next to it select Drop Then select Yes Go to the SQL tab and upload nuke.sql again then go to http://www.deltataskforce.net/index.php also if you have a index.html page it will load befor the index.php when you use the address http://www.deltataskforce.net EDIT:Sorry i didn't realize you had not loades the tables
-
upload nukesql.php to the same location as config.php use your browser and go to www.yoursite.com/nukesql.php (if you put the sql file in your root directory) that will create the tables
-
you dont have any tables for your database
-
Analyzer Download
-
I see the site but I should have said what is the address to the nuke install. Sorry my fault.
-
The problem you are experiencing is usually a database connection issue. Did you upload analyze from nukecops? What is the link to the site?
-
just to add another voice here, you have to create the database tables also, you can do it by inporting the .sql file in phpmyadmin or you can upload the nuke.sql file to the root folder of your phpnuke site and then use your browser to navigate to it and creat the tables. You also might want to go to www.nukecops.com and grab their analyze file (its on the main page) and upload it and then run it in your browser, it gives a more detailed description of any problems.
-
It should look like this $dbhost = "localhost"; $dbuname = "deltata_Lebleu"; $dbpass = "*****"; $dbname = "deltata_phpnuke"; $prefix = "nuke"; $user_prefix = "nuke"; also nuke has a default sitekey, change it for security reasons. $sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9"; just change the the blue text to anything you want and I mean any thing, it can be "maryhadalittlelamb" if you want
