Results 1 to 8 of 8

Thread: design issues
      
   

  1. #1
    ken k is offline Private First Class
    Join Date
    Oct 2008
    Posts
    7

    Question design issues

    How do I put my Affiliates from PayDotCom.com and the sign up buttons onto my webpage and make them work. Pls don't say watch the tutorials. I'm not finding what I'm looking for. Thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: design issues

    Please watch the tutorials.................................only kidding.......lol

    The company that you mentioned above should have the right coding for the buttons etc, which can be copied/pasted into an html box and resized and placed anywhere on your page.

    If you look at the vodahost affilliate program you should get a better idea of what is involved.

  3. #3
    ken k is offline Private First Class
    Join Date
    Oct 2008
    Posts
    7

    Thumbs up Re: design issues

    Thank you. I'll look again.

  4. #4
    ken k is offline Private First Class
    Join Date
    Oct 2008
    Posts
    7

    Default Re: design issues

    I am getting an error 404 when I try to open my link on my website. How do I fix this.

  5. #5
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,610

    Arrow Re: design issues

    A tip for working with Affiliate Links from 'way back' > http://www.ehrhardtenterprises.com/affiliatehtml_xyaxis_example.html

    Your Affiliate link gives a 404 when the page to that program is no longer available .... apparently this "affiliate" expired the offer or page entirely. Check back with them to get current links and program codes, and to verify if in fact your individual program has been "activated" to allow your links to function.
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  6. #6
    ken k is offline Private First Class
    Join Date
    Oct 2008
    Posts
    7

    Red face Re: design issues

    Thank you!

  7. #7
    Staf4d is offline Private First Class
    Join Date
    Oct 2008
    Posts
    5

    Default Re: design issues

    Can someone tell me why I get script at the top of my page after creating and publishing a form. It doesnt always happen but most of the time that I view it online.

    Example:
    0) { $upload_DstName[$i] = $prefix . "_" . str_replace(" ", "_", $_FILES[$key]['name']); $upload_SrcName[$i] = $_FILES[$key]['name']; $upload_Size[$i] = ($_FILES[$key]['size']); $upload_Temp[$i] = ($_FILES[$key]['tmp_name']); $upload_Type[$i] = ($_FILES[$key]['type']); $uploadlink[$i] = "$upload_folder/$upload_DstName[$i]"; $upload_fieldname[$i] = $key; $upload_fieldname_final[$i] = ucwords(str_replace("_", " ", $key)); $fieldvalue[$i] = $uploadlink[$i]; $i++; } if ($upload_Size[$i] >= $max_filesize) { $error .= "The size of $key (file: $upload_SrcName[$i]) is bigger than the allowed " . $max_filesize/1024 . " Kbytes!\n"; } } $crack[0] = '\n'; $crack[1] = '\r'; $crack[2] = "%0a"; $crack[3] = "%0d"; $crack[4] = "content-type:"; $crack[5] = "to:"; $crack[6] = "cc:"; $crack[7] = "bcc:"; $crack[8] = "mime-version:"; $crack[9] = "x0a"; $crack[10] = "x0d"; foreach ($_POST as $key => $value) { for ($k = 0; $k < count($crack); $k++) { if (substr_count(strtolower($value), $crack[$k])) { $error .= "The field $key contained e-mail headers ($crack[$k]) in the value submitted. This seems to be a cracking attempt and the message has not been sent.!
    "; } } } if ($error) { $errorcode = file_get_contents($error_url); $replace = "##error##"; $errorcode = str_replace($replace, $error, $errorcode); echo $errorcode; exit; } $uploadfolder = basename($upload_folder); for ($i = 0; $i < count($upload_DstName); $i++) { $uploadFile = $uploadfolder . "/" . $upload_DstName[$i]; if (!is_dir(dirname($uploadFile))) { @RecursiveMkdir(dirname($uploadFile)); } else { @chmod(dirname($uploadFile), 0777); } @move_uploaded_file($upload_Temp[$i] , $uploadFile); chmod($uploadFile, 0644); } $internalfields = array ("submit", "reset", "filesize", "upload_folder", "send", "captcha_code"); $message .= "\n"; foreach ($_POST as $key => $value) { if (!in_array(strtolower($key), $internalfields)) { if (!is_array($value)) { $message .= ucwords(str_replace("_", " ", $key)) . " : " . $value . "\n"; } else { $message .= ucwords(str_replace("_", " ", $key)) . " : " . implode(",", $value) . "\n"; } } } if (count($upload_SrcName) > 0) { $message .= "\nThe following file have been uploaded:\n"; for ($i = 0; $i < count($upload_SrcName); $i++) { $message .= $upload_SrcName[$i] . " Link: " . $uploadlink[$i] . "\n"; } } mail($mailto, $subject, stripslashes($message), $header); header('Location: '.$success_url); exit; } ?>

    I have no idea what the above means.

    It seems that my web site has become unstable as the colours of the columns in some of my web pages move around.

    www.stayingincannes.com
    div#container{ width: 967px; position: relative; margin-top: 0px; margin-left: auto; margin-right: auto; text-align: left;}body{ text-align: center; margin: 0;}a.style1:link {color: #FFFFFF;}a.style1:visited {color: #800080;text-decoration: underline;}a.style1:active {color: #FF0000;text-decoration: underline;}a.style1:hover {color: #FFFF00;text-decoration: underline;}a.style2:link {color: #FF0000;}a.style2:visited {color: #800080;text-decoration: underline;}a.style2:active {color: #00FF00;font-weight: bold;text-decoration: underline;}a.style2:hover {color: #0000FF;text-decoration: underline;}a.style3:link {color: #282828;background: #FFFF00;font-weight: bold;}a.style3:visited {color: #282828;background: #FFFF00;font-weight: bold;text-decoration: underline;}a.style3:active {color: #282828;background: #FFFF00;font-weight: bold;text-decoration: underline;}a.style3:hover {color: #FF0000;background: #FFFF00;font-weight: bold;text-decoration: underline;}img { behavior: url("pngfix.***"); }

  8. #8
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: design issues

    If you save the form page with a .php extension, then the code will not show. (page properties . file extension)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49