NelMallers Uneditable Petpage Relief?

40 posts / 0 new
Last post
zixianna
zixianna's picture
Offline
Last seen: 4 months 1 day ago
Joined: 26/03/2010 - 7:44pm
NelMallers Uneditable Petpage Relief?
[center]This post left intentionally blank[/center]
zixianna
zixianna's picture
Offline
Last seen: 4 months 1 day ago
Joined: 26/03/2010 - 7:44pm
I'm looking for ways to alleviate the problems of Malls not being able to update petpages. Since it's been well over a week now, with no real word form TNT on the issue, we can assume it will take them another month at least, and look for alternatives. The 3 main problems I see so far are: 1) Not being able to communicate with a large number of members at once through postings. 2) Not being able to post updated banner codes, shop codes, etc. 3) Not being able to show people OUTSIDE the mall that the mall is actually active. Unfortunately, so long as many in the general populace don't know about Petpages being broken, #3 is not really fixable, other than just going about your business and running the mall as best you can. So, focusing on #1 and #2, what are possible solutions? Thus far, we have taken to NMing everyone in the mall. This is time intensive, discouraged by TNT as spamming, and doesn't take care of #2. PMing through Neomallers at least allows us to send banner code (though we need to send instructions on how to get the code, i.e. 'Reply to this message, the code will appear for you :) '). This still requires PMing each individual person (or adding each person as a contact, and then checking each of their names each time, though this DOES make it so you only have to actually SEND the message once). Forums, the easiest way to post a bunch of stuff for all to see, have just that problem, who wants to have to see all the news and banner updates and everything from someone elses mall. Well, I'm sure some people might like to, but not everyone *lol* Also, posting code in the forums intentionally does not work well/easily. Who would be interested in having some available methods of made more readily available for communicating within your own mall, and what methods would people find easiest/most useful? edit: I make this the second post so I can edit and fix typos later, and I have a typo in the topic title *lol* FAIL!
China
China's picture
Offline
Last seen: 13 years 7 months ago
Joined: 20/06/2009 - 5:53am
Hmm... Is there any way we could post our mall code on here or something? If I post HTML here, it will actually DO the code... right? ^^ ------- Books, School & Water Faerie Items: http://www.neopets.com/browseshop.phtml?owner=_always_lonely_ :D
------- Books, School & Water Faerie Items: http://www.neopets.com/browseshop.phtml?owner=_always_lonely_ :D
zixianna
zixianna's picture
Offline
Last seen: 4 months 1 day ago
Joined: 26/03/2010 - 7:44pm
Yes, it would be nice if something like the CODE tag allowed you to actually post CODE, instead of just formatting it with a fixed width font so it looks different... silly CODE tags :) For the hardcore, you could take your code, use notepad or something to replace all < with &lt;, all > with &gt;, and all quotes with &quot; Not fun, but it could work. [quote=China]Hmm... Is there any way we could post our mall code on here or something? If I post HTML here, it will actually DO the code... right? ^^[/quote] Sort of, most is filtered out though. There is also a BB Code tag which specifically stops the HTML tags from being parsed, but that still doesn't DISPLAY them, just doesn't do anything with them, so not really helpful at all, except they should display when you reply (it's the notag BB tag, [ notag ] ) edit: According to the documentation, the notag tag is EXACTLY what we need, are the custom filters here killing that workaround?
saudor
saudor's picture
Offline
Last seen: 11 hours 22 min ago
Joined: 10/06/2007 - 12:30pm
the documentation went to the dogs haha. i rewrote the forum filters abit but obv didnt do a really good job lmao. but suppose safer is better ----------------------------- [color=purple]Contrary to popular belief, the Irish and I are not married[/color]
----------------------------- [color=purple]Protect your account[/color] http://www.neopets.com/~punchback_bob CG information & more
zixianna
zixianna's picture
Offline
Last seen: 4 months 1 day ago
Joined: 26/03/2010 - 7:44pm
[quote=saudor]but suppose safer is better[/quote] Safer is better so long as it still gets used. And obviously the forms do, so yup :) If the [ notag ] tag is modified to allow posting of code without parsing any of it, that would be one giant step I think. Then we would just need an appropriate place to post the code (I would put it in the recruitment page for the branches/malls I think).
saudor
saudor's picture
Offline
Last seen: 11 hours 22 min ago
Joined: 10/06/2007 - 12:30pm
It would be safer to make use of an already existing security(i.e this forum) rather than creating one from scratch again on a page like for example /xmart_code since if security is breached for any reason it would mean PHP code would run and that is gonna cause a magnitude of problems haha ----------------------------- [color=purple]Contrary to popular belief, the Irish and I are not married[/color]
----------------------------- [color=purple]Protect your account[/color] http://www.neopets.com/~punchback_bob CG information & more
zixianna
zixianna's picture
Offline
Last seen: 4 months 1 day ago
Joined: 26/03/2010 - 7:44pm
Not only does that makes sense, it's a lot less effort than creating something entirely new. Therefore it's really a matter of 'How do we make what already exists the most usable to solve the current problems while not compromising security?' I'll also add 'and not reducing current functionality or adding more maintenance overhead' :)
saudor
saudor's picture
Offline
Last seen: 11 hours 22 min ago
Joined: 10/06/2007 - 12:30pm
that would be pretty simple. Maybe have a script that inserts the data as a "thread" into the forum table of the database. Pass it through the usual series of sql injection checks and the forums should take care of the rest from there ----------------------------- [color=purple]Contrary to popular belief, the Irish and I are not married[/color]
----------------------------- [color=purple]Protect your account[/color] http://www.neopets.com/~punchback_bob CG information & more
zixianna
zixianna's picture
Offline
Last seen: 4 months 1 day ago
Joined: 26/03/2010 - 7:44pm
[quote=saudor]that would be pretty simple. Maybe have a script that inserts the data as a "thread" into the forum table of the database. Pass it through the usual series of sql injection checks and the forums should take care of the rest from there[/quote] *lol* This one finally went over my head, but when I start reading sentences that say 'script that inserts data into the database', all I can think is SQL Injection Attack! Not that I really know anything about 'em though, maybe I should? :)
saudor
saudor's picture
Offline
Last seen: 11 hours 22 min ago
Joined: 10/06/2007 - 12:30pm
the forum topics are stored in a table called "nodes" (check your drupal datbase) so create a script that adds the user input into this table and then drupal will treat it like a forum thread lol ----------------------------- [color=purple]Contrary to popular belief, the Irish and I are not married[/color]
----------------------------- [color=purple]Protect your account[/color] http://www.neopets.com/~punchback_bob CG information & more

Pages