EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Chit-Chat

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 11-30-2007, 06:38 PM
FloridaFringe FloridaFringe is offline
A Griffon
 
Join Date: Sep 2005
Server: Lucan DLere
Posts: 459
Default

To bring up a similar issue that's been discussed before, I was curious about saving text to a file from in-game. I know that it's been shown why this isn't possible but I was curious if anyone had considered the idea of something similar to the Broker Save Searches feature, where we can enter specific text and click a Save button to have it instantly saved for future reference to an xml file. Would something like this be at all possible with something like the InfoCenter or even a custom Notepad/Journal window?

Just curious is all.
Reply With Quote
  #2  
Unread 11-30-2007, 10:19 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Hmm, not sure about that. I'd have to guess that the broker searches may be hardcoded.

As for an ingame notepad... I made something like that using a simple online system that uses cookies and the in-game browser. Worked well enough for me.

I don't have the bandwith on my site for everyone to use it, but since you ask I'll post it so anyone can host it:

PHP Code:
<?php
//BEGIN HEADER BLOCK
//Online Cookie-Based Notepad v1.2
//Created by "Lordebon"
//Copyright 2007
//This code may not be used or shared without the express written consent of the author
//If such consent is given, it may only be used if this "Header Block" is included without any alterations
//END HEADER BLOCK

$on $_POST['turned'];
$text $HTTP_COOKIE_VARS['note']; //Get the default one
if($on == 2)
{
    
$code $_POST['code']; 
    
$notename "note" $code;
    
$text $HTTP_COOKIE_VARS[$notename];

if(
$on == 5)
{
    
$code $_POST['code']; 
    
$notename "note" $code;
    
$text $_POST['note'];
    
setcookie($notename$texttime()+60*60*24*30);
    echo 
"Note Saved! <br> \n\r";
}
?>

<form id="view" action="note.php" method="post">
<input type="hidden" id="turned" name="turned" value="2"><b>Note to View:</b><input type="text" id="code" name="code" <? if( ($on==2)||($on==5) ){ echo "value='$code'"; } ?> ><br>
<input type="submit" id="gogo" name="gogo" value="View Saved Note"></form>
<hr>
<form id="notes" action="note.php" method="post">
<input type="hidden" id="turned" name="turned" value="5">
<b>Note Name to Save:</b><input type="text" name="code" id="code" <? if( ($on==2)||($on==5) ){ echo "value='$code'"; } ?> ><input type="submit" id="go" name="go" value="Save Notes"><b>Currently Viewing: </b><? echo $code?><br>
<textarea id="note" name="note" cols="100" rows="30"><? echo $text?></textarea>
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 01:02 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI