Status
Not open for further replies.
Currently it does show the live feed main page, I'm confused as to why you're reporting this as a bug when it already does what you want it to do? o_O
 
I have rewrite rules for livewall.php and allowing anything after u?= is a duplicate content issue.

Don't you think that the links below should display an "invalid userid specified" message?

http://www.dragonbyte-tech.com/livewall.php?u=sdkçfmsdfmsdfmsdşfdmsflsdmfldsmfsdfsdf

http://www.dragonbyte-tech.com/livewall.php?u=3453456476756567567567567567567575

http://www.dragonbyte-tech.com/livewall.php?u=&(/&RTytfoykfrtyrty9r567lrfuy

Note: I checked now and noticed it allows anything after php?, not only ?u... livewall.php?fghöfmhföf
 
I have rewrite rules for livewall.php and allowing anything after u?= is a duplicate content issue.

Don't you think that the links below should display an "invalid userid specified" message?

http://www.dragonbyte-tech.com/livewall.php?u=sdkçfmsdfmsdfmsdşfdmsflsdmfldsmfsdfsdf

http://www.dragonbyte-tech.com/livewall.php?u=3453456476756567567567567567567575

http://www.dragonbyte-tech.com/livewall.php?u=&(/&RTytfoykfrtyrty9r567lrfuy

Note: I checked now and noticed it allows anything after php?, not only ?u... livewall.php?fghöfmhföf
It's impossible to do anything about this unfortunately.

Is duplicate content on an AJAX-only page something to be concerned about?

PS: Adding garbage to the URL parameters on for instance forum.php also works in vBSEO with the default rule set.
 
Last edited:
Well... What do the URLs below display?

http://www.dragonbyte-tech.com/showthread.php?t=77775

http://www.dragonbyte-tech.com/forumdisplay.php?f=7754

http://www.dragonbyte-tech.com/member.php?u=9999545

I just ask for a similar function for livewall.php?u=
 
While I'm not really comfortable removing a feature from a mod, I've made the change in a hotfix. You can re-download and re-upload /dbtech/livewall/actions/main.php and it will now throw an invalid user error instead of displaying the full wall if you supply a userid that is not in the DB.
 
While I'm not really comfortable removing a feature from a mod, I've made the change in a hotfix. You can re-download and re-upload /dbtech/livewall/actions/main.php and it will now throw an invalid user error instead of displaying the full wall if you supply a userid that is not in the DB.

I replaced

standard_error(fetch_error('invalid_user_specified'));

with

eval(standard_error(fetch_error('invalidid', $vbphrase['user'], $vbulletin->options['contactuslink'])));

and it sends a 404 header now. Thank you!
 
Status
Not open for further replies.

Legacy Forum Live Feed & User Wall

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
534
Customer rating
0.00 star(s) 0 ratings
Back
Top