Jump to content

dcole.ath.cx

Members
  • Posts

    430
  • Joined

  • Last visited

Everything posted by dcole.ath.cx

  1. Can JS get data from any name=''like could it get School from <a name='mg'>School</a>with var from = window.document.mg.value; ??Thanks
  2. here you go: print "<script>location = 'index.php';</script>";
  3. that wouldn't help... They already know what the error is and what line it's on... now they have to press the down arrow 189 times just to find the line, hope they don't miss count.
  4. I have a filemanager and I want to make it easier to find the line an error is on.Is there a way to have JS goto a line in a textarea. or what would be the best way for someone to input the line they want to go to and have then sent there?
  5. cool, for some reason the other textarea has a delayed reaction so they get off set.
  6. What would the script be for having 2 textareas with 1 scroller?
  7. umm... dynamic $_POST...I'm trying to get the post from another page except I don't kow what the names of the things are... so I can't go $_POST['blah']. I have to open a file and get a list of names, then load all the names from the other page and see if they equal 1 or 0.so I need a $_POST_EVERYTHING_THE_FORM_HAS() or do a dynamic way.
  8. That image is the first time I've ever seen Front Page... I alway got emails about my front page will not work on my website, I thought it saved the files in like a .mfp or something. I guess I thought that because the people using it said their was not htm or html ending and they could view the source... But I guess some people aren't that smart. I had some person that could find File (the one in the upper left hand corner) so they got mad and when File --> Exit... GRR
  9. Can I go...$get = $blah[0];$info = $_POST["$get"];...I get error: Undefined index: 482214482214 is the name of the form name
  10. Depends on if you want to load the body into the page or load the nav and header into the page.Large sites with 100,000 pages do it with my script.smaller sites (like my own) use Little Goat's script.All that include will do will make it easier to update your website's layout. include will also slow down you loading time...
  11. I haven't tried but can't you use JS catch to stop pop-ups?
  12. Not much, people can just buy a WYSIWYG editor, or use one off the internet.You need to learn PHP, PERL, ASP, XML...also DHTML is HTML, CSS, and JS as one (or put together)
  13. Name: The DCole ServerPrice: FreeServer side scripting(s)/database(s): PHP, Perl, Python, ASP / MySQLSpace: not setBandwidth: No restricted.Ads: NoWeb adress: http://dcole.ath.cx/SITE, http://SITE.dcole.ath.cx, You can redirect any URL to the server and your folderAdditional Comments: About to have in a week WYSIWYG editor, IIS website creater (redirect URLs on own), FTP access to edit files, Personal Messaging. Great Support, question get answer in less than a day, some times in minutes. 99.97% uptime. Were open to ideas!
  14. Use this script:It is every easy to use, you upload all you files to a folder.The insert this php, point to the folder with the files. and it will make the pages.It will make links to its else but change the data in the body:Links Script: <?php// This would go in a nav bar or something...// Go to data$filename= "/location/to/folder/with/data/";// Open the folder$dir = opendir("$filename");// Read the folderwhile(false != ($file = readdir($dir))){// Find all files if(($file != ".") and ($file != "..")) {// make a link to every file! $tempfile = explode('.', $file); print "<a href='index.php?page=$tempfile[0]'>$tempfile[0]</a><br />"; }}?> This would go in the body <?php//This would go in the body of the document (where you want the text)...//Get the page you want to see$page = $_GET['page'];if($page == null){print "Please click a link to view a page<br />This is really the first page they will see, you should add the beginning page here.";}else{//you will need to put the document ext in for ext (2 lines down)!// Display the pageinclude "/location/to/folder/with/data/$page.ext";}?> If you point to word documents You will get some junk at the start and end of the files being included.
  15. no no no no... port it fine (if you have the router send port 25 to the server!!!)I had the same problem:look at:sendmail_from = user@domain.comsendmail_from = user@domain.com ; for Win32 onlymake sure you have a space before and after the =other wise what are you on? Windows? What version? Server 2000?
  16. read there errors to us, and do you have php access...
  17. you don't need to add it in every folder, unless you want different ones for different folders...The root is the lowest place users can go... the dir (folder) with your home page.FYI (In FF, when viewing an image, it will put the image in the favicon place.)
  18. If you have PHP, this is an easy way. Just up the first code into you nav, and the 2nd into your body...
  19. The good person would pay to have it removed.The other person would use html and absolute location and z-mapping (where use use 3 dim.) to paste a table over the whole screen so the ad it hidden under the table.
  20. umm.. 1 or 2 mins, that's odd.I use gmail (if that effects anything) and I can't click fast enough to see my mail being send to it or anyother account, even when I have another tab to the gmail page! (I mean I hit send, click tab, and click refresh and it's there)I like GMail...
  21. This is not a script error, it's a server "law"You need to check the file that sets limits (for PHP it's php.ini)and look for max upload sizeAlso check the Web Server (like Aphache or ISS) they also set upload limites.
  22. Not to stop traffic but webpages are made out of html and anyone can take a copy. If you need a page you can view the source and save it... but link will not work and if it's dynamic it will not change, you will only see the html output.or if you want to pay, buy DSL... or see if there is a wireless router neer you without secriety and borrow some DSL. (I have 6 wireless router neer me that all have 30% or better, and I'm the only one with secriety) (mine, a college, 3 neighbors, and something else don't know what it is but it's out there)
  23. Somethings depend on the computer your using. My PC does web lanuages best in notepad but my server does things best in wordpad.On my 2K server notpad removes special breaking charactors and it doesn't understand the a return that's been added by php.------When I start web programming I was in 8th grade, I started a website called Yellow Storm... it had no point (I used the FileManager on the hosting site)Then I started UltraLink(versions1-4) (I used the FileManager on the hosting site)Then I started NetView(versions1-2) (I used Dreamweaver)Then I made a vertual Server and hosted my own NetView3&4(notepad)About 3 weeks later I made a server out of an old computer and start The DCole Server. Right now I'm on version 4. (wordpad/notepad/TSW WebCoder)Each version lasted me about 4 months. ------If you stay with Notepad, then when you move on to PHP, PERL, Python it will be easy.I only used coders when I forget tag and need a referance.
  24. So with browsers...Open Source VS Closed.I really like FF because its open source, If there is something I don't like I can just go change it! I know not everyone has the power or knowlege to change it but its nice (everyone here should be at lease a web programmer.)
  25. There are 3 things you can download for PHP: * PHP 5.1.2 zip package [8,926Kb] * Collection of PECL modules for PHP 5.1.2 [1,669Kb] * PHP 5.1.2 installer [2,585Kb]PECL is like addonsPHP 5.1.2 installer is like the simple auto installer (just click next a few times)so that leaves PHP 5.1.2 zip package. How do you install this package? Like step by step directions...Right now I uses the PHP 5.1.2 installer but I need to edit some advanced stuff that can't be edited in the installer verson, so I need to put on PHP 5.1.2 zip package.It comes with alot of files, what one do I point php ext to, and what else do I need to do to get it to work???
×
×
  • Create New...