Users browsing this thread: 1 Guest(s)
Loki123
Members
(01-03-2016, 07:03 AM)z3bra Wrote: Glad to see you intro finally, and see you started with the forum.
(already) welcome here!

I've always looked over it once in a while.. I'm giving it a real shot now. :P

(01-03-2016, 12:13 PM)pranomostro Wrote: >banned from derpforums
Just curious, what was it for?

Nice wishes,
pranomostro

Uhm, the reason that the derp gave up was questioning his policies.

To explain;
Hackforums has rules against content that is copyrighted and against privacy information.
However; They do allow e-whoring. My question towards the derp was why he allows it considering the rules that do actually ban it.

Apparently he considers asking for reasons to be questioning his policy.

(01-03-2016, 12:19 PM)xero Wrote: welcome to the forums!

what are we the derp refugee center? ;D

Thanks maan, and yes, you guys are. I mean, wasn't this initially started by a group of people derived from hackforums ? Amzo, Mafiaa, Robby and others ? (....unixhub....)
I at least heard about unixhub from them, then unixhub became nixers. :P

(01-03-2016, 02:07 AM)venam Wrote: It wasn't in the class_parser.php, it was in the database, where the template are stored:
Code:
mysql> select * from mybb_templates where title like '%video_yout%';
+-----+---------------------+---------------------------------------------------------------------------------------------------------------------+-----+---------+--------+------------+
| tid | title               | template                                                                                                            | sid | version | status | dateline   |
+-----+---------------------+---------------------------------------------------------------------------------------------------------------------+-----+---------+--------+------------+
| 589 | video_youtube_embed | <iframe width="560" height="315" src="http://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe> |  -2 | 1610    |        | 1395060274 |
+-----+---------------------+---------------------------------------------------------------------------------------------------------------------+-----+---------+--------+------------+
1 row in set (0.00 sec)

mysql> update mybb_templates set template = ' <iframe width="560" height="315" src="https://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe> ' where title = 'video_youtube_embed';
Query OK, 1 row affected (0.01 sec)
Rows matched: 1  Changed: 1  Warnings: 0

Oh, yes, video's were in the templates sorry about that.
Images are in class_parser.php (// instead of http:// or https://)

Either way, I doubt much mixed content gets on this site either way. Thanks though for fixing this. :)


Messages In This Thread
I'm Loki123 - by Loki123 - 29-02-2016, 08:20 PM
RE: I'm Loki123 - by venam - 01-03-2016, 01:40 AM
RE: I'm Loki123 - by venam - 01-03-2016, 02:07 AM
RE: I'm Loki123 - by z3bra - 01-03-2016, 07:03 AM
RE: I'm Loki123 - by pranomostro - 01-03-2016, 12:13 PM
RE: I'm Loki123 - by xero - 01-03-2016, 12:19 PM
RE: I'm Loki123 - by Wildefyr - 01-03-2016, 12:43 PM
RE: I'm Loki123 - by Loki123 - 01-03-2016, 12:55 PM
RE: I'm Loki123 - by pranomostro - 03-03-2016, 05:21 PM
RE: I'm Loki123 - by Loki123 - 03-03-2016, 10:55 PM
RE: I'm Loki123 - by pranomostro - 05-03-2016, 01:31 PM
RE: I'm Loki123 - by Loki123 - 05-03-2016, 07:10 PM
RE: I'm Loki123 - by pranomostro - 07-03-2016, 05:32 PM