magiccode91405241511
Members-
Content Count
160 -
Joined
-
Last visited
Everything posted by magiccode91405241511
-
It is an addition to what the all pros above already said.When the welcome screen of a Windows XP was disabled.Pressing Ctrl-Alt-Del would no longer show up the task manager, but instead it show up the Windows Security Dialog Box.Just as windows 2000 do.The Welcome screen will disable also when computer was joined to a domain.Eric
-
I'm sorry (for) if this way or method was posted already. The Internet connect that I currently in use was very slow in speed. If a windows xp system was expired. One can login to it by using windows safe mode. Before booting into the system, at the boot-up menu, press the F8 key on the keyborad. A menu with several menu items show up on the screen. By using the scrolling key (UP or DOWN) highlight one of safe mode menu item[1] and then press the enter key to enable it and return back to the boot-up menu. Finally, Choose a windows xp system on which it needs to be logined into. When system prompting for password[2]. Please enter the password of the local administator that is entered when the system was installed. That's it. p.s. Sorry for my poor english. I try my best to write it in correct grammer as possible. Please feel free to correct my text in grammer in which they look unacceptable. Thanks ! Footer [1] Selecting the safe mode with networking option may be much better than others. As it allowed users to activate the system by Internet connection. [2] If welcome screen was enabled on the machine and the administrator account was not shown on it. Please press key Ctrl-Alt-Del twice to display the windows login box. Enter the name of the local administator if it has been renamed or simply enter "Administator" in the name box, and then type in it's password in the password box.
-
Why not just get a hard disk with enough free space ( at least 20GB )and install windows 7 on it and as the secondary boot drive on your computer.Then you can try it out before fully switch out to it.
-
It might be the vmware is not up-to-date, or it is lack of service pack. Which version you are currently in use ? You need version 3 to support newly operating system such as Windows 7 (your case). (This is a version based-on VMWare fusion 3 workstation, other version might not applied) http://www.vmware.com/products/fusion.html
-
You should leave the register global off and take a lookof this function. It can temp. import global variables ($_POST*, $_GET*, $_COOKIE*) into typical scalar variables similar to register global on.After the script work correctly. You can update all of your scripts to work with register global off.
-
Which system do you currently in use ?Windows XP, windows Vista or something others.I have installed internet explorer and visual studio express but not full version on windows server 2003 R2 without the banner appear on top of window.Can you try to access the settings dialog box and reset all security zone to default settings before re-opening the browser window.
-
Hi All,I got an issue a long time and can't found a way to fix it.The story is on windows 2000 system with its dns cache service enabled. It has a firewall (Outpost Firewall) installed on it.Every time I access the Internet. I have to restart the dnscache service before any softwares can access it.Have anyone experience this before ?Thanks,
-
Most version of mysql should includes a console client called mysql ( on windows called mysql.exe ) that is inside the bin folder of the mysql installation folder.Just lanuch it with your root account and host name that you will be connect to, e.g. mysql -h [hostname] -u root because it is on your own mac. So this command will be,mysql -h localhost -u root if laster you need to specific password directly. Just add the -p at end of the command line,mysql -h localhost -u root -p[your-password-for-user]Note that there is no space between the -p and the password.
-
How To Connect Via Lan Cable Win7 And Xp Sp3
magiccode91405241511 replied to ivan_1602's topic in Computer Networks
It seems that one of the machine should be firewall enabled.Also check it on both side on the control panel and looking for an itemcalled windows firewall.If it is on, turn it off before continue any tests. -
if you know how to write mysql statements. Then you can mysql's management tool (both mysql.exe and its GUI client, download the later from http://www.mysql.com/) or phpmyadmin will do so. Just ending each of statement with a semi-colon. And much like this, create table if not exists `test10` (`id` bigint auto_increment,`first_name` varchar(20),primary key(id))engine=myisam charset=utf8;create table if not exists `test11` (`id` bigint auto_increment,`first_name` varchar(20),primary key(id))engine=myisam charset=utf8; Place this code into a plain text file on the local file system. For windows, use notepad ; for linux like systems, use vi. With mysql console client: Enter the . command following a space and the path-to-code-saved-above. Welcome to the MySQL monitor. Commands end with; or \g.Your MySQL connection id is 2 to server version: 5.0.27-community-nt-logType 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> \. f:\temp\dbscheme.sqlQuery OK, 0 rows affected (0.07 sec)Query OK, 0 rows affected (0.05 sec) For phpMyAdmin: Just place the code above into a sql query and then click run. All tables within the code will be create in on shot.
-
I think this version of windows is good enough.Most of forum reported that it use less memory than vista plusrun faster with the same configuration in hardwares.But though first release of windows xp is good enough.Those service pack (2 / 3) released after it made it even run faster and stable.So, why not just wait until ms release the first service pack and try and test itbefore switching to it a whole.
-
Software Ftp Software Ftp
magiccode91405241511 replied to xhrist14n's topic in Websites and Web Designing
Actually there are so many free or shareware ftp clients to choose from.Such as aceftp lite, FileZilla or FlashFXP.I currently using FlashFXP and it works greate and very stable.After I found the FileZilla then I would recommend over others.Mainly because it is open source code. If you are capable to write some c / c++ code.You even can build more function into it.Just google FileZilla. -
The easier to import csv file was by using phpmyadmin.Just select the database you want to save the new data and click the importtab. From the " Format of imported file" choose CSV.Once completed, click the browse button to select the you need to import tothe database.Be sure to increase the php script timeout value before the import.
-
How To Control Home Computer Remotely?
magiccode91405241511 replied to jedipi's topic in Computer Networks
Well, If you are running under windows and use it only at home.You can use the default build-in netmeeting on windows 2000 and windows xp. If but just in case if you still have windows NT.Just download it at microsoft. -
As google now focus all things on their Nexus One superphone mobile phone.This is an important steps for advertising business on mobile market.As Apple also enter this mobile martet. Google should lack of resources for the project Chrome OS.I think the OS won't appear or release before the first-half year.But I do would like to test it out if there are beta available for test. =]
-
Free Project Hosting thanks to contribute to the list.
magiccode91405241511 replied to gentoo's topic in Programming
This is some free version control hosting site. Free Subversion repository https://www.assembla.com/home https://unfuddle.com/ https://xp-dev.com/ http://projectlocker.com/ http://beanstalkapp.com/ http://forums.xisto.com/no_longer_exists/ (200mb, https) http://forums.xisto.com/no_longer_exists/ Free HG repository http://forums.xisto.com/no_longer_exists/ https://unfuddle.com/ https://bitbucket.org/ http://forums.xisto.com/no_longer_exists/ (http/https push/pull with 1G) -
Issues About Mycents
magiccode91405241511 replied to magiccode91405241511's topic in Web Hosting Support
Hi, Thanks yordan and Atomic0,I finally got the myCents to work with my forum account.But the hosting still is suspended. Do I really need submit a support ticket in the billing system ?I think the billing system should be very busy, so ... -
Command Prompt Tips
magiccode91405241511 replied to soleimanian's topic in Websites and Web Designing
hmmm, actually I don't suggest settting this as a default. Because it will cause some unneed access to the insert mode. If you have done a comparsion with windows 2000 and windows xp. You will found that windows xp had changed it from enabled to disable. As I still works with both windows 2000 and windows xp. I do not like or need it by default. To access the insert mode, just right-click over the command-prompt and choose mark, and now can start mark the text to be copy; and press enter to copy the text to the system clipboard. -
Issues With Vbulletin 3.6.8 P1 With Php 5.2.6
magiccode91405241511 replied to magiccode91405241511's topic in Software
Hey, finally I got my vbulletin work without any issue.I need to check with my board to see how this issue was resolve as it was a long ago.Update this post when I back to home.Thanks for anyone ideas and suggestions.=] -
If you are using Windows XP system, then you hard drive may be using ntfs filesystem. Right-click a disk that hold your database and check if it is that filesystem. If it is, follow these steps to see if it's help: right-click the folder contains the database and choose properties. click the permission tab. assign modify permission to aspnet account by clicking add button on the permission tab. A dialog box is showed. Press the find object button then click find. Select the aspnet user account and click add Click twice OK to close all dialog box. You may now rerun your script to test the update function.
-
try this code to see if it is help ~~ #include <stdio.h>int findpos(char *str, char x);int main(int argc, char **args){[tab][/tab]char *s = "some gext";[tab][/tab]int r;[tab][/tab]r = findpos(s, 'g');[tab][/tab]printf("%d\n", r);}int findpos(char *str, char x){[tab][/tab]char *s = str;[tab][/tab]int i = 0;[tab][/tab]while (*s && (*s != x))[tab][/tab]{[tab][/tab][tab][/tab]++i; ++s;[tab][/tab]}[tab][/tab]return (*s) ? i : -1;}
-
Flash How to create a text file using .SWF file
magiccode91405241511 replied to ygadiya2000's topic in Programming
Hi, you may try out this simple tutorial to see if it is help you build a file uploader based-on flash. http://forums.xisto.com/no_longer_exists/ -
Command Prompt Tips
magiccode91405241511 replied to soleimanian's topic in Websites and Web Designing
Thanks for this usefull tips on windows.But the last one should be best run on a *.reg file so that headache free.I created one so that if anyone wanna go with these.Just double-click file and press yes.The settings will enter into the system registry.