Jump to content
xisto Community

magiccode9

Members
  • Content Count

    190
  • Joined

  • Last visited

About magiccode9

  • Rank
    Premium Member

Profile Information

  • Location
    python inside
  • Interests
    I like playing, like programming and like many thing...
  1. So, what is the way the WHMHostingSolution used to validate a copy of the support application.It looks like it is web-based authentication and it runs periodically.I'am curious that when the error appear.I have been logged in most of time to check something but none of errors appeared on my location.
  2. There are many suggestions out there for scanning and repair your system.I'am not going that way.As I don't what system or version you are.So let's assume you are using windows xp pro.For the first thing. You should not login to your system with administative right on your system.Use just typical user. Almost all tasks could be done with that account type.This way, you can safely filter most virus infect you system casue there are not way to save datas to the important location such as %windir% or %windir%\system32 folder. But just some user profile and its registry.You may also add yourself to the Power Users Group if you have some application that don't run correctly.(Just by using the Local Users and Groups MMC Console on the Administrative Folder on the Control Panel)Use NTFS permissions.Remove all write and modifiy permissions from all folder that don't need it. Apply this only to folders that really require data change.Things such as games and the like can easier be changed to read only and just some of it (files) need write/modify permission.All these will not prevent you from infecting virus from Internet or elsewhere. But it should be able to prevent you from re-installing the whole OS.
  3. @mahesh2k, Nameless_Hi,I'am very appreciate for yours help.With the explaination. Now I know that it's really very easy to upgrade or downgrade my account on the billing support area.It's almost at the point that I going to request an account on Xisto.com and change the plan when I need more resource.I'am not going to the dedicated server but just shared hosting.The later one is enough for me now. May be change to that when I got a lot traffic.
  4. Java still is a good language to learn. Particular if you want to developing enterprise applications / services.So many enterprise company are using it. One of the big company no surprisely is Orcale.As I know, almost all products do support java. And it has an developering tool call JDeveloper. Also build on Java and cross-platform toolkit (SWT).But it disadvancage was it require many statement to complete a simple tasks. As it is showed on some article I reading now.Javascript also good. But I'am waiting its new version. ECMAScript 4.0. It is build on almose full OOP design. Much the same as those language such as C#, Java do. But it still lack of inheritance feature. (For this, I have to check the ECMAScript draft spec. when I back home to confirm it).
  5. Other reason might be there is very hard to find free hosting of jsp on the net.There are tons of free php hosting you can found just by google it.Also, on my point of view. Java require more statements to complete a task compared with the .net frame.I will learn java soon when I finish something else. But first I have to find a hosting that support jsp .. etc.
  6. I take a simliar approach but different way.I will create a folder under somewhere else but not in the public_html. Because any other users might be able to download stuffs from it directly (it might be some hacker, as your information is important).Create a users folder inside the public_html. And give every users a folder structure like this,/users -- foo -- uploads -- downloadThe folder create might be able on any other drive and mount it to the current system.When a user was registered and login successful. A script that you build will then loop through the user's folder depends on whether they wish to upload or download files and present the correct display.For addition security. You might also need to work with some database system.Record the real name of all files users upload and change it to something else but uniqe.Place both the real name and random generate name in the database.When users request for files listing or downloading files.Compare the request with the database record to see if it is actually exists on the system.Finally, don't forget esacpe any data received from outside your sysetem and filter it accordingly.It is not a perfect solution for youHope this help
  7. Hmm... Yes, I did a bit notice that.Actually I haven't come back here for a long time.So there are may be something have been change at all, such as myCentsAbout the mod and admin ... yes it is.I don't seen they any more but just the two you mentioned above.Anyway, it is fine the gallery was not available.There are some album on the Internet. I can use that instead.Thanks for your help
  8. As Windows 7 was released on Oct-27 (Am I remebered correct ?)Most third-party applications should already ready and is designed for running it.It also include hacker that they are waiting for the first bug to appear on it.If, for example, this new OS could pass the first half of year from which it was released without any big security. I might building a plan for transfering my current Windows XP to it.So, I'am waiting ms security announcement list to see if it is includes any bugs for it or not.Good luck, W7:)
  9. It seems it should be more or less enough that how to create myCents billing accountand use it to get hosting on Xisto. As it is already well documented on the first forum.But I still not sure how to upgrade to other hosting package.So, let's build a basic situation and base on it to continue the discussion.Assume that I have been got a hosting (the one that upgradable to 25GB)Now, there is a need to utilize more space and bandwidth than the initial requested.Is that I should following the steps that it is initial to get the hosting.And then choose a different combination such 10 GB space and 50GB bandwidth .. etc.I ask this because I don't wish to do something wrong, such as the sub-domain enter when applying new account.Sorry for this if asking this was not something make sense. :)Thanks in advance
  10. These are some operation that might helps interacting with linux shell And are the command I used most when on my linux system. Hopefull these help someone Display all command issued history Limited to display 10 previous issued command history 10 Execute the last command starting with cmdA !cmdA Execute the last command !! Execute the specified command number in the command history list !2015 Display the arguments of last entered command Esc + . Change the command line editing mode between vi and emacs set -o vi/emac move cursor to start of line Ctrl-a / Home move cursor to end of line Ctrl-e / End Delete text from current cursor position to end of line Ctrl-k Delete text from beginnng of text to current cursor position Ctrl-u Search back the command history for a command. Ctrl-r *edit* Initial version: 30-10-2009 p.s. Hmm... Please check my sign for an updated version if needed. Improving me in progress ...
  11. If it is count as how many times after an update that caused some function not worked as before.It should about 3 times for me.Then I have to update again with another quickfix to solve the issue that issue again.That's why now I won't update too fast / quick and the only exception to this is some security bugs such as RPC, web server etc. I will take about 2 or 3 weeks to see if there are any issues or not.If everything was fine. Then go update the patch.
  12. Hi, It seems that the gallery album was not work as expected.It is redirected back to forum index.
  13. On some old day I test my php code by simply echo 'something` to the web page or screen.Now I use unit testing for testing the code on localhost.This ensure that at least all my functions or classes work as expected.Then, moving on to hosting to test the rest of code.
  14. It is correct.I haven't been long time I have registered an account on the new billing system.About less than 1 hour for my situation then the display on my profile list.So, remember to use the forum's registered email as mentioned above post to registered an account on the billing system.Enjoy posting !
  15. rob86 Yes, you are right. At first, it really looks interesting for me. But it actually is the implementation of the string module[1]. It's due to I need to figture out some issues about my script. So, I checked out the string module and found this (on the strip function). I think this might be a shorthand for something. For now I knew that it is to get the number of chars a string has and assign it to var y. Because I'am still working with module, package and namespaces. I will back again and see how this work. Although the concept about these three are simple enough. I still lost on some concept, particularly the namespaces. Things such as sys.builtin_module_names sys.modules __builtins__ when within an interactive prompt and in modules. I got these three book as my desktop reference, plus some basic quick start materials. But haven't started reading any of these but only the quick start meterials. How about you ? Python in a nutshell Learning Python Programming Python [1] /usr/lib/pythonx.x *edit* fix a typo.
×
×
  • 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.