PDA

View Full Version : every single persoon on this forum, was indeed, not trolling lisa



m0nde
08-20-2016, 07:51 AM
we all care about her well being. i think this has been taken too far and i'm giong to have to put together a skype chat with peter quinn and teknorap to discuss next steps.

http://bzaf.org.au/cyber-bullying/


use HTML::Entities;
use CGI;
$query = new CGI;
print $query->header();
$self = $ENV{SCRIPT_NAME};
$perl = $ENV{DOCUMENT_ROOT};

print <<STARTHTML;

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>HTML To BB Code Converter</title>
</head>
<body>

STARTHTML

if ($query->param("html")) {
$html = $query->param("html");
}

if ($query->param("baseurl")) {
$baseurl = $query->param("baseurl");
$baseurl =~ encode_entities($baseurl);

use Socket;
if(inet_aton($baseurl)) {
$ip = inet_ntoa(inet_aton($baseurl));
}

@banned = ('127.0.0.1', '192.168.', '172.');
foreach $banned(@banned) {
if($baseurl =~ $banned || $ip =~ $banned) {
print "<p>No access allowed to that domain.</p>\n";
print "<p>$ip</p>\n";
exit 0;
}
}

if($baseurl !~ /http:\/\// && $baseurl !~ /https:\/\//) {
$baseurl = "http://$baseurl";
}

use LWP::Simple;
$target_file = $baseurl;
my $file = get($target_file);
if($file == "") {
#$file = "Site not found.";
}
$html = $file;
}

@domain = split(/\//,$baseurl);
if(@domain > 3) {
pop(@domain);
}

$store = "";
foreach $base(@domain) {
$store = "$store$base";
}

$store =~ s/http:/http:\/\//gi;
$store =~ s/https:/https:\/\//gi;
$baseurl = $store;

if (!$query->param("ascii")) {
$html =~ s/\s\s+/\n/gi;
$html =~ s/<pre(.*?)>(.*?)<\/pre>/\[code]$2\[\/code]/sgmi;
}

$html =~ s/\n//gi;
$html =~ s/\r\r//gi;
$html =~ s/$baseurl//gi;
$html =~ s/<h[1-7](.*?)>(.*?)<\/h[1-7]>/\n\$2\[\/b]\n/sgmi;
$html =~ s/<p>/\n\n/gi;
$html =~ s/<br(.*?)>/\n/gi;
$html =~ s/<textarea(.*?)>(.*?)<\/textarea>/\[code]$2\[\/code]/sgmi;
$html =~ s/<b>(.*?)<\/b>/\[b]$1\[\/b]/gi;
$html =~ s/<i>(.*?)<\/i>/\[i]$1\[\/i]/gi;
$html =~ s/<u>(.*?)<\/u>/\[u]$1\[\/u]/gi;
$html =~ s/<em>(.*?)<\/em>/\[i]$1\[\/i]/gi;
$html =~ s/<strong>(.*?)<\/strong>/\[b]$1\[\/b]/gi;
$html =~ s/<cite>(.*?)<\/cite>/\[i]$1\[\/i]/gi;
$html =~ s/<font color="(.*?)">(.*?)<\/font>/\[color=$1]$2\[\/color]/sgmi;
$html =~ s/<font color=(.*?)>(.*?)<\/font>/\[color=$1]$2\[\/color]/sgmi;
$html =~ s/<link(.*?)>//gi;
$html =~ s/<li(.*?)>(.*?)<\/li>/\[\*]$2/gi;
$html =~ s/<ul(.*?)>/\/gi;
$html =~ s/<\/ul>/\[\/list]/gi;
$html =~ s/<div>/\n/gi;
$html =~ s/<\/div>/\n/gi;
$html =~ s/<td(.*?)>/ /gi;
$html =~ s/<tr(.*?)>/\n/gi;

$html =~ s/<img(.*?)src="(.*?)"(.*?)>/\$baseurl\/$2\[\/img]/gi;
$html =~ s/<a(.*?)href="(.*?)"(.*?)>(.*?)<\/a>/\$4\[\/url]/gi;
$html =~ s/\[url=$baseurl\/http:\/\/(.*?)](.*?)\[\/url]/\[url=http:\/\/$1]$2\[\/url]/gi;
$html =~ s/\[img]$baseurl\/http:\/\/(.*?)\[\/img]/\[img]http:\/\/$1\[\/img]/gi;

$html =~ s/<head>(.*?)<\/head>//sgmi;
$html =~ s/<object>(.*?)<\/object>//sgmi;
$html =~ s/<script(.*?)>(.*?)<\/script>//sgmi;
$html =~ s/<style(.*?)>(.*?)<\/style>//sgmi;
$html =~ s/<title>(.*?)<\/title>//sgmi;
$html =~ s/<!--(.*?)-->/\n/sgmi;

$html =~ s/\/\//\//gi;
$html =~ s/http:\//http:\/\//gi;
$html =~ s/https:\//https:\/\//gi;

$html =~ s/<(?:[^>'"]*|(['"]).*?\1)*>//gsi;
$html =~ s/\r\r//gi;
$html =~ s/\[img]\//\[img]/gi;
$html =~ s/\[url=\//\[url=/gi;

if(!defined($html)) {
$html = "<p>Site not found.</p>\n";
}

print <<MOREHTML;

<h2>HTML To BB Code Converter</h2>

<div id="download">
<div class="div_head">Download:</div>
<div class="pad">
<a href="download.php?d=zip">source.zip</a><br>
<a href="download.php?d=source">source.txt</a>
</div>
</div>
<br>

<div class="para">
<div class="div_head">Usage</div>
<div class="pad">
<p>
This is a form that will convert basic HTML into BB code that is used on various forums. It will strip out most HTML that cannot
be converted.
</p>
</div>
</div>

<form method="post" action="$self">
<p><input type="checkbox" name="ascii">Check this for ASCII Art</p>

<p>Website: <input type="text" name="baseurl">
<input type="submit" value="Submit URL"></p>

HTML:<br>
<textarea cols="80" rows="30" name="html">$html</textarea>
<p><input type="submit" value="Submit HTML"></p>
</form>
</body>
</html>

MOREHTML

undef $html;
undef $baseurl;
undef $file;








[img]http://bzaf.org.au/wp-content/uploads/2012/10/logo2.png ($baseurl\/$2)http://bzaf.org.au/wp-content/uploads/2012/10/logo2.png (http://bzaf.org.au)
http://bzaf.org.au/wp-content/uploads/2012/10/banner-1.png
http://bzaf.org.au/wp-content/uploads/2012/10/Donate-Now-2.png (https://donation.giveeasy.org/bully-zero-australia-foundation)



Home (http://bzaf.org.au/) About Us (http://bzaf.org.au/about-us/) Bullying (#)What is bullying? (http://bzaf.org.au/what-is-bullying/) Types of bullying (http://bzaf.org.au/types-of-bullying/) Forms of Bullying ⇒ (#)[list]Cyber bullying (http://bzaf.org.au/cyber-bullying/) Schoolyard bullying (http://bzaf.org.au/schoolyard-bullying/) Workplace bullying (http://bzaf.org.au/workplace-bullying/) Homophobic Bullying (http://bzaf.org.au/homophobic-bullying/) The roles kids play (http://bzaf.org.au/the-roles-kids-play/) Respond to bullying (http://bzaf.org.au/respond-to-bullying/) Bullying Is A Crime (http://bzaf.org.au/bullying-is-a-crime/) Education Programs (http://bzaf.org.au/education-programs/) Supporters (#)Sponsors (http://bzaf.org.au/sponsors/) Ambassadors (http://bzaf.org.au/ambassadors/) Latest News (#)Blog (http://bzaf.org.au/blog/) Upcoming Events (http://bzaf.org.au/events/) Media ⇒ (#)Photo Gallery (http://bzaf.org.au/gallery/) Videos (http://bzaf.org.au/videos/) Articles (http://bzaf.org.au/articles/) Shop (http://bzaf.org.au/shop) Contact Details (http://bzaf.org.au/contacts/)
HomeAbout UsBullying -What is bullying?-Types of bullying-Forms of Bullying ⇒--Cyber bullying--Schoolyard bullying--Workplace bullying--Homophobic Bullying-The roles kids play-Respond to bullyingBullying Is A CrimeEducation ProgramsSupporters -Sponsors-AmbassadorsLatest News -Blog-Upcoming Events-Media ⇒--Photo Gallery--Videos--ArticlesShopContact Details





[b]Cyber bullying

Home (http://bzaf.org.au) / Cyber bullying






Cyber Bullying Is A Crime


The Commonwealth legislation governs online stalking and harassment behaviour. The crimes legislation amendment (telecommunications offences and other measures Act) – (No. 2) 2004 makes it a crime to use a carriage service to menace, harass or cause offence. The alleged individual could be found guilty under – 474.17 A (1) if: (a) Person uses a carriage service; (b) Does so in a way (whether by method of use or content of a communication, or both) that reasonable persons would regard as being, in all circumstances; Menacing, harassing or offending; [u]Penalty: Imprisonment of up to – 3 years.
Cyber Bullying
Social media has enhanced our ability to be connected and engaged, the technology sector is now the largest in the world. Australia is one of the most connected and engaged in the world and on average we own atleast 3 devices. While social media has fantastic benefits it has come at a devastating cost, with families, friends and most importantly victims who feel there is nowhere to turn to. Words do hurt and we’re reminded of the consequences of cyber bullying almost on a daily basis with reports that 1 in 8 Australians experience cyber bullying. Some Australians are showing signs of being addicted to their devices and for some there is now a dependency on Technology that is to be reachable and contactable all the time (techno stress – inability to disconnect). There are phenomenons such as FOMO (fear of missing out) and FONK (fear of not knowing) which has impacted on our ability to be connected to our social media platforms and devices. Cyber bullying is now the second most common form of bullying in Australia. Some behave with no responsibility while others are callous and ruthless. Cyber bullying is intergenerational and anyone can be a victim, whatever their age. Cyber bullies have the ability to target individuals 24/7, they can remain anonymous and significantly impact a large number of users and individuals instantly. Cyber bullies can intrude in places that were once regarded safe – our homes. Perpetrators, predators, paedophiles and groomers can influence and gain access to our most vulnerable. Victims of cyber bullying can feel powerless, lonely, upset, insecure, desperate and have feelings of refuge as there is no escape from the perpetrator who continues to harass, troll or stalk the victim. Everything posted online is stored even if deleted, every time a message is sent it’s saved by phone companies even after it’s deleted. Emails and private messages sent are stored by host providers of the platform. Chat conversations through companies like messenger and other social media applications are stored on servers. Every device that accesses the internet has its own Internet Protocol (IP) address that can be traced back to the user. Ignorance of the law is no excuse – users should consider their online actions as authorities are responding to inappropriate behaviour with heavy fines and prison terms.

Bullying is a crime in Victoria and the crimes amendment (bullying 2011 – section 21A) of the stalking provisions are now in effect. This amendment strengthens the existing stalking and harassment provisions of the Victorian Crimes Act 1958 and covers bullying/cyber bullying behaviours. Police now have the power to prosecute for stalking and serious bullying conduct. In other states stalking and harassment laws cover parts of the Victorian Act but there is no specific law that makes bullying a crime. As a certified provider of cyber safety programs Nationally we work closely with the Office of the Children’s eSafety Commissioner to ensure children and teenagers are empowered to deal with inappropriate on-line behaviour. Please visit https://www.esafety.gov.au
What Is Cyber Bullying?


Cyber bullying is the deliberate use of social media platforms, information and communication technologies, new media technologies i.e. (email, phones, chatrooms, discussion groups, applications, instant messaging, blogs, video clips, cameras, hate websites/pages, blogs and gaming sites) to repeatedly harass, threaten, humiliate and victimise another with the intention to cause harm, reputation damage, discomfort and intimidation.

In 2015, Australia was ranked 3rd in the number of searches made on the topic of cyber bullying via Google.

Cyber bullying can include: Harassment – sending ongoing abusive, insulting or unwanted messages. Tormenting someone with hateful and hurtful text messages, emails, posts or instant messages that offend, humiliate or intimidate. Flaming/Trolling – disagreements online between 2 individuals using aggressive and or abusive language, gradually resulting in others joining in. Denigration – spreading lies, rumours or gossip about someone to damage their reputation or friendship. Impersonation – pretending to be someone else by posting and sending inappropriate material online i.e. saying things they wouldn’t normally say face to face. Outing And Trickery – placing someone else’s information online without their consent. Trickery is persuading someone into providing secrets or embarrassing information and then placing these online. This could be done through a fake website, profile or by editing someone’s own profile. Exclusion – deliberately excluding someone from an online group or excluding them from activities because they have not participated in an online activity. Cyber‐stalking – following someone through cyberspace and repeatedly harassing or denigrating them which may raise significant fear in the individual. Moving with them to different sites or applications and posting threatening messages. Sexting – sending or posting messages, videos or photos of sexual nature. It’s illegal to post pictures or images of another without their consent and or if the individual is under 18 years of age. Pornography – possession and manufacturing of pornographic images and videos of an individual under the age of 18 is illegal and is covered by State and Commonwealth Laws.
Signs of Cyber Bullying


Cyber victims may feel anxious and isolated during the initial stages of cyber bullying. Early detection is important for prevention and harm minimisation, including the health and well-being of the individual.

Cyber bullying victims could show signs of cyber bullying by: Keeping to themselves and no longer engaging with their usual friends. Changes in sudden behavior i.e. become angry, intense and negative while using or after. Secretive – minimises screen, hides device or deletes messages immediately. Irritated, loses interest, enjoyment in online activities, anxious, hesitant/guilty about going on line – (receives an abundance of messages). Decreased appetite, health problems, addiction and nightmares. Depressed, no care or attention about their on-line behavior. Self-esteem issues – children with low confidence could be prone to behaving inappropriately online as they don’t care of the repercussions. Uses hostile language that advocates and incites violence or aggression towards the perpetrator. Is making comment about planning/preparing to commit online or off-line inappropriate behaviour. Inappropriate on-line behaviour rarely occurs in front of adults – telling your child to stop may not work. Open discussion by to determine the issue and finding an appropriate response is recommended.
How to prevent Cyber Bullying?


Block
Ignore
Ddelete
Unfriend
Report[list] Block the bully and ask them to stop making comment. Don’t open and resist the temptation to respond, retaliate or reply to messages if cyber bullies don’t receive a response they are likely to give up. If you do respond – an assertive approach is recommended – “Can I please ask you stop, remove the ….. I don’t appreciate the message” etc. Do not send, post or show offensive and inappropriate content, messages, pictures, or videos about others online. It is illegal for a minor (under the age of 18) to post explicit photos of themselves on-line. Permission should be sought prior to posting any photo of another individual online. Maintain a record of harassing messages/replies, as evidence and report to appropriate authorities i.e. teacher, parent, adult, employer, manager, internet service provider (ISP), Police, Office of the Children’s eSafety Commissioner (users under 18) or talk to a trusted friend. Think before posting personal information, name, address, phone number, details of family/friends and personal photographs or videos. Do not agree to meet individual’s offline who you don’t know personally. Be aware that strangers can download, store, share/forward your personal information to others, which has the potential to create more avenues for cyber bullying, harassment, stalking and intimidation. Do not open spam messages, click on prize offers, hyperlinks and popups that offer free or discounted items as there could be viruses or Trojans.
Work With A Trusted Adult:
Seek their opinion and knowledge. Have the game or application road tested by a trusted adult. If the threatening/harassing behaviour is occurring at school, talk to your teacher, welfare coordinator or your principal. If outside school hours, speak to your parents, a trusted adult, Police or contact the Office of the Children’s eSafety Commissioner. We recommend using parental controls or inbuilt computer security features (available at Bully Zero). If the behaviour is a workplace bullying issue and is occurring outside normal work hours, contact your employer or Police.
Monitor Usage


If constant online use is having a negative impact on your wellbeing or that of your friends and family, then this may be a sign for a break. Apply time limits to internet usage, excessive amounts of social media engagement can distract the user from the ability to self-regulate feelings. It could interfere with development of empathy, social and problem-solving skills (typically obtained by exploring unstructured play and interacting with friends). It’s important to have direct face-to-face interaction.

There is no suggested time limit however should excessive usage affect sleep, self-esteem or cause stress, the Foundation suggests a break from social media, balance is key.

Parents could install a filter that not only records the amount of time used but can automatically disconnects the service temporarily once a set limit has been reached. The Foundation has reliable evidence based software to respond and address such issue.
Report Cyber Bullying – Be The Upstander


Cyber bullying affects 1 in 8 Australians and it’s our responsibility to stop and prevent it. Cyber bullying behaviour can stop in under 10 seconds if the bystander intervenes and takes assertive action by being the upstander. Never allow the bully to get away with thinking that no one will help.

Doing nothing sends a clear message that the poor behaviour is acceptable, be part of the solution rather than wait for someone else. Step in, stand up, report and inform the cyber bully that their behaviour is not acceptable and will not be tolerated.
Role of Police


If the bullying behaviour is causing serious distress, harm, harassment, stalking, violence, humiliation or threats to harm, then contact with Police should be made. Police will establish if an offence has been committed, investigate further and take relevant action under state or Commonwealth law.

In Victoria, serious bullying is a crime protected by the Crimes Legislative Amendment Act 2004. In other states stalking and harassment laws also exist to protect the Victims. If an offence is committed, it’s the duty of police to investigate and determine the best response for dealing with perpetrators utilising formalised procedures and processes.

Each case is dealt on its merits and the underlying philosophy of Police in Australia is based on harm minimisation, in particular, where children are involved. They are committed to providing undivided support to ensure the welfare, safety and well-being of children, including both victim and offender is protected and maintained.

Police will take action where there is evidence of bullying, stalking and harassment.

The Commonwealth legislation governs online stalking and harassment behaviour. The crimes legislation amendment (telecommunications offences and other measures Act) – (No. 2) 2004 makes it a crime to use a carriage service to menace, harass or cause offence.
Role of Parents


No parent would willingly leave their child aged 6 in a library, in a swimming pool, shopping centre or local park without monitoring them?

Social media is a playground, but it’s digital and more difficult to control. Having open communication about online activities and usage including the monitoring of internet usage i.e. applications, games and internet platforms (Facebook, Instagram, Twitter, Snapchat, Kik Messenger, Facetime, Skype, Tumblr, YouTube) is fundamental in understanding the child’s social media world. Youngsters are digital natives and this is their world, it’s not about quantity but quality. Children should be taught good online habits to be responsible digital citizens.

Parents should help maintain their child’s social health, well-being and prevent harmful on-line behaviours. Parents should acknowledge symptoms and raise concerns with their child’s school, contact the Foundation: (03) 9094 3718 or the Office of the Children’s eSafety Commissioner: 1800 880 176 – www.esafety.gov.au.
What Can Parents Do?
Have open-ended conversations to learn about their child’s on-line life.Mentor your child about responsible social media usage and allow guided interactions and open dialogue. Practice scenarios to develop assertiveness strategies and help your child identify teachers, friends and others that could assist. Ensure your child is legally permitted to hold an account and or engage with certain social networking sites, platforms, applications and games. Ensure you and your child read the licence agreement and activate privacy settings as (default settings may not be safe). Set clear boundaries, house rules and time limits i.e. device free dinner time (phone check policy – random checks). Talk to your child, ask what platforms they’re using, who their friends are and advise then to never befriend anyone online they don’t know.They should add or accept user they know or have some commonality with. Be involved, positive and interested in your child’s hobbies, friendships on and off-line. Develop your social media skills and join your child’s preferred network or applications i.e. Facebook, Snapchat or Instagram). Understand the social media platforms they are using i.e. how to create a status, upload content, check in services and privacy (basic social networking functions) and ensure you road test websites, applications or games your child is downloading (free games include advertising and some innocent games simulate gambling and desensitise children to the gaming format). Be familiar with the acronyms children and teenagers use. See the most common acronym used by teens here. (http://bzaf.org.au/acronyms/) Suggest that your child make their personal information private and not share personal information with strangers. Educate and teach your child about online safety, their responsibilities, potential risks and ask your child to stop, look and think before posting or sharing any content that could be inappropriate. Explain they must gain permission from their friends or family before posting pictures, videos or any other content that does not involve them directly. Don’t be afraid to talk to your child about peer pressure and how they should not be persuaded to post inappropriate content, i.e. photos, videos or personal information. Consider parental controls, filtering software and effective strategies to respond to inappropriate online behaviour are available. The Foundation has partners offering software that can respond to specific needs of parents and users.

Anything published online in a public domain is no longer private. Information including photos can be exploited and used inappropriately. Technology in the wrong hands can be a weapon of mass destruction. We suggest caution and a pro-active approach, confiscation of devices is not a solution, we suggest open and honest communication to promote responsible usage.

The Foundation offers cyber safety workshops and seminars to educate students, teachers and parents about cyber safety, please call (03) 9094 3718.











Follow Us On:
http://bfaf.org.au/wp-content/uploads/2012/10/Crystal-Facebook.gif (https://www.facebook.com/bullyzeroaustralia?fref=ts)http://bfaf.org.au/wp-content/uploads/2012/10/Crystal-Twitter.gif (https://twitter.com/BullyZeroOz)http://bfaf.org.au/wp-content/uploads/2012/10/Crsystal-Google.gif (#)http://bfaf.org.au/wp-content/uploads/2012/10/Crystla_YouTube.gif (https://plus.google.com/108302898456027986225/videos)



Contact Us








































Copyright 2016. Bully Zero Australia Foundation. Website kindly donated by: icu2 - Web Design and Online Marketing (http://www.icu2.com.au)http://bzaf.org.au/wp-content/uploads/2012/10/small-icu21.png (http://www.icu2.com.au)

http://bzaf.org.au/wp-content/uploads/2012/10/small-icu21.png (http://www.icu2.com.au)

Desolation
08-20-2016, 11:49 AM
:0replesi: