View previous topic :: View next topic |
Author |
Message |
mrblue -
Joined: 24 Feb 2004 Posts: 27
|
|
Back to top |
|
 |
senshi -
Joined: 05 Nov 2003 Posts: 385 Location: UK
|
Posted: Sun Aug 15, 2004 2:02 pm Post subject: |
|
|
www.google.com and type in
free javascripts
and start looking, this is something you are going to have to write yourself as most scripts are a mix of hacks and bespoke coding.
I will say this, you will keep finding the same scripts poping up at various free script sites, it gets tedious after a while because you think you found the answer but turns out to be the same script that you have seen on 20 other sites but titlesed differently. Its why I sait you need to code this stuff yourself as searching for it will be a pain.
The upshot of coding yourself is that your work to a large degree will be worthless to the average site ripper, the variables and scripting style too will be your own and any script of any worth will have to be re-written by the ripper inordser to get it to function.
Stuffing your scripts into a .js file called in the header of your HTML script will help obfuscate the code your site uses, makes the HTML code look tidy and if you have any problems with a script, you know you only have one .js file to look through.
I will also say that learning javascript can seem daungting, it is fairly easy to pick up and as you progreass you will soon appreciate how easy this is as a basic programming language for client-side use. |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Sun Aug 15, 2004 2:29 pm Post subject: |
|
|
That is a PHP script, not javascript. Javascripts will not help you produce a serverside news system like that. Looks like one of the PHP-Nuke or similar families... |
|
Back to top |
|
 |
mrblue -
Joined: 24 Feb 2004 Posts: 27
|
Posted: Sun Aug 15, 2004 3:28 pm Post subject: |
|
|
i thought i look like nuke but the script seems to be seperate frome the site, and ive search google for scripts like it and they well suck lol, i found 1 but its very basic doesn't let u post images or comments and has no catergories. _________________ WolframHartLA - Angel Forums and general sci-fi |
|
Back to top |
|
 |
senshi -
Joined: 05 Nov 2003 Posts: 385 Location: UK
|
Posted: Sun Aug 15, 2004 9:56 pm Post subject: |
|
|
You can use javascript as client side to do pretty much the same and save all your serverside to actual submissions made.
Sure if you want to stuff all your puters processing into running php scripts to validate and store forms, when you can have javascript process all the form prior to posting to the server.
Server-side Javascript can also produce the same output, it depends on how you want to progress and how much time you
want to put into the project. |
|
Back to top |
|
 |
|