Jump to content
xisto Community

moldboy

Members
  • Content Count

    522
  • Joined

  • Last visited

Everything posted by moldboy

  1. If it's a shared server how do you know you are the one causing to problem? When you turn off your stuff and the server stays the same then that seems to me like someone else is causing the problems, not you.
  2. What sort of resources?, are there cron jobs involved, and is this a shared server, or dedicated?
  3. http://www.linuxfromscratch.org/ is another place dedicated to creation of your own unique linux distro. I just have one question, If I were to make my own distro, would I be obliged to make it available to oother people. I have no problem doing this except that on dialup it would take forever to upload a linux ISO and all sources for it.
  4. He doesn't want to make money, he just wants a way for people to send him money. Um, I'll look into paypal and egypt. But you might want to talk to your bank, they may have a program available. EDIT: Sorry, I guess Paypal doesn't allow eqypt accounts, you might want to contact them and ask why. Anyway I found a few pages regarding accepting payments and choosing a vendor, nothing specific, just some advice. http://forums.xisto.com/no_longer_exists/ https://www.entrepreneur.com/
  5. If you use paypal, it does most fo the hard work for you
  6. I'd guess you tried this but, have you been able to access the second site directly by typing in an address, just to see if the server isn't down.
  7. I think I would probably use the first, but I might also add eleven like the number not the word, or eleven like two ones.
  8. What you were thinking of was The GIMP, but I have a few more sugestions:Serif PhotoplusPhotofiltre
  9. you have to tinstall the php parser, and configure it with the server, if you're using windows it's part of the install.
  10. You want to do that? Okay, try this, when you build your page leave sections open for content, So if you plan on having three pieces of informaiton say file name, file size, and description then build the html page as such, but rather then filling in that informaitn echo php variables as such $name, $size, and #desc in the respective spots. No near the top of your page use the code: <?phpif (isset($_GET['id'])){//this checks to see if you have specified a page/*now I don't know how to assecc a database but basiacly in your database have a coloum that is called id, now here's where you search for a row which contains the value in the id coloum that is = to $_GET['id'].this is the value of a sent variable*/};else {echo "I'm sorry no file was specified";}?>now it's as simple as telling your page to take the values from the database and present them in the proper variables. To make a link to the right page link to thispagesname.php?id=the_page_number. If my code gives syntax errors I'm sorry didn't have time to check it.
  11. What If i've customized .htaccess?
  12. Sorry, I'm not that good with javascript, would you mind sharing what it's doing.
  13. I don't necessarly want to do this now, but is it possable to have my hosting account reset to the point it was when I started? I've messed it up quite a bit and would maybe just like to start fresh
  14. I believe a client side sript is required, if by that you mean a mouseover effect in Javascript or CSS
  15. Are you using Radio buttons for your polls? If yes then when you submit the forum then it will submit that information, however if you want to use JS to edit the page ou can do a hidden forum field with the answer then submit it.
  16. Yeah I have it, not what I'm looking for though. I want to be able to start on paper, and then never have to return to paper. I know I can use the doodle featuer in word, but I'd rather have a piece of software (or online service) that can track it for me.
  17. Just try one of these, and use windows networking, https://www.google.com/shopping You run wondows newtorking setup on the laptop and tell it to be the computer that connects to the internet. Then conect to it using desktop, the internet should be shared, and any printers if you choose that as an option.
  18. I am looking for a piece of software that will allow me to scan a document and transmit it to a central system where it can be written on and sent back to me. SO say I drew a flow chart, on paper and then scanned it and put it on this system, a person could then go and see it, make a few notitations, and then I could see the notitations they made. Like brainstorming but with a computer, the critical requirement is hat I can scan in images. Software or Online service, free or very cheep is prefrence.Thanks
  19. No, I can use PHP HTTP atuhentication, I was just wondering if I could forgo the popup, and replace it with a standard login gui
  20. A typical CMS resided on your server and offers a fill in the blanks way of creating and managing your site.I don't use CMSs so I can't help you in choosing one, but there are a few in the cpanel for Xisto, so my advice would be to just try them.
  21. Other then games? Well utilities are nice, how about a tool to keep score of a round of golf, or to keep the score of all the players in a game. Most phone have notepads, but you might be able to come up with some advanced features. Excerise routines, or diet planners and logs. Um, if you have a website you could build a Java based frount end for it designed for the phone. That's all I gots right about now.
  22. I don't think you can, as PHP is rendered server side, you can with JavaScript. I can't tell if you've considered making your site go back to itself with a post var, something like index.php?function=what_you_want, then in the code only execute the function if the variable $function == "what_you_want".
  23. moldboy

    Google Os

    The first rumor came out on Jan 3rd this article is for Jan 4th http://www.pcadvisor.co.uk/news/desktop-pc/google-denies-low-cost-pc-claims-5493/
  24. moldboy

    Google Os

    Google has flatly denied any plans to build a low cost computer except for their internal use. As for the OS I don't care to comment. I believe that rumor came from their job postings, they are looking for OS engineers and hardware designers. But anyone with any foresight could figure out that google needs people to develop their internal systems.
×
×
  • 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.