Oh and in case anyone comes upon this thread later and isn't sure how to implement it, here are the steps I used to implement the standalone landtool.php script to enable buying and selling land for 0 currency:<div><br>
</div><div>1.  Copy and paste the text from <a href="http://pastebin.com/atAmukt2">http://pastebin.com/atAmukt2</a> into a text file and rename it "landtool.php".</div><div><br></div><div>2.  Create a directory named \helper in your webserver root directory.  For example, on Windows, the path should look like C:\Inetpub\wwwroot\helper.</div>
<div><br></div><div>3. Move the landtool.php file to the \helper directory and give the creator-owner read/write permissions, give internet users read permissions.</div><div><br></div><div>4.  If you don't already have one, create a banker avatar account for your grid and get the UUID of the avatar account.</div>
<div><br></div><div>5.  Edit the landtool.php file and in the #Settings section, add the connection details for your opensim database:</div><div><br></div><div><div># Settings</div><div>#</div><div>$dbhost = "localhost";</div>
<div>$dbname = "<your opensim database name>";</div><div>$dbuser = "<your opensim database username>";</div><div>$dbpass = "<your opensim database user password>";</div></div>
<div><br></div><div>6.  Set the $economy_source_account and $economy_sink_account strings to the UUID of the banker avatar account UUID that you created in Step 4.</div><div><br></div><div>7.  For those running in grid mode, edit your robust.HG.ini file and add your new helper URL in the [GridInfoService] section:</div>
<div><div><br></div><div><div>; helper uri: optional: if it exists if will be used to tell the client to use</div><div>    ;                       this for all economy related things</div><div><br></div><div>    economy = <a href="http://yourdomain.com/helper/">http://yourdomain.com/helper/</a></div>
<div><br></div><div>Note the trailing slash at the end of the URL - that must be there for the tool to work!</div><div><br></div><div>8.  Restart your ROBUST service and the landtool.php script should now enable the buying and selling of land for 0 currency.</div>
<div><br></div><div>Hopefully that all sounds correct and thanks again to all for helping me get this working!</div><div><br></div><div>- Chris/Fleep</div><div><br></div><div><br></div><div>Chris M. Collins (SL/OS: Fleep Tuque)</div>
<div>Center for Simulations & Virtual Environments Research (UCSIM)</div><div>UCIT Instructional & Research Computing</div><div>University of Cincinnati</div><div>406A Zimmer Hall</div><div>315 College Drive</div>
<div>PO BOX 210088</div><div>Cincinnati, OH 45221-0088</div><div><a href="mailto:chris.collins@uc.edu">chris.collins@uc.edu</a></div><div>(513) 556-3018</div><div><br></div><div><a href="http://ucsim.uc.edu">http://ucsim.uc.edu</a></div>
<br><div class="gmail_quote">On Tue, Sep 25, 2012 at 10:02 AM, Fleep Tuque <span dir="ltr"><<a href="mailto:fleep513@gmail.com" target="_blank">fleep513@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Finally got around to trying the standalone landtool.php Bluewall mentioned, located at 
<a href="http://pastebin.com/atAmukt2" target="_blank">http://pastebin.com/atAmukt2</a>, and that worked perfectly for me.  Thanks so much to all for the troubleshooting help - and to Bluewall for the simple solution!  =)<div>
<br></div>
<div>Sincerely,</div><div class="im"><div><br></div><div>- Chris/Fleep</div><div><br></div><div><br></div><div>Chris M. Collins (SL/OS: Fleep Tuque)</div><div>Center for Simulations & Virtual Environments Research (UCSIM)</div>
<div>UCIT Instructional & Research Computing</div>
<div>University of Cincinnati</div><div>406A Zimmer Hall</div><div>315 College Drive</div><div>PO BOX 210088</div><div>Cincinnati, OH 45221-0088</div><div><a href="mailto:chris.collins@uc.edu" target="_blank">chris.collins@uc.edu</a></div>

</div><div><a href="tel:%28513%29%20556-3018" value="+15135563018" target="_blank">(513) 556-3018</a></div><div><br></div><div><a href="http://ucsim.uc.edu" target="_blank">http://ucsim.uc.edu</a><div><div class="h5"><br>
<div><div><br><div class="gmail_quote">On Fri, Sep 21, 2012 at 3:43 PM, James Hughes <span dir="ltr"><<a href="mailto:jamesh@bluewallgroup.com" target="_blank">jamesh@bluewallgroup.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 09/21/2012 02:59 PM, Fleep Tuque wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Yep landtool.php is in the \helper directory, not a subdir:<br>
  C:\Inetpub\wwwroot\helper\<u></u>landtool.php<br>
<br>
... Sorry, I have no idea what else could be wrong.  I'll check the<br>
config settings again to make sure I don't have a dumb typo somewhere.<br>
<br>
I guess just to clarify though, Line 16 asks for $userInventoryURI but I<br>
wasn't sure what URI it wanted.  I used the string from HomeURI in the<br>
[HGInventoryAccessModule] section of the gridcommon.ini file, is that<br>
correct?<br>
<br>
Also, Line 47 asks for $RegionImageServer, wasn't sure about that<br>
either. I used the string from the [GridService] section in<br>
gridcommon.ini, hopefully that was ok.<br>
<br>
Thanks again for the help, as always!<br>
<br>
- Chris/Fleep<br>
<br>
Chris M. Collins (SL/OS: Fleep Tuque)<br>
Center for Simulations & Virtual Environments Research (UCSIM)<br>
UCIT Instructional & Research Computing<br>
University of Cincinnati<br>
406A Zimmer Hall<br>
315 College Drive<br>
PO BOX 210088<br>
Cincinnati, OH 45221-0088<br>
</div><a href="mailto:chris.collins@uc.edu" target="_blank">chris.collins@uc.edu</a> <mailto:<a href="mailto:chris.collins@uc.edu" target="_blank">chris.collins@uc.edu</a>><div><br>
<a href="tel:%28513%29%20556-3018" value="+15135563018" target="_blank">(513) 556-3018</a><br>
<br>
<a href="http://ucsim.uc.edu" target="_blank">http://ucsim.uc.edu</a><br>
<br>
<br>
On Fri, Sep 21, 2012 at 2:34 PM, James Hughes <<a href="mailto:jamesh@bluewallgroup.com" target="_blank">jamesh@bluewallgroup.com</a><br></div><div>
<mailto:<a href="mailto:jamesh@bluewallgroup.com" target="_blank">jamesh@bluewallgroup.<u></u>com</a>>> wrote:<br>
<br>
    err - make that your landtool.php...<br>
<br>
<br>
<br>
    On 09/21/2012 02:22 PM, James Hughes wrote:<br>
<br>
        Is "helper.php" accessed by <a href="http://fleepgrid.com/helper" target="_blank">http://fleepgrid.com/helper</a> (is it<br>
        in subdir<br>
        - helper: ./htdocs/helper/helper.php), or is helper.php in your<br>
        webroot?<br>
<br>
<br>
        -BlueWall<br>
<br>
<br>
        On 09/21/2012 12:12 PM, Fleep Tuque wrote:<br>
        ...<br>
<br>
<br>
            6. Changed the helper URI in robust.HG.ini:<br>
<br>
            economy = <a href="http://fleepgrid.com/helper" target="_blank">http://fleepgrid.com/helper</a><br>
<br>
<br></div>
        ______________________________<u></u>___________________<br>
        Opensim-users mailing list<br>
        <a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
        <mailto:<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.<u></u>berlios.de</a>><br>
        <a href="https://lists.berlios.de/__mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/__<u></u>mailman/listinfo/opensim-users</a><br>
        <<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><u></u>><br>
<br>
<br>
    ______________________________<u></u>___________________<br>
    Opensim-users mailing list<br>
    <a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a> <mailto:<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.<u></u>berlios.de</a>><br>


    <a href="https://lists.berlios.de/__mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/__<u></u>mailman/listinfo/opensim-users</a><div><br>
    <<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><u></u>><br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>
</div></blockquote>
<br>
I'm not sure about those - I think OSG is consolidating some things in it. You can watch your access_log and error_log files (if this apache, else use the log files for your server) to see that it is trying to access the url when purchasing land is attempted - and any errors that might be encountered.<br>


<br>
-BlueWall<br>
<br>
PS: <a href="http://pastebin.com/atAmukt2" target="_blank">http://pastebin.com/atAmukt2</a> is a minimal landtool.php that I have used in the past. It is a self-contained, single file and works for any land purchases that do not need to purchase currency.<div>

<div><br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br></div></div></div></div></div>
</blockquote></div><br></div></div>