Jump to content

jakubsnm

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jakubsnm's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Basically I have a PHP site and don't want to give page rank to YouTube. I just want to stream a basic video. If you know of any methods, please list file types those methods allow, the more the better. Thanks guy for the help
  2. Link - http://www.bidswamp.com Appreciate any advice and feedback guys/gals.
  3. Works like a charm... Ahhhh... this was not a homework question
  4. I need a query to change all my customers account balances under $0 to $0 TABLE: users COLUMN to go over: Balance without affecting balances over $0 Appreciate any help guys n gals
  5. Trying to display site users IP in the footer of my site, but when I visit some secure pages I get the "non secure content on page" error. Is there some sort of IF statement I can use so my code only comes up on non secure pages?
  6. I have a site where users enter their site link but must enter http:// in front of the URL or their link wont work. Is there a workaround. Right now if a user enters their link as "www.userslink.com" then the link gets output as "http://www.mysite.com/www.userslink.com" and ends up as a broken link. The variable I use to call the link is <?=$item_details['url']; ?> Right now my code is <a target="_blank" rel="nofollow" href="<?=$item_details['url']; ?>"><?=$item_details['url']; ?></a> I would really love to get rid of the "You must start your link with http://" text on my site... Cheers to whoever solves this just noticed typin "www.mysite.com" and clicking preview produces a proper link so there must be a way...
  7. My software had all default homepage links with .../index.php so i changed them all to mysite.com/ I bought a mod for the software which allows you to modify all meta tags for pages in you site, except now that i've killed the ../index.php (even with the robots.txt file) i need a simple script that says. if page = homepage < meta keywords "bla bla" meta description "bla bla" > Love whoever can help me with this...
×
×
  • Create New...

Important Information

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.