1
builderb
Re: how to read sessionid in version 2.5
  • 2011/1/20 1:00

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Try This:


if (isset($_COOKIE)){
$sessionID = $_COOKIE['PHPSESSID'];

// this will display the session variable(s)
foreach ($sessionID as $sname => $svalue){
echo "<br><br>" . $sname ." : " .$svalue. "<br>";
foreach ($svalue as $vname => $vvalue){
echo $vname ." : " .$vvalue. "<br>";
}
}
// this will display the cookie
foreach ($_COOKIE as $name => $value){
echo $name ." : " .$value. "<br>";
}

}

Hope this helps



2
builderb
developer wanted.
  • 2006/1/17 0:13

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Anyone interested in taking on a small project? I'm looking for someone to add photo upload capabilities to a real estate module I'm developing. I will pay for your time to add this feature.

Please PM me if interested.

Thanks,

Builderb
That's not a bug...It's an undocumented feature



3
builderb
Re: Mylinks and Google
  • 2005/4/23 21:51

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


sorry,

you would add that little snippet in visit.php

as for "nofollow"

monty is right, you do want google and the rest to follow the link so use the following code instead:

$xoopsTpl->assign('xoops_meta_robots''noindex, follow');


again, this goes into "visit.php" just above the "?>"

Hope this helps,

-b



4
builderb
Re: Mylinks and Google
  • 2005/4/23 19:01

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Add this line:

$xoopsTpl->assign('xoops_meta_robots''noindex, nofollow');


Just above the last line "?>"

This will tell the search engines not to index or follow the link.

-B



5
builderb
Re: Xdirectory unauthorised listing changes
  • 2005/4/22 23:16

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


The reason we kept it this way is so the site owner can populate the database with a "starter list" (you can acquire business lisings from a number of different sources). This is usually done without the business owners knowing. When they happen upon your site and find their listing they will most likely try to make changes or add info.

Giving anyone the ability to modify a listing is good because it engages the business owner and gives you a sales lead. YOU SHOULD ALWAYS FOLLOW UP WITH MODIFIED LISTINGS! you have a really good chance to upgrade their listing from a free one to a sponsored one once they've seen you site. If they try to make a change to their listing that means they feel like their potential customers are going to be seeing it on your site.

If it turns out to be a hoax....no biggie, you got to talk to the business owner and let them know you exist! and that people are using it!



6
builderb
Re: Feedback for FolsomLiving.com
  • 2005/3/16 6:23

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Thank you Bobby,

I still owe you a phone call. Thanks for being patient.

BTW - you've been busy too. I like the new look of your site as well. Good job!

Talk to you soon.

-b



7
builderb
Re: Feedback for FolsomLiving.com
  • 2005/3/15 22:46

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Thanks Tripmon!

I did get your e-mail first thing yesterday morning and realized I left the php debug on all night. I'm glad you e-mailed me because I was running out the door to an appointment and would've been out of the office all day on sales calls with PHP errors clogging up my site.

That's what happens when I stay up working past my bedtime.

I've been wanting to release another version of xdirectory for awhile now but I just don't have the time spare. I'm trying to get 10 websites onlne by May in areas where there is already stiff competition. It is on my "list of things to do" but unfortunately it's very low on that list.

Thanks again for your help!

-b



8
builderb
Re: Feedback for FolsomLiving.com
  • 2005/3/15 21:29

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Thanks tjnemez, Our guides and real estate mods are dependant on xDirectory.

as it stands now, I wouldn't be able to use the Real Estate and area guide mods without having xdirectory installed.

-b



9
builderb
Feedback for FolsomLiving.com
  • 2005/3/15 20:54

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


We've recently updated our theme and the layout of the home page. Please take a look and let us know if you find any design flaws. Any comments you may have are valuable.

http://www.folsomliving.com/

Thanks in advance.

Builderb



10
builderb
Re: Robots crawling print pages....help
  • 2005/3/13 7:54

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


2 items should help this:

1. Place this code at the bottom of your print.php page

$xoopsTpl->assign('xoops_meta_robots', 'noindex, nofollow');

2. in the robots.txt file in your root directory add this line:

Disallow: /modules/zmagazine/print.php

this should help keep the robots from spidering that page.

-b




TopTop
(1) 2 3 4 ... 14 »



Login

Who's Online

216 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 216


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits