magiccode91405241511
Members-
Content Count
160 -
Joined
-
Last visited
Everything posted by magiccode91405241511
-
Hi, It is best if you can provides more information about your requirement.What do you means nice options ?It seems more general !
-
How To Uninstall Completely Office 2003
magiccode91405241511 replied to TavoxPeru's topic in Websites and Web Designing
Office 2003 have auto repair feature that might help.Please try re-run the installer and it should display a screen that allowed to uninstall it.Or, you may first execute one of app, then, select repair from help menu.It will repair files corrupted or missing.Finally, you can uninstall it using add / remove program for control panel. -
Locking Folders Without An Application!
magiccode91405241511 replied to TBK's topic in Websites and Web Designing
I would instead use ntfs permissions. -
Hi,Please turn off the computer.Then, unplug all the ram and display.Power on the computer to see if it have some sound or noise produced.If so, you may try plugin the component back one-by-one.Sometime I experienced a similiar issues the computer won't boot.This may help to see if the computer's mother board work or not.
-
/** * $Author: pgeric $ * $Revision: 8 $ * $Date: 2008-06-30 19:40:52 +0800 (Mon, 30 Jun 2008) $ * $Id: php_mysql_install.txt 8 2008-06-30 11:40:52Z pgeric $ */ Installing newer version of php and enable mysql connection. (As of this writing will be targeted at php 5.2.5 and above) Because of a change on newer version of php. Some files have been moved around within the default folder structure of php package. The result was when try working with mysql. It surprise you a lot. (The dicussion on this was based-on zip package. Use it becasue it is easy to install and without too much unknown data have been installed on local machine. This is especially important for server computer.) Before going with the steps. There are some common terms as following /* change the wording a bit to friendly describe it */ php installation folder = c:\php Use {PHP_DIR} ( Please don't use space within folder, it might cause issues ) php extension folder = c:\php\ext Use {PHP_EXT_DIR} php.ini settings = c:\php\php.ini Use {PHP_INI_FILE} Are you ready ? Let's go ! 1.) Download a copy of php from http://php.net/ and extract all files to {PHP_DIR} 2.) Move file libmysql.dll to {PHP_DIR}\{PHP_EXT_DIR} from {PHP_DIR} 3.) Adding {PHP_DIR} to system search path. Open System Applet by pressing Winkey + Break, click on the Advanced tab, then Environment button. 4.) Check the PHPIniDir directive on httpd.conf Open the httpd.conf file in your apache\conf folder check to see if it is pointed to the {PHP_DIR}. 5.) Configure extension folder location and loading mysql extension on php.ini If the directory location of extension_dir on php.ini was not configured to the {PHP_DIR}\{PHP_EXT_DIR}. You will need to change it. Go to extension_dir by a search and scroll up or down and look for an entry called php_mysql.dll. Remove the leading `;` character and save the change. 6.) Create a file called phpinfo.php and put the text and save it to webroot, <?php phpinfo();?> Test it by locate your browser to web server's webroot folder. If everything works fine. Confrag, you have a working php now Eric, Comments are welcome and could co from http(s)://opensvn.csie.org/freescript
-
Well, I have found that css was very hard to predict and precise control their apperance.When mix and use the p and h? tags. Their apperaence were not identity.Place the h? tags within the p tag causes style error on both firefox and IE.So, anyone should do it reserved, instead, place the p tag with any h? tags will do the jobs on both browsers.Still learning it coz it much varies when doing styles.Tested it on XHTML 1.0 Strict
-
Help On Calc Date Issues !
magiccode91405241511 replied to magiccode91405241511's topic in Programming
Hi, faulty.lee,Thanks your help. I am checking out.As the list a bit longer, might require some help !Regards,Eric, -
Hi, All I got more question on header function. re-read the php documentation and notice an term that said as What that means ? I have used two seperate script : src.php and target.php something like this: << src.php >> session_start();header('Location: /target.php'); << target.php >> print_r($_REQUEST); But it does the session id sent back from server to client, then, it gets sent to server from browser and then showed on target.php I get very confused about how that works !! Any where have more information about this so I go to read more. Thanks, Eric,
-
Help On Calc Date Issues !
magiccode91405241511 replied to magiccode91405241511's topic in Programming
Hi, faulty.leeHmm, I don't specfic the language to be used due it's language independently. :)But it is actually used with php.To summary up all the questions metioned above. Yes, I do also thinking these all issues ....Actually, I wish to something like viewvc.That is a source code viewer that shows all aspect of repository information, including a file's from it's first checkin to it's most current version have been passed.For simply the question, I have choosed that round the time period to integer.Do I need to do somethink like divide the number of days with 365 if it is > than it.if it did, then I have number of years + a number of days within a year.But because each month have different days, I have loop it all back from now - number of year calc above and plus these all.Althrough it much like works. But still seems missing somethings. Thanks,Eric, -
Hi, allI need going to write a small function that calc some interval from day to dayand to display it base on their size.For example, if the value was 1 minute or over that it display as x min.or if it hours then display it as x hours and so on.Let's say from a day range that has been passed 600000 second, thanI have to change it to some mins or hours or days and so on....I just get start with use the number of seconds and divide it with 60 and converted to mins,and go on up to days. But don't know how to get the next steps on.Any suggest are appreciate. Thanks,Regards,Eric,
-
Help Needed @ C#: Cross-thread Operation Not Valid
magiccode91405241511 replied to turbopowerdmaxsteel's topic in Programming
I have forgotten how the whole sample did.Just remember that you have to useControl.InvokeRequired to check that if you are not on the right thread.If so, skill to the next method call and try to update the control UI.Wish this helpEric -
Pause A Command Prompt After Execution?
magiccode91405241511 replied to Feelay's topic in Programming
Hi, It is just the ASCII computer code and you can get it from here http://forums.xisto.com/no_longer_exists/. And yes, 13 is the key code for enter key. Regards, Eric, -
Windows Sp4 ? How
magiccode91405241511 replied to 666hellradio's topic in Websites and Web Designing
Basically, I trust that microsoft will continuely to developing new services packsto improve it's operating system.But the version mentioned might be an alpha that demo how the new sp should look.And might changed overtime as work progress towards to beta and rc.As FirefoxRocks and wutske said, would you possible provide a bit more information about it ?Eric, -
Pause A Command Prompt After Execution?
magiccode91405241511 replied to Feelay's topic in Programming
Thank, that's help me a bit as I learning how to write c++. While I do the same thing with getch() and check it's value if it is enter key then quit. as this if (getch() == 13){ ...} -
Windows Xp Sp3 Available
magiccode91405241511 replied to Atomic0's topic in Websites and Web Designing
Oh, sorry, modI will avoid it when posting. -
Also, please note that when you have login in by using the local user account that is on windows xpcomputer. Your desktop setting might be different from that is domain user account.You have to check out the %systemdrive%\document and settings to get the documents back that's on my documents.
-
Cannot Share From Xp To Win2003
magiccode91405241511 replied to Gunner1405241558's topic in Computer Networks
Remembers each computer ? Sorry I haven't hear about that ! Mod, could you please explain it a bit ? Thanks, Eric, -
Windows Xp Sp3 Available
magiccode91405241511 replied to Atomic0's topic in Websites and Web Designing
Actually, Windows XP Service Pack 3 haven't any new features except that provide better interoperatewith Windows Vista networking, file sharing and a new feature for corporation - Network access protection.That already build-in in Vista system. ( But that required the network's hardware support to operate )But it still usefull for some users who have illegal copy of xp. -
Actually, I still does't understanding why and how the Linux / Unix so strong on anti-virus or security related issues.Is this the community powered that coding the kernel and / or the apps very carefully.Or the true is windows are features and user-oriented.( Such as Windows XP UI and Active Directory Light Directory Service or ADAM )Sorry for asking that. I'am a windows users and lack of linux knowledge !
-
Can a standard user become and administrator ?
magiccode91405241511 replied to iGuest's topic in Websites and Web Designing
But don't think so that as a normal user account can be use the net user commandto change administator settings such as password.I do have tried that on some windows 2000 and xp computers but does't work.But thanks to all of above alternate methods that used to reset NT password. ( Did't aware that so many ) -
It is best all the time to enable a firewall before connected it to the internet.If that a server was used as a web server than it is best to configure the ipsecto reject all connection except port 80 or required that use secure channel.pay attention on Port no 135, 137-138, 139 and even 445.And check update or patch on IIS or Apache for critical upgrade.
-
Need Help: PHP Security - Login Script For Site security
magiccode91405241511 replied to doctor's topic in Programming
May be Feedbacker require show a login dialog when a anonyomous user visit to their site.One they got auth, then, allowed to visit the site.If so, try check the cookies set before. If they exists then, allow users to access the member area.Otherwise, show the login dialog. -
Easy Visitor Counter Easy to use and to install
magiccode91405241511 replied to jsuthers's topic in Programming
But sometime that only a value then it need to be read from a db may waste it space.If the code was used on small sites would be fine.Writing to file just as to database.But instead I am thinking about the code changed a bit may be better by first initial the variables.$count = 0;$file = null;if ( ... ) .... -
hi, you have't provides information about you computers, it would be best if you provides it. for the most time, the methods of other members stated above post is supposed to works without problems. however, if the hard drive of your old computer is too old, that might be required you to connect it to secondary controller of the new computer to work or would be failed at all. if it failed, connect its with lan card and cable, then, you would get files transfered. - hope this help
-
Restore Windows File And Folder Protection
magiccode91405241511 replied to soleimanian's topic in Websites and Web Designing
may be having a regedit entry file would be good, that brings the beginning to do what they wanted to do and prevents the crash of the computers. also made life better coz do it by one click instead of by hands.