Recent content by UberNewb

  1. U

    Better than Hostgator?

    agree with previous posters. I've used host gator, and honestly i've never had such quick turn around time on service requests. some changes made even within 10 minutes of initial request.
  2. U

    PHP w/ Redirect w/ Header Question

    Yeah my final result was actually eliminating the whole URL and just passing the product ID, wallah! Yes, I could have done strreplace but im a very big noob when it comes to php, mostly learning from what I can find from other websites. TY!
  3. U

    PHP w/ Redirect w/ Header Question

    Yes, my thoughts as well, but every reference I can find recommends doing it anyway as a just 'in case' lol, the other thing I did find was that since these are affiliate links and contain gargantuan amounts of ampersands was they needed to be replaced with %26. I just did a replace all w/ excel...
  4. U

    PHP w/ Redirect w/ Header Question

    below works, problem was with modsecurity as stated above. <?php $link=$file; header ("Location: $link"); exit(); ?>
  5. U

    PHP w/ Redirect w/ Header Question

    Ok, after a lil bit of research I have found that I am getting the error because the host i'm using has a setting in ModSecurity that needs to be changed. Once that is done if anyone is interested I'll post correctly functioning code.
  6. U

    PHP w/ Redirect w/ Header Question

    actually here is another option, i have the URL already stored in a variable on the previous page.. $product_link , they are clicking on a picture that is a hyperlink, but i am trying to cloak it to some level, when they click the picture link, can it call a php script to forward them? TY all
  7. U

    PHP w/ Redirect w/ Header Question

    $pid contains the URL i would like to redirect to ;) ty all for quick responses, gonna try some of these and see what happens/make changes as appropriate
  8. U

    PHP w/ Redirect w/ Header Question

    I'm trying to make a dynamic PHP redirect script, i've found some code but not completely helpful it gives me a forbidden error. <?php $pid = (varchar)($_GET['pid']); header('Location: $pid'); ?> is the code in my php file i am passing $pid in the link address. I cannot use javascript as...
  9. U

    Request for help

    Ok so I've had one reply from an individual in Nepal, and while I'm ok with working with them they are quite a different time zone making things rather difficult. Can someone else plz message me? TY
  10. U

    Request for help

    Ok, so I have tried a lot of different methods, and I'm not sure what my problem is... as my name suggests I am relatively new to this whole IM thing and would like to put out an offer... I would really like to focus on the niche/adsense pages... If someone is willing to work with me to put...
  11. U

    How to start ?

    facepalm
  12. U

    Electronic BARK-STOP Dog Collar

    Tazer? LOL I came here for the wife pun but was beat to it. =(
  13. U

    NEED HELP ! ReCaptcha Not Visible on Internet Explorer [SENukeX]

    Try resetting internet explorer options in control panel, then running cintrep has worked great for me for several computers where images/java/flash hasn't worked. Oh, tempfilecleaner too.
  14. U

    How many tweets per day?

    Yeah 127 is the magic number, I had some automated accounts setup but stopped after a while - too many accounts banned and not a whole lot of time =( but if you want direction on what to use, it depends on what you are trying to accomplish. I have found yahoo pipes is effective for creating a...
  15. U

    WPSynIT-BETA - Free Auto Backlinks for Wordpress

    Thanks for the info! ;) I can't sent a PM back yet because I have fewer than 15 posts but wanted to give props ;) Getting Familiarized now, can you send me a contact address so I can send you my e-mail / userid when I'm done? Doesn't have to be done asap but when you get a chance.... THanks so much!
Back
Top