Jump to content

Baby Jai

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Baby Jai's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. ok so, i found out that a .me saves the variable globally and a .com only works on the actual members logged in page, im trying really hard to figure this out
  2. yeah i just used the ' instead of the " and that fixed the issues as far as me showing them to you, can i link adult sites here or do i have to message them to you
  3. also i have one more question, i have a .me and .com linked to the same directory, basically showing the same page, the only difference is the actual URL, now here is the tricky question, when using your methods that are pristine, work great on the .me but ARE not working on the .com, almost like the cache on the server is not as clean as the .me, is this natural?
  4. ok basically the link right now, the register one that shows when they are NOT logged in opens on the top of the current page, I want it to open in a new window, thats all lol
  5. well its for an adult site and basically the register brings you to another page that you can fill out your information, OR i can use a rel and have it open in an overlay of the webpage which is what i was doing from the front line, for instance one of the links is this rel="shadowbox;height=148;width=600" and im confused how to add that into the backslashed links
  6. lol ok so sorry ABOUT the bombardment but what about adding a target new to this <?php if(!isset($_SERVER['PHP_AUTH_USER'])) { echo "<a href=\"whatever.php\">Register</a>"; } else { echo ""; } ?> i tried just adding a target="_new" to it with nO luck, sorry but im so new to php its all baffling me
  7. one more thing in the blank echo, if i wanted it to turn into something else, lets say happy.html would i still use the backslashes in the link
  8. ALL star bro, I have been everywhere and NO ONE could help me with it like you just did, phenominal man, you are all star
  9. Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in
  10. that is the same exact one i have and that works great but i would like to hide that second code box if they are logged in, that is only hiding the link if THEY arent logged in
  11. <?php if(isset($_SERVER['PHP_AUTH_USER'])) { echo "<a href='schedule.php'>Request A Skype Session</a>"; } ?> works great for someone that islogged in my htpasswd, however, I would like to hide <a href="/members/index.php">Login</a> if they are logged in, how do i go about doing the opposite of the first code i linked...sorry if it sounds complicated
×
×
  • 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.