The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Post using fake usernames?
I found a hack that allows users to manipulate the userid behind the post (Post by Proxy mod), but I couldn't find one that allows you to manipulate the username so that it would show up as a user that does not exist.
This is how my custom posting code looks, but it doesn't seem to matter if I manually set the $newpost['username'] to "Fake Username"; PHP Code:
|
#2
|
||||
|
||||
I don't see anywhere in there that you have changed the username. You have this line in there:
PHP Code:
|
#3
|
|||
|
|||
That's the thing, it seems like it reverts to "Cip" even though I enter:
PHP Code:
|
#4
|
||||
|
||||
Perhaps this code is not the code being run on your special page. Maybe you have some conditions set incorrectly so the code isn't being used and instead the default code is being used.
|
#5
|
|||
|
|||
The code in the first post works excellent and it was the way I read I was supposed to do in order to post replies from a custom page (although some of the lines regarding visibility are redundant, I was unsure how I was supposed to make it skip moderation, but later on I use approve_post()). I looked at the documentation for the API and I couldn't find anything that seemed out of place.
I'm starting to think along the lines that $newpost['username'] should contain an array of information about the username, but that seems dumb. All in all, I'm confused :-P Thanks for taking your time though, it's greatly appreciated :-) |
#6
|
||||
|
||||
Hmmm, I really don't know. It's hard to say why it doesn't work cuz it looks like it should. Maybe someone else will wander into this thread with some help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|