Forum is shutting down, join us on Discord.

- No new threads can be created
- Shoutbox has been disabled
- All chat/support/market will be on Discord
- if you have a special status on forum (ie: staff, legendary user, etc), then PM Phoenix on forum with your Discord name to reclaim your status on Discord
See you all on Discord!


  
Go Back   Twilight MU Online Forum > Community > Programming Section

Programming Section All programming related stuff goes here.


Welcome to the Twilight MU Online Forum forums.

You are currently viewing our boards as a guest which gives you limited access. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

After registering you will receive an email with a confirmation link that you will need to click in order to activate your forum account.

NOTE: It's recommanded that you use on forum a different username and password than the game username and password.

If you have any problems with the registration process or your account login, please contact contact us.

 
 
Thread Tools Display Modes

Old 20-01-2010   #21
Quest
Silver Member

 
Quest's Avatar
 
InGame Character:
Quest is offline
Points: 7,533, Level: 37
Points: 7,533, Level: 37 Points: 7,533, Level: 37 Points: 7,533, Level: 37
Level up: 21%, 317 Points needed
Level up: 21% Level up: 21% Level up: 21%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Join Date: Jan 2007
Age: 39
Rep: Quest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant future
Rep Power: 236
Casino Cash: 2715
Default

Updated the generate.php zip file to be compatible with search again; at vlad's request.
(to the uninitiated: this is not a tutorial update, just the zip file at the top)
__________________
 
The Following 2 Users Like Quest's Post:
burnsy (21-01-2010), HalfDead (20-01-2010)

Old 21-01-2010   #22
Quest
Silver Member

 
Quest's Avatar
 
InGame Character:
Quest is offline
Points: 7,533, Level: 37
Points: 7,533, Level: 37 Points: 7,533, Level: 37 Points: 7,533, Level: 37
Level up: 21%, 317 Points needed
Level up: 21% Level up: 21% Level up: 21%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Join Date: Jan 2007
Age: 39
Rep: Quest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant future
Rep Power: 236
Casino Cash: 2715
Default

Updated generated.php again.
  • Will work with any class, not just DL.
    Did this by introducing two new catchers.
    As a result the array is bumped by 2 in some places.
    The script is, of course, already modified to accomodate that.
  • Introduced the $char_name variable.
    Now you only need to modify this variable to contain the character name.
  • Introduced the $font_size variable.
    It makes it easier when trying to get an appropiate font size on your signature.
Thanks to vlady for the bug reports/ideas.
__________________
 
The Following 2 Users Like Quest's Post:
burnsy (21-01-2010), HalfDead (22-01-2010)

Old 27-01-2010   #23
Quest
Silver Member

 
Quest's Avatar
 
InGame Character:
Quest is offline
Points: 7,533, Level: 37
Points: 7,533, Level: 37 Points: 7,533, Level: 37 Points: 7,533, Level: 37
Level up: 21%, 317 Points needed
Level up: 21% Level up: 21% Level up: 21%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Join Date: Jan 2007
Age: 39
Rep: Quest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant futureQuest has a brilliant future
Rep Power: 236
Casino Cash: 2715
Default

Kind of an "Also starring" update.
Actually it's not an updated at all, the official script remains the same.
However I played with sigs a little and thought to share my toys.
This is of interest to those of you who lived through the dynamic sigs genesis and know your stuff... more or less.
So this script comes with almost no commented code.
Why I want to share it specifically is because I used a font and a method for writing a signature entirely from php.
You don't need photoshop anymore except for the signature itself.
Writing all with php is nice because:
  • same font everywhere
  • status and their values are merged ; no need for alignment
  • numbers and writing will always have one space distance in-between
  • signature is more dynamic; text is not embedded into the signature
  • ability to create 9000 IFs and write a different text on the sig for each one
This is nothing new though, anyone could have done it already, the possibility was there ever since v.1.
However, I wanted to introduce a font that is similar to those usually used in signatures around here.
Now, some explanations about the script.
There's a function there and what it does is to create or rather try to simluate a stroke appearance for the font. What it technically does is to write a couple of times in black ink around a central point and then write in white ink above it.
This can be achieved for most of the TTF fonts by simply writing with a font ~2px larger. But this font wasn't scalling properly (it's a bit of a pixel font afterall).
Also it's easier to code with the new script, less editing required.

Click the test signature to get the script (includes working example).


So, have fun then ^_^.Fun was removed due to offending content.

Thanks to burnsy for the sig.
those still searching fun can see old image and get script
__________________

Last edited by Quest; 31-01-2010 at 11:10 PM..
 
The Following User Likes Quest's Post:
burnsy (28-01-2010)

Old 28-01-2010   #24
burnsy
TwiMu MOD xD

 
burnsy's Avatar
 
InGame Character:
My Mood:
burnsy is offline
Points: 28,135, Level: 73
Points: 28,135, Level: 73 Points: 28,135, Level: 73 Points: 28,135, Level: 73
Level up: 45%, 415 Points needed
Level up: 45% Level up: 45% Level up: 45%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Join Date: May 2008
Location: Perth
Age: 32
Rep: burnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond repute
Rep Power: 267
Casino Cash: 12141
Default

Quote:
Originally Posted by Quest View Post
Click the test signature to get the script (includes working example).


So, have fun then ^_^.

Thanks to burnsy for the sig.
That is pure gold
__________________
MissDeadly: i mean MANY
MissDeadly: but he does make many typos

Irina: you are like a Depp Jr
Shock3X: the typo king is back



Thanks Deeds!


Thanks Judo!

Thanks Kammy!
 

Old 28-01-2010   #25
Phoenix

 
Phoenix's Avatar
 
InGame Character:
My Mood:
Phoenix is offline
Points: 140,329, Level: 100
Points: 140,329, Level: 100 Points: 140,329, Level: 100 Points: 140,329, Level: 100
Level up: 0%, 0 Points needed
Level up: 0% Level up: 0% Level up: 0%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Rank: Administrator
Join Date: Sep 2006
Rep: Phoenix has a reputation beyond reputePhoenix has a reputation beyond reputePhoenix has a reputation beyond reputePhoenix has a reputation beyond reputePhoenix has a reputation beyond reputePhoenix has a reputation beyond reputePhoenix has a reputation beyond reputePhoenix has a reputation beyond reputePhoenix has a reputation beyond reputePhoenix has a reputation beyond reputePhoenix has a reputation beyond repute
Rep Power: 20
Casino Cash: 19691
Default

Quote:
Originally Posted by Quest View Post
... what the f ...
__________________






 
The Following 2 Users Like Phoenix's Post:
HalfDead (29-01-2010), scorpiones (28-01-2010)

Old 28-01-2010   #26
Judobreaker
GFX Master

 
Judobreaker's Avatar
 
InGame Character:
My Mood:
Judobreaker is offline
Points: 23,555, Level: 67
Points: 23,555, Level: 67 Points: 23,555, Level: 67 Points: 23,555, Level: 67
Level up: 8%, 645 Points needed
Level up: 8% Level up: 8% Level up: 8%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Join Date: Sep 2006
Location: Holland
Age: 35
Rep: Judobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond repute
Rep Power: 341
Casino Cash: 10394
Default

Ohmy this made me rofl real hard... xD
__________________
[CENTER]
Thank you Jessie!

Visit my portfolio at http://www.rvantwerpen.com

FireStorm: tht i could be your bitch
FireStorm: you are and have done so much for us
Judobreaker: I dont feel very useful a lot though lol
 

Old 29-01-2010   #27
burnsy
TwiMu MOD xD

 
burnsy's Avatar
 
InGame Character:
My Mood:
burnsy is offline
Points: 28,135, Level: 73
Points: 28,135, Level: 73 Points: 28,135, Level: 73 Points: 28,135, Level: 73
Level up: 45%, 415 Points needed
Level up: 45% Level up: 45% Level up: 45%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Join Date: May 2008
Location: Perth
Age: 32
Rep: burnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond reputeburnsy has a reputation beyond repute
Rep Power: 267
Casino Cash: 12141
Default

ooo it changes :o its getting longer!!!!
__________________
MissDeadly: i mean MANY
MissDeadly: but he does make many typos

Irina: you are like a Depp Jr
Shock3X: the typo king is back



Thanks Deeds!


Thanks Judo!

Thanks Kammy!
 

Old 29-01-2010   #28
Judobreaker
GFX Master

 
Judobreaker's Avatar
 
InGame Character:
My Mood:
Judobreaker is offline
Points: 23,555, Level: 67
Points: 23,555, Level: 67 Points: 23,555, Level: 67 Points: 23,555, Level: 67
Level up: 8%, 645 Points needed
Level up: 8% Level up: 8% Level up: 8%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Join Date: Sep 2006
Location: Holland
Age: 35
Rep: Judobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond reputeJudobreaker has a reputation beyond repute
Rep Power: 341
Casino Cash: 10394
Default

35cm... lol
That's some length. xD
__________________
[CENTER]
Thank you Jessie!

Visit my portfolio at http://www.rvantwerpen.com

FireStorm: tht i could be your bitch
FireStorm: you are and have done so much for us
Judobreaker: I dont feel very useful a lot though lol
 
The Following User Likes Judobreaker's Post:
MissDeadly (30-01-2010)

Old 30-01-2010   #29
Cyndar
New Member

 
Cyndar's Avatar
 
InGame Character:
My Mood:
Cyndar is offline
Points: 4,225, Level: 27
Points: 4,225, Level: 27 Points: 4,225, Level: 27 Points: 4,225, Level: 27
Level up: 42%, 175 Points needed
Level up: 42% Level up: 42% Level up: 42%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Join Date: Sep 2008
Age: 42
Rep: Cyndar will become famous soon enoughCyndar will become famous soon enough
Rep Power: 191
Casino Cash: 438
Default

W.t.f................
__________________
Cheers Burnsy

Cheers Reaper
 
The Following User Likes Cyndar's Post:
scorpiones (30-01-2010)

Old 30-01-2010   #30
scorpiones
Dum de Dum

 
scorpiones's Avatar
 
InGame Character:
scorpiones is offline
Points: 7,622, Level: 37
Points: 7,622, Level: 37 Points: 7,622, Level: 37 Points: 7,622, Level: 37
Level up: 44%, 228 Points needed
Level up: 44% Level up: 44% Level up: 44%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Rank: V.I.P. User
Join Date: Oct 2008
Rep: scorpiones has much to be proud ofscorpiones has much to be proud ofscorpiones has much to be proud ofscorpiones has much to be proud ofscorpiones has much to be proud ofscorpiones has much to be proud ofscorpiones has much to be proud ofscorpiones has much to be proud ofscorpiones has much to be proud ofscorpiones has much to be proud of
Rep Power: 204
Casino Cash: 1526
Default

can i ask who gave you permission to use JANZ619 name in the sig and as Gm of FuSioN i find that refering to my guild as a swingers club is unfair and could be damaging to my guild and its members. i find it inappropirate as we have members under 16 years of age
 
 

Bookmarks

Tags
dynamic signature


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT -5. The time now is 09:35 PM.



vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright ©2006 - 2019 Twilight MU. All Rights Reserved