#1  
03-10-2010, 08:36 AM
gatch72 gatch72 is offline
Free Member
 
Join Date: Jun 2005
Location: , , Romania.
Posts: 35
Thanked 1 Time in 1 Post
Send a message via AIM to gatch72 Send a message via Yahoo to gatch72
I'm woking on a new website and need some help with php. First i have no idea on how to edit it. Here is a link to my site I'm working on.
www.irishsith.com/starwars

I want to change the color on the sides to black to match the top of the page. Also to be able to make a return back to homepage picture link on bottom. Here is a example
http://www.junsjoint.net/iso/

LS this is also the site i was telling you about the flash player
Here is the link for it
http://junsjoint.net/eagleriders/index.html

Thankx
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
03-10-2010, 10:48 AM
lordsmurf's Avatar
lordsmurf lordsmurf is online now
Site Staff | Video
 
Join Date: Dec 2002
Posts: 13,502
Thanked 2,448 Times in 2,080 Posts
For most apps, including phpBB and vBulletin (for example), store the "look and feel" inside of dedicated style HTML table docs, or in CSS. Mostly in CSS, for several years now.

Knowing PHP is really important for simple look-and-feel type changes.

Coppermine is a pretty well-known PHP gallery script, and I'm pretty sure it uses CSS for most of its design. Maybe some tabling in the backend admin options.

These better scripts usually make it easy to edit, not hard.

Continued from the email...
Quote:
This came up on my site too. The PHP setting register_globals is enabled on your server, which is a bad idea in terms of security. It's strongly recommended to turn it off.
What does this mean?
thankx
register_gloabels adds variables to your scripts on that server, in anticipation of things you might do with your scripts. This was a "feature" of early PHP versions, but it proved unsafe. It was intended to help develop easy scripts for people that may not quite understand PHP.

Hackers use it as an opportunity to inject values into a web script. A number of exploits are based on setting global variables to values that caused hacker software to load and run.

Some scripts have an internal configuration option to turn it on or off, which works independently of how PHP is configured. The preferred choice is to turn it off, and ideally also have PHP configured with register_globals set to no.

Some old software may not run in this "no" environment, so the option to turn on register globals was provided -- but its use is not recommended. The best approach is to replace software that needs register globals, or get someone to update it.

Hosts often have register_globals turned off in the PHP configuration, being a good policy for a secure server and site.

In basic terms, turning on register_globals is a big "HACK ME!" sign.

- Did my advice help you? Then become a Premium Member and support this site.
- For sale in the marketplace: TBCs, workflows, capture cards, VCRs
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying vhs tapes to dvd plus editing techidave Capture, Record, Transfer 9 12-27-2009 01:50 PM
Need help with editing video: which software ? gatch72 Edit Video, Audio 1 11-16-2008 01:32 PM
Avi editing question fortunec00kie Edit Video, Audio 0 04-10-2007 12:58 AM
Editing MPEG2 video myron Encode, Convert for discs 4 12-15-2004 08:18 AM
Video editing - general myron Encode, Convert for discs 2 04-28-2004 04:29 PM

Thread Tools



 
All times are GMT -5. The time now is 08:43 AM