Homepage
In order to access certain forum threads, this forum requires you to login with your user name and password so we can verify your current access level.
Thanks,
Forum Security Adminstrator - Don.E

Join the forum, it's quick and easy

Homepage
In order to access certain forum threads, this forum requires you to login with your user name and password so we can verify your current access level.
Thanks,
Forum Security Adminstrator - Don.E
Homepage
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Congratulations: World FreQuency Champion 2016 (December 1st) - Team Lycan and Invictus
*CLOSED*2018 (24th - 26th July) is the Final Day To Register Your Team for "The Halo 5 3v3 and FFA Tournament" *CLOSED*
FreQuency Community BACK ONLINE!!!- stated by: FreQ Xaye and FreQ AvaiL
Gamenight Activity #997 - Hosted by FreQ|AvaiL and FreQ June Mia (Activity Ended:18th of July <11:59PM> AEST)

Go down
H2V Fuze
H2V Fuze
----------Master Knight----------
----------Master Knight----------
Aries Dragon
Posts : 51
Points : 133
Forum Reputation : 21
Join date : 2016-07-14
Age : 36
Location : Winchester, UK
https://www.caltech.edu/

HTML and mySQL Widgets... Empty HTML and mySQL Widgets...

Fri Aug 05, 2016 2:33 am
Code:
The Following Code Is Just A Test For A Polling System, Using Basic Search Parameters.
// If edited, we would need to reset votes (since options can be re-ordered above, you can't be sure if the change is for changing the text or adding an option
        if ($mode == 'edit' && sizeof($poll['poll_options']) != sizeof($cur_poll_options))
        {
            $db->sql_query('DELETE FROM ' . POLL_VOTES_TABLE . ' WHERE topic_id = ' . $data['topic_id']);
            $db->sql_query('UPDATE ' . POLL_OPTIONS_TABLE . ' SET poll_option_total = 0 WHERE topic_id = ' . $data['topic_id']);
        }
        // If edited, we would need to reset votes (since options can be re-ordered above, you can't be sure if the change is for changing the text or adding an option
        if ($mode == 'edit' && sizeof($poll['poll_options']) != sizeof($cur_poll_options) && $data['topic_id'] != nnnnn)
        {
            $db->sql_query('DELETE FROM ' . POLL_VOTES_TABLE . ' WHERE topic_id = ' . $data['topic_id']);
            $db->sql_query('UPDATE ' . POLL_OPTIONS_TABLE . ' SET poll_option_total = 0 WHERE topic_id = ' . $data['topic_id']);
        }
 

H2V Fuze
H2V Fuze
----------Master Knight----------
----------Master Knight----------
Aries Dragon
Posts : 51
Points : 133
Forum Reputation : 21
Join date : 2016-07-14
Age : 36
Location : Winchester, UK
https://www.caltech.edu/

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 05, 2016 2:39 am
Testing the New Color Pallet Module:
--Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1--
--Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1--

--Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1--



--Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1--

--Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1--

--Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1----Test 1--
H2V Fuze
H2V Fuze
----------Master Knight----------
----------Master Knight----------
Aries Dragon
Posts : 51
Points : 133
Forum Reputation : 21
Join date : 2016-07-14
Age : 36
Location : Winchester, UK
https://www.caltech.edu/

HTML and mySQL Widgets... Empty Forum Arcade Area

Fri Aug 05, 2016 2:44 am
Implementation of a Arcade Area within the website to Flash games, using member_id's to create a multiplayer experience:

H2V Fuze
H2V Fuze
----------Master Knight----------
----------Master Knight----------
Aries Dragon
Posts : 51
Points : 133
Forum Reputation : 21
Join date : 2016-07-14
Age : 36
Location : Winchester, UK
https://www.caltech.edu/

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 05, 2016 2:56 am
Message reputation : 100% (1 vote)
Graphical Elements
Test(1)
------------------------------
Don.Erofeevsky

H2V Fuze
H2V Fuze
----------Master Knight----------
----------Master Knight----------
Aries Dragon
Posts : 51
Points : 133
Forum Reputation : 21
Join date : 2016-07-14
Age : 36
Location : Winchester, UK
https://www.caltech.edu/

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 05, 2016 2:59 am
Graphical Elements
Test(2)
------------------------------
Don.Erofeevsky



H2V Fuze
H2V Fuze
----------Master Knight----------
----------Master Knight----------
Aries Dragon
Posts : 51
Points : 133
Forum Reputation : 21
Join date : 2016-07-14
Age : 36
Location : Winchester, UK
https://www.caltech.edu/

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 05, 2016 3:16 am
<html>
   <head>
       <title>Your site title</title>
       <link rel="stylesheet" type="text/css" href=" style.css" />
       <script type="text/javascript" src="js/swfobject.js"></script>
   </head>

   <body>
       <div id="devAnalogClock"></div>
<script type="text/javascript">
           var flashvars = {
               clockSkin: 'media/skins/skin002.png',
               arrowSkin: '1',
               arrowColor: '666666'
           };
           swfobject.embedSWF(
               'media/devAnalogClock.swf',            
                               'devAnalogClock',
               '200',
               '200',
               '8',
               'media/expressInstall.swf',
               flashvars,
               {scale: 'noscale', wmode: 'transparent'}
           );
</script>


       …………………………………………
       Your website content
       …………………………………………

   </body>

</html>
H2V Fuze
H2V Fuze
----------Master Knight----------
----------Master Knight----------
Aries Dragon
Posts : 51
Points : 133
Forum Reputation : 21
Join date : 2016-07-14
Age : 36
Location : Winchester, UK
https://www.caltech.edu/

HTML and mySQL Widgets... Empty HTML Loaders

Sun Aug 07, 2016 9:51 pm
Images for HTML Loaders for certain forum topics


HTML and mySQL Widgets... Aperture-Science-GIF




HTML and mySQL Widgets... Loading-gear-5


HTML and mySQL Widgets... Loading1
FreQ Viola
FreQ Viola
----- BKT Knight Grade 3 -----
----- BKT Knight Grade 3 -----
Posts : 41
Points : 142
Forum Reputation : 19
Join date : 2016-07-25
Location : Sweden

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Sun Aug 07, 2016 10:20 pm
Nice, are these the little loading things on the tutorial category board?
H2V Fuze
H2V Fuze
----------Master Knight----------
----------Master Knight----------
Aries Dragon
Posts : 51
Points : 133
Forum Reputation : 21
Join date : 2016-07-14
Age : 36
Location : Winchester, UK
https://www.caltech.edu/

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Thu Aug 11, 2016 12:47 pm
FreQ Viola wrote:Nice, are these the little loading things on the tutorial category board?
Yes, I have back ups if one terminates though. Write now im working on implementing some cool HTML elements like radios and X-fire team speak, with which all members on the website can physically and verbalyl communicate with their mics, if its connected on to a PC. I will also try to create an online php element that will link xbox live parties to the site. Obviously protection will be an issue but ill find out a way to fix that. Trying to ass as many cool things to the site as I can, next update should be awesome. Cant wait to bring all of these elements im testing here to the rest of the forum next update!
-Your boy don!
FreQ Viola
FreQ Viola
----- BKT Knight Grade 3 -----
----- BKT Knight Grade 3 -----
Posts : 41
Points : 142
Forum Reputation : 19
Join date : 2016-07-25
Location : Sweden

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 12, 2016 3:15 pm


FreQ Viola
FreQ Viola
----- BKT Knight Grade 3 -----
----- BKT Knight Grade 3 -----
Posts : 41
Points : 142
Forum Reputation : 19
Join date : 2016-07-25
Location : Sweden

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 12, 2016 3:41 pm

FreQ Viola
FreQ Viola
----- BKT Knight Grade 3 -----
----- BKT Knight Grade 3 -----
Posts : 41
Points : 142
Forum Reputation : 19
Join date : 2016-07-25
Location : Sweden

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 12, 2016 3:47 pm

FreQ Viola
FreQ Viola
----- BKT Knight Grade 3 -----
----- BKT Knight Grade 3 -----
Posts : 41
Points : 142
Forum Reputation : 19
Join date : 2016-07-25
Location : Sweden

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 12, 2016 3:50 pm

FreQ Viola
FreQ Viola
----- BKT Knight Grade 3 -----
----- BKT Knight Grade 3 -----
Posts : 41
Points : 142
Forum Reputation : 19
Join date : 2016-07-25
Location : Sweden

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 12, 2016 4:10 pm
FreQ Viola
FreQ Viola
----- BKT Knight Grade 3 -----
----- BKT Knight Grade 3 -----
Posts : 41
Points : 142
Forum Reputation : 19
Join date : 2016-07-25
Location : Sweden

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 12, 2016 4:25 pm
FreQ Viola
FreQ Viola
----- BKT Knight Grade 3 -----
----- BKT Knight Grade 3 -----
Posts : 41
Points : 142
Forum Reputation : 19
Join date : 2016-07-25
Location : Sweden

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 12, 2016 4:33 pm
Xephyre
Xephyre
-----Forum VIP Member-----
-----Forum VIP Member-----
Scorpio Horse
Posts : 5
Points : 37
Forum Reputation : 2
Join date : 2016-08-04
Age : 33
Location : Russia, Vladivostok

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Sat Aug 13, 2016 6:43 pm
So im guessing these all will part of the arcade section, quite amazing!
Great job.
Ricardo Harerra
Ricardo Harerra
Group Moderator
Group Moderator
Posts : 52
Points : 128
Forum Reputation : 22
Join date : 2016-07-20
Location : Mexico,Ciudad Juárez

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Sun Aug 14, 2016 12:33 pm
These are probably the best flash games I have ever played, GREAT CHOICE GUYS!
Andy Porter
Andy Porter
--------- A Top 500 Player ---------
--------- A Top 500 Player ---------
Scorpio Pig
Posts : 8
Points : 69
Forum Reputation : 5
Join date : 2016-08-07
Age : 28
Location : Ireland, Dublin

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Sun Aug 14, 2016 12:37 pm
Ricardo Harerra wrote:These are probably the best flash games I have ever played, GREAT CHOICE GUYS!
Yeh it seems to be super fun!
Welldone guys, cant wait to see this shit be put in a proper forum thread/board/category.
Ricardo Harerra
Ricardo Harerra
Group Moderator
Group Moderator
Posts : 52
Points : 128
Forum Reputation : 22
Join date : 2016-07-20
Location : Mexico,Ciudad Juárez

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Sep 02, 2016 2:50 pm
geez
H2V Fuze
H2V Fuze
----------Master Knight----------
----------Master Knight----------
Aries Dragon
Posts : 51
Points : 133
Forum Reputation : 21
Join date : 2016-07-14
Age : 36
Location : Winchester, UK
https://www.caltech.edu/

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Sat Sep 03, 2016 11:12 pm
Andy Porter wrote:
Ricardo Harerra wrote:These are probably the best flash games I have ever played, GREAT CHOICE GUYS!
Yeh it seems to be super fun!
Welldone guys, cant wait to see this shit be put in a proper forum thread/board/category.


Should be up very very soon Smile
Hype Zen
Hype Zen
----- BKT Knight Grade 2 -----
----- BKT Knight Grade 2 -----
Posts : 10
Points : 49
Forum Reputation : 7
Join date : 2016-07-21
Location : Japan, Fukuoka
https://freq.forumotion.com/

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Fri Aug 10, 2018 3:01 am
Time we add multiplayer flash games such as Slither.Io into the arcade section as a flash.swf Widget.
Just a thought?
Sponsored content

HTML and mySQL Widgets... Empty Re: HTML and mySQL Widgets...

Back to top
Permissions in this forum:
You cannot reply to topics in this forum