Recent content by isaacisback

  1. I

    Help with posting.

    Hi, i'm trying to post this message into the White hat seo forum: ive removed the link to the paste because i think is this the problem It gives me this error: The following errors occurred with your submission Where am i doing wrong? Thanks for the support.
  2. I

    Try

    Plese delete this post. I'm having problems posting a new post.
  3. I

    450 Social Bookmarking Websites listed as per Page Rank

    Thank you very much for the nice share... :)
  4. I

    Need a php programmer, will pay for services

    here i am. Contact me via PM :)
  5. I

    Is a PHP redirect as effective as a double meta refresh?

    this is better <?php $self = $_SERVER['SCRIPT_NAME']; //Grab arguments from the GET string $SEC = $_GET['S']; //If on second bounce SEC = 1 if ( $SEC == '1' ) { if ( $_SERVER['HTTP_REFERER'] != $self ) { //Landing page $bounce_loc='referer.php'; } else //Bad! dump them somewhere! {...
  6. I

    Found a Template Forum

    dosen't work :(
  7. I

    What HTML editor do you use?

    notepad n nothing else
  8. I

    Masses of Good Quality Free Photos

    sounds good :) Thanks i was searching something like that edit: dosen't work -.-''
  9. I

    World of Warcraft

    hi from italy use google and make a research like: world of warcraft wordpress template warez u should find something byez
  10. I

    [Help] Youtube Thumbnail Image

    hi from italy :) you should use a PHP script i think... Something like: <? $video="$_POST[video]"; $video2 = explode("watch?v=", $video); $video2 = explode("&", $video2[1]); $video2 = $video2[0]; $pic="img.youtube.com/vi/$video2/default.jpg"; echo ("<img src='". $pic ."'>"); ?> But...
Back
Top