Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. PHP Script to upload a file : I think this FTP client will just meet up your needs. Download it from : projects.adamsutton.co.uk This is an FTP Client written using PHP and designed to allow restricted use of FTP via a web based interface. Main Features: It is pretty light and has a 'feel-good' web based interface. Regards, Sid
  2. That's actually quite a good question, How would they know if they've made a mistake?Well, if they haven't done so far, they could also have a speaker that pronounces the keys they pressed or software to say what they have just pressed although if they have to rely on the dots on the keys, then it might be more accurate than fast at typing.Who knows, but if someone can answer that question, it would be interesting to know.Cheers,MC
  3. iGuest

    Guests!

    Hey everyone, this is Rejected.. I\'ve been absent from the forum for a long time, I\'ve had some internet problems and then more problems, and then I\'ve forgotten my password; I\'m on a public computer so I can\'t exactly look it up either. I\'ve been very busy with schoolwork and my job.. so pardon my absence please. I\'ll hopefully be back on the forums within a week and a half. Well, just telling you guys I was still alive, see you soon.
  4. I'm currently h aving trouble loading google/firefox googl'e main screen sometimes. It gives me some sort of an error for a few moments, then goes back to the search engine. I'll try to quote what it says next time I see it happening. Still though, google's the best in my opinion and I'm sticking with it until further notice That's what it says. It gives me a 404 Error of some sort :/ Well whatever it is, I'm not sure if I'm the only one getting it, and hopefully aren't the only one >_<
  5. Ok now, all of a sudden it's taking about 1 minute for my computer to laod the beginning screen. It stays at it for like 1 minute and I thought it froze or something but it didn't, it's just.. loading? then it goes to the normal boot screens of the Windows XP and then the login, and then the main desktop.I know it never did that before until now. It used to take a total of about 1 minute from loading screen, to desktop, now it's taking almost 2 minutes. 2 minutes doesn't really kill me, but seriously though, it shouldn't be doing that for some reason.
  6. Yes, I have defined the function error_message() in a seperate file that stores all the connection information to my MySQL database . My source code was also correct. I copied it wrongfully here. Now I can access my website without making any change in the code. Probably, as pointed out earlier, it was due to MySQL overload. However, thanks a lot for your reply. Regards, Sid
  7. You are absolutely correct. You have done that to check your site statistics in your Google Account. GoogleBOT verifies the ownership of a site by requesting you to upload a file named googled_Some_Random_Characters.html at the root directory of your web server. And as it checks back that file from time to time to verify the site ownership ( that is whether you are still the owner of that site or not) , so do not delete that file if you want to see your Site Statistics in Google Account. Regards, Sid
  8. Look here for a solution, this may help you: http://forums.xisto.com/topic/84915-topic/?findpost= I hope my steps are easy for you to understand, if not, I'll rewrite them, but that should be enough information to get grub working when you're only presented with the grub commandline. Cheers, MC
  9. I have downloaded Mozilla Thunderbird and instralled it. So far, it has done well. You have indicated that Thunderbird has an extension called 'Web Mail' that will do the same job. Would you please tell me, how to access/configure the said 'Web Mail'. I really knew nothing regarding Thunderbird and its 'Web Mail' extention before reading your post.As you are already using it, so I think, it will be easier for you to give some more details in this regard. Thanks anyway for you generous advice. Regards, Sid Sorry for my spelling mistake. It should be "installed" and not "instralled".Regards, Sid
  10. I have been trying to access my website since last night and every time it gives the same error. However, I have no problem in logging into my cPanel and administer my Database. I have already included the name like mylogin_mydb in mysql_select_db() function infact in the last night . But since then, it is not working. Would you mind looking into this matter, I mean..., if possible. I am waiting for your reply. Regards, Sid. *EDIT* Yes, now it is running smoothly and I can access my website. Probably, as you have pointed out, it was due to MYSQL overload. And once again, the cPanel is wonderful. Thanks. Regards Sid.
  11. Thanks Xisto for providing me with FREE hosting support. However, as I am facing this problem,so, I need your help. Whenever, I want to access my site ( MySQL-PHP Based), I get the following error message: Error 1046: No Database Selected. My connection string looks like: $link_id = mysql_connect("localhost", "my_new_db_user_name", "my_new_db_password"); if(!$link_id) if(!$link_id) error_message(sql_error()); followed by: $current_db= mysql_select_db($db_name,$link_id); Please note that: My website runs smoothly in my local server without any error . Configuration of my local server is : Apache 1.3.27(WIN32)/PHP 5.0.4 MySQL Server 4.1 Obviously, I have changed my db_name,db_user_name and db_password in the connection string for the webserver. Webserver Information: MySQL version 4.0.26-standard PHP version 4.4.1 Thanks in anticipation of your reply. Regards, Sid
  12. Update: The Site is http://ww1.5000megs.com/
  13. THIS IS WHAT YOU NEED IF YOU DONT WANT TO READ THE EXPLANATION Background to come to the problem: I was recently coding a virus in Visual Basic, when I stupidly ran one, when i was just trying to see the source code. I was in luck, as I knew the basic activities it would do, so I terminated everything before it did too much damage. When I reloaded my computer my desktop wasnt there, like all the other cases. Solution:I checked the source code, and noticed a few things Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun", "1"Shl.RegWrite "HKLM\Software\Microsoft\Windows\CurrentVersion\policies\Explorer\NoDesktop", "1", "REG_DWORD"Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind", 1, "REG_DWORD"Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr", "1"Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools", "1", "REG_DWORD"Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun", 1, "REG_BINARY"Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoClose", 1, "REG_BINARY" Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoLogOff", 1, "REG_BINARY"Shl.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrives", "67108863", "REG_DWORD" To those of you who cant understand this, it is code in Visual Basic that adds new entries to your registry, screwing it up in certain situations. Because i knew what to do, i was able to manually remove all of these, i am also supplying you guys w/ these programs that can fix them. I included one program per problem. Downloading the wrong one, that you do not have a problem with, will not negatively affect your computer, it will just display a message stating that there is no need for it. Problem: Windows Don't Close When I Tell Them To Problem: The Search Button on the Start Menu is Missing Problem: Desktop Won't Load, Taskbar Still Does Though Problem: The Run Button on the Start Menu is Missing Problem: I Can't Log Off Problem: I Can't Access "regedit.exe" or there is problems with the Registry Problem: TaskManager is Disabled (excellent for accounts without adminstrative attributes to be able to access it) So, overall, dont download anything that might have a virus, this is probably where you got it. If you find all of these problems together, you got it from a P2P filesharing program, or someone sent it to you over AIM. I will have a website at http://forums.xisto.com/no_longer_exists/ within a day or two, so check there for more vaccines or maybe even viruses, idk. thank you for reading this, btw Vulcan is the Roman God that is the Blacksmith of the Underworld If you need to contact me my AIM s/n is VULC4NofHAX and my email is vulc4n.hax@gmail.com
  14. Hi everybody, Here are two links that can help you a lot to organise your online works. These two e-mail servers give you POP3 access and SMTP access, so you can send and receive your e-mails direct from your desktop. The first one is :http://www.hotpop.com/rg-erdr.php?_rpo=t Technical Data: Incoming mail server(POP3) is : pop.hotpop.com Outgoing mail server(SMTP) is : smtp.hotpop.com With this account , you can both receive and send e-mails from your desktop. The second one is : http://www.mybestmail.com/ Technical Data: Pop3 and Wap enabled Incoming mail server(POP3) is :mail.mybestmail.com Outgoing mail server(SMTP) is : mail.mybestmail.com Set your POP3 port to 1010 With this account, you can receive your incoming mails from your desktop. Both of these are FREE to join. Creating an account in hotpop.com may take some time so do not loose your patience. Also you have to configure your favourite program ( Outlook Express, in my case ) to access those e-mail accounts. Hopefully these links will be of much use for you all. Regards, Sid
  15. Guild of War's is great, though I wish the story was brought out in a better way. This game resembles KalOnline so much, I'm wondering which one was based on which one O_o? Haha, try KalOnline to see how Guild Wars is, I guess that's what I'm trying to say XDIt is a great game though! I'm still currently playing it and can't wait for Factions, the sequel, to come out. Already preordered it and ready to play anytime!
  16. Haha, I agree Still though, what the heck's the point of this? Why golf?! Lets see some videogames up in space >_< Lets see them try playing some GameBoys or something No just kidding haha.
  17. YouTube is a very good place to upload those clips >_< I'm happy someone made that site, it has some of the videos I've always wanted to see but couldn't ever find until now. Same for google video, they both have so much videos that I can enjoy and always wanted to have without the hassle of trying to find online. I wonder though, most of the stuff they put up is sort've illegal isn't it? Not that the FBI's gonna raid their house or anything, hopefully, but wouldn't that somehow get youtubed sued unless they do something about it? Haha, maybe the world's so annoyed by boot legs and etc, that they're too busy to go after a site that has upload capabilities like this haha.Well whatever, as long as I can enjoy things under the roof of my house without the FBI hopefully not invading >_> then I'm happy to watch these videos.... especially ones with fighting games I'm currently playing...
  18. first hi all here, im very happy to join your community...!I'm new in website designs, but I have experience with networkingI'm MCSE & CCNA guy, I hope I find people here to share my experience with them.THANKSMANS
  19. One of the most desired features of the modern websites are that the web-pages must be search engine friendly. The crawler must crawl through your webpages smoothly and can reach all the pages of your website as per your desire. Creating a static link like <a href="https://m.secureserver.net/?ci=101147&prog_id=domainspricedright&mrk=sales.none&mrf=%2fsc_origin-b0000272%2f%3fci%3d101147%26prog_id%3ddomainspricedright&pl_id=1592 Home Page </a> is still the best options as search engine bots can quickly pick-up such links. And you will definitely have a better chance of getting pages from your website indexed in major search engines. But many of us are gradually moving from the days of static HTML pages to the dynamic pages and we have started using link like: <a href="http://forums.xisto.com/no_longer_exists/ here to search for Jewelry </a> Drawbacks of using dynamic pages: Using dynamic pages, instead of age-old static HTML one, may give the impression to the search engine that the same page is being re-loaded. This fact has been mentioned in the Google's guide for webmasters. Here is an abstrat of what Google says about it: For more details in this regard, please visit Google.com Also it becomes difficult for the visitors of your website to read and type url containing too many partameters like http://forums.xisto.com/no_longer_exists/ etc. etc. So we may employ a technique to chage the dynamically created links to look like a static one. So a link like this: http://forums.xisto.com/no_longer_exists/ = search&category=jewelry will look like https://my.eurodns.com/login How is it accomplished? This is what mod_rewrite does for you. Create a file named : .htaccess ( no file name please) and upload it in the root directory of your webserver. The file will contain the moe_rewrite instructions for your webserver. Here is the General Format of a typical .htaccess file. RewriteEngine On RewriteRule Pattern Substitution OptionalFlags That file will contain the RewriteRules for your website. And whenever your webserver gets a request, it will check for the RewriteRules as written in your .htaccess file and then deliver the webpages as per instructions of the .htaccess file. The structure of a RewriteRule RewriteRule Pattern Substitution [OptionalFlags] Let us explain what all these mean. RewriteRule This command tells the server that now we are going to state a mod_rewrite rule. Pattern A regular expression which will be applied to the âcurrentâ visible URL (i.e. https://my.eurodns.com/login) Substitution It tells the server how to substitute for the values it recovered from the current url. That is https://my.eurodns.com/login will be transformed to http://forums.xisto.com/no_longer_exists/ = search&category=jewelry OptionalFlags This is the only part of the RewriteRule which isnât mandatory. Here is a model .htaccess file RewriteEngine OnRewriteRule ^search/([^/\.]+).htm$ index.php?action=search&category=$1 [L]Does it look bit ugly? Not at all, let us see how the server interprets it: ^search/ Directs the server to see whether the requested url starts with search/. If it doesnât, this rule will be ignored.That is, this rule will track the url like http://www.yourdomain.com/search/jewelry.htm, http://www.yourdomain.com/search/pets.htm http://www.yourdomain.com/search/blaa.htm ([^/.]+) Here, the enclosing brackets signify that anything that is matched ( and appears after "/") will be remembered by the RewriteRule. ^/. => indicates that it will neither accept a "/" nor a period * => Whatever else it will get, it will remember that. So, in our example, it will remember the word jewelry after reading the url https://my.eurodns.com/login $ This symbol indicates the end of string Now the substitution part contains: index.php?action=search&category=$1 The actual page which will be loaded by Apache. $1 is magically replaced with the text which was captured previously. A special substitution is -. This substitution tells Apache to not perform any substitution. [L] Tells Apache to not process any more RewriteRules if this one was successful. Now once you have created your .htaccess file, now you require to modify the links of your webpages in accordance with the new RewriteRules. That is link like: http://forums.xisto.com/no_longer_exists/ = search&category=jewelryWill be changed to : https://my.eurodns.com/login To test your .htaccess file, you need to Open the httpd.conf file and uncomment the following lines (remove the trailing #s): #LoadModule rewrite_module modules/mod_rewrite.so #AddModule mod_rewrite.c I have shown here a basic example of mod_rewrite rule. If you feel the need to mod_rewrite your website, then please visit doriat.com.
  20. But the Admins here are Way NIcer... (Oops! where is the edit button?)
  21. If it is a 'small' datatable, try using a Comma Seperated flat file. They are simple to work with. And could be exported / imported into Excel or most other decent speadsheets as well.
  22. The Admins and Mods are volunteers and have lives, so whenever they next get to the site and review the Applications will be when they get reviewed. Could be 8 hrs, or 48 hrs. No telling some days. Depends on the weather sometimes.As to Notification, just check in the sub-forum where you posted the Application and there will be a posting as to your success or denial. Usually, there are reasons given for the Denials, so don't despair if you have been denied at first. Take note of the points made and try your best to improve in those aras and you will most likely succeed.An alternative to the Xisto services exists in a 'sister' company- Xisto.com, so if you are having difficulties with the approval, wander over there to get Hosted. The packages and services are the same, only the Mods are nicer... *just kidding* ....
  23. Yahoo! Small Business has (had) a deal happening. Domain names for $2.99 per year, max 5 years. These should be redirected as per above because they do a Frame Wrap on them, so there are difficulties with Search Engines. https://www.aabacosmallbusiness.com/domains
  24. I need help with dreamweaver. When i go to type in a cell the text is in the middle of the cell and not the top... how can we fix this?Thanks! Notice from miCRoSCoPiC^eaRthLinG: This isn't a tutorial. Make sure your posts head to the right forums.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.