T O P I C R E V I E W |
gpspassion |
Posted - 17 December 2008 : 10:36:10 I'm trying to figure out how to create code to be run from the forums to read the UserID and PWD in the cookies and send that data to another site so that site could later initiate a message in the forums with that info, is that possible and anyone know how that could be done ? Thanks !< |
4 L A T E S T R E P L I E S (Newest First) |
gpspassion |
Posted - 20 December 2008 : 17:57:55 Does what I'm trying to do make sense ? I've notied that the UserID/encrypted PWD appear in the source code of the "reply" page, but not sure if/how that can be used to get their info and post a message under their name?< |
gpspassion |
Posted - 17 December 2008 : 18:17:51 Sure, I'm working on a sub-site that will let people add POIs (point of interest) from a map and instead of copying and pasting the data in the forums for inclusion by the admin in the master file, I'd like to save them the trouble and let them have the info added automaticaly.< |
HuwR |
Posted - 17 December 2008 : 12:54:26 firstly, could I ask why? as coders we spend an awful lot of time programming websites to prevent such things from happening < |
JJenson |
Posted - 17 December 2008 : 11:18:45 I think you will need to set the cookies first of all to website instead of the forum. Then you can manipulate it from there. Take a look at the universal log in I think that will help with the concept.< |