Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
[B], [I], [U], [S] - Kalın, italik, altı çizili ve vurgulu
Ekli metni kalın, italik, altı çizili veya vurgulu haline getirir.
Örnek:
Örnek [B]Kalın[/B] metin.
Örnek [I]yatık[/I] metin.
Örnek [U]Altı çizili[/U] metin.
Örnek [S]vugulanmış[/S] metin.
Çıktı:
Örnek Kalın metin.
Örnek yatık metin.
Örnek Altı çizili metin.
Örnek vugulanmış metin.
[COLOR=renk], [FONT=yazı tipi], [SIZE=boyut] - Metin Rengi, Yazı Tipi ve Boyut
Ekli metnin rengini, yazı tipi veya boyutunu değiştirir.
Örnek:
[COLOR=red]Kırmızı[/COLOR] ve [COLOR=#0000cc]mavi[/COLOR] yazı örneği.
[FONT=Courier New]Courier New[/FONT] yazı örneği.
[SIZE=1]Küçük[/SIZE] ve [SIZE=7]büyük[/SIZE] yazı örneği.
Çıktı:
Kırmızı ve mavi yazı örneği. Courier New yazı örneği. Küçük ve büyük yazı örneği.
[URL], [EMAIL] - Link Verme
Ekli metni hedef olarak kullanıp bir bağlantı oluşturur.
Spoiler içerebilecek metni gizleyen ve görülmesi gereken izleyici tarafından tıklanması gereken normal içerikler arasında satır içi metin görüntülemenizi sağlar.
Örnek:
İçeriği görmek için bu gizli [ISPOILER]sözcüğe[/ISPOILER] tıklamanız gereklidir.
Çıktı:
İçeriği görmek için bu gizli sözcüğe tıklamanız gereklidir.
[CODE] - Kod göstermini programlama
Mümkün olan söz dizimini vurgulayan, çeşitli programlama dillerinden birinde metin görüntüler.
Örnek:
Genel Kod Yapısı:
[CODE]Zafer, "Zafer benimdir" diyebilenindir. Başarı ise, "Başaracağım" diye başlayarak sonunda "Başardım" diyebilenindir.[/CODE]
Zenginleştirilmiş Kod Yapısı:
[CODE=rich][COLOR=red]Zafer, "Zafer benimdir" diyebilenindir. Başarı ise, "Başaracağım" diye başlayarak sonunda "Başardım" diyebilenindir.[/CODE]
PHP Kod Yapısı:
[CODE=php]echo $hello . ' Zafer, "Zafer benimdir" diyebilenindir. Başarı ise, "Başaracağım" diye başlayarak sonunda "Başardım" diyebilenindir.';[/CODE]
JS Kod Yapısı:
[CODE=javascript]var hello = Zafer, "Zafer benimdir" diyebilenindir. Başarı ise, "Başaracağım" diye başlayarak sonunda "Başardım" diyebilenindir.';[/CODE]
Çıktı:
Genel Kod Yapısı:
Kod:
Zafer, "Zafer benimdir" diyebilenindir. Başarı ise, "Başaracağım" diye başlayarak sonunda "Başardım" diyebilenindir.
Zenginleştirilmiş Kod Yapısı:
Rich (BB code):
Zafer, "Zafer benimdir" diyebilenindir. Başarı ise, "Başaracağım" diye başlayarak sonunda "Başardım" diyebilenindir.
PHP Kod Yapısı:
PHP:
echo $hello . ' Zafer, "Zafer benimdir" diyebilenindir. Başarı ise, "Başaracağım" diye başlayarak sonunda "Başardım" diyebilenindir.';
JS Kod Yapısı:
JavaScript:
var hello = Zafer, "Zafer benimdir" diyebilenindir. Başarı ise, "Başaracağım" diye başlayarak sonunda "Başardım" diyebilenindir.';
[ICODE] - Satır içi programlama kodu gösterimi
Normal yayın içeriği arasında kodu anında görüntülemenize izin verir. Sözdizimi vurgulanmayacak.
Örnek:
Satır içi kod bölümleri, kodu satır içi görüntülemenin [ICODE]uygun bir yoludur[/ICODE].
Satır içi kod bölümlerindeki zengin biçimlendirme [ICODE=rich][COLOR=red]ayrıca[/COLOR] [U]desteklenir[/U][/ICODE].
Çıktı:
Satır içi kod bölümleri, kodu satır içi görüntülemenin uygun bir yoludur.
Satır içi kod bölümlerindeki zengin biçimlendirme ayrıcadesteklenir.
[INDENT] - Metin girintisi
Seçili metni içe kaydırır. Daha geniş kaydırmalar için içe içe kullanılabilir.
Örnek:
Normal metin
[INDENT]Girintili metin
[INDENT=2]Daha girintili metin[/INDENT]
Çıktı:
Normal metin
Girintili metin
Daha girintili metin
[TABLE] - Tablolar
İçerikleriniz içinde tablolar görüntülemek için özel biçimlendirme.
Cihazlar tarafından okunabilirliği kolaylaştırmak için metni yapılandırılmış bir başlık olarak işaretler.
Örnek:
[HEADING=1]Ana başlık[/HEADING]
Bu metin, bir makalenin ana bölümlerini ayırmak için kullanılan ana başlık altında gelir.
[HEADING=2]Küçük başlık[/HEADING]
Bir makalenin birincil bölümlerini alt bölümlere ayırmanız gerektiğinde, 2. düzey bir alt başlık kullanın.
[HEADING=3]Alt başlık[/HEADING]
Ek alt bölüme ihtiyacınız varsa, seviye 3'e düşebilirsiniz.
Çıktı:
Ana başlık
Bu metin, bir makalenin ana bölümlerini ayırmak için kullanılan ana başlık altında gelir.
Küçük başlık
Bir makalenin birincil bölümlerini alt bölümlere ayırmanız gerektiğinde, 2. düzey bir alt başlık kullanın.
Alt başlık
Ek alt bölüme ihtiyacınız varsa, seviye 3'e düşebilirsiniz.
[PLAIN] - Düz metin
Ekli metinde BB kod dönüşümünü devre dışı bırakır.
Örnek:
[PLAIN]Bu metin [B]kalın[/B] yazı tipi değildir.[/PLAIN]
Çıktı:
Bu metin [B]kalın[/B] yazı tipi değildir.
[ATTACH] - Dosya ekleme
Belirtilen alana eklerinizi ilave etmenize olanak sağlar. Ek, eğer bir resim ise, küçük resim veya tam boyutlu bir görünüm eklenebilir. Bu seçime size uygun formata göre karar vererek uygun butona tıklayarak ek (resim) yerleştirilir.
Örnek:
Küçük resim: [ATTACH]123[/ATTACH]
Tam boyut: [ATTACH=full]123[/ATTACH]
Çıktı:
Ekli dosyaların içeriği bu alanda görüntülenecektir.
[CLUB]
- For club members
The information inside the code is displayed only to members of the club.
Örnek:
[CLUB]Hello World![/CLUB] - Hidden text for club members
- Only registered users who are registered not earlier than 5 days ago are displayed.
[GROUPS=option]
- For user groups
The tag hides content from people who are not members of X,Y,Z user groups.
Örnek:
[GROUPS=2]Hello World![/GROUPS] - Displayed only for group members with ID 2.
Çıktı:
Content of this hidden block can only be seen by members of: 1 - Üye / Members
Hello World!
- Displayed only for group members with ID 2.
[HIDE]
·
[HIDE=option]
- For registered users only
Tag [HIDE] is used for hidden content. If [HIDE=(condition)] is specified, the condition will be applied to the hidden content. Note: After the = sign, you must enclose the conditions in parentheses to indicate the start and end of condition processing. Inside, you can use any condition grouping.
Allowed expressions (tags):
posts: Number of user posts.
likes: User reaction count.
reactions: User reaction count (same as likes).
trophies: Number of user trophies.
days: Number of days since user registration.
isMemberOf(id): User group, for multiple groups you can use comma-separated values.
username: User's username.
user_id: User's identifier.
user_state: User's state.
is_staff: Flag indicating whether the user is a staff member.
is_admin: Flag indicating whether the user is an administrator.
is_moderator: Flag indicating whether the user is a moderator.
Allowed operators:
Arithmetic operators:
Arithmetic operators are used for performing mathematical calculations:
+
-
*
/
% (modulus)
** (exponentiation)
Comparison operators:
Comparison operators are used for comparing values and returning a boolean result:
== (equal to)
=== (strictly equal to)
!= (not equal to)
!== (strictly not equal to)
< (less than)
> (greater than)
<= (less than or equal to)
>= (greater than or equal to)
Logical operators:
Logical operators are used for performing logical operations and returning a boolean result:
and or && (logical AND)
or or || (logical OR)
not or ! (logical NOT)
Bitwise operators:
Bitwise operators are performed on binary representations of numbers:
& (bitwise AND)
| (bitwise OR)
^ (bitwise XOR)
String operators:
The ~ operator is used for string concatenation:
~ (string concatenation)
Array operators:
Array operators are used for checking element membership in an array:
in (element present in array)
not in (element not present in array)
Numeric operators:
The .. operator is used to create a range of numbers:
.. (number range)
Ternary operator:
The ?: operator is used to perform conditional operations in a single line:
?: (ternary operator)
Örnek:
[HIDE]Hello World![/HIDE] - only registered users see the hidden text
[HIDE=(posts > 1 or likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
[HIDE=(posts > 1 and likes > 1)]Hello world![/HIDE] - The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
[HIDE=(days > 1 or user_state == "valid")]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
[HIDE=(isMemberOf(2) or trophies >= 0)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
[HIDE=(is_staff)]Hello World![/HIDE] - The hidden text "Hello World!" will be displayed if the user is a staff member.
Çıktı:
View hidden content is available for registered users!
Hello World!
- only registered users see the hidden text
message > 1 (0) or like > 1 (0)
Hello world!
- The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 OR the number of likes is greater than 1.
message > 1 (0) and like > 1 (0)
Hello world!
- The hidden text "Hello world!" will be displayed if the number of user posts is greater than 1 AND the number of likes is greater than 1.
day > 1 (0) or Kullanıcı durumu is "valid" (valid)
Hello World!
- The hidden text "Hello World!" will be displayed if the number of days since user registration is greater than 1 OR the user state is "valid".
Member group(s): 1 - Üye / Members or point >= 0 (0)
Hello World!
- The hidden text "Hello World!" will be displayed if the user is a member of group 2 OR the number of user trophies is greater than or equal to 0.
Yönetici
Hello World!
- The hidden text "Hello World!" will be displayed if the user is a staff member.
[LIKES=option]
- Number of likes
Number of likes on the forum, which the user needs to be able to view
Örnek:
[LIKES=5]Hello World![/LIKES] - Displayed only registered users whose number of reactions on the forum is greater than or equal to 5.
- This tag hides the text until the user clicks the <b>Like button</b> in the message.
[TROPHIES=option]
- Number of trophies
Number of trophies on the forum, which the user needs to be able to view
Örnek:
[TROPHIES=5]Hello World![/TROPHIES] - It is displayed only to registered users, the number of points for trophies on the forum which is greater than or equal to 5.
Legal Notice:
The website spyhackerz.org is classified as a “Hosting Provider” (“Yer Sağlayıcı”) within the meaning of Article 2, paragraph 1, subparagraph (m) and Article 5 of Law No. 5651. All content is created entirely by users without any prior approval, similar to platforms such as X, Instagram, Facebook, etc.
As a hosting provider, spyhackerz.org is not obliged to monitor, control, or investigate user-generated content or any potentially unlawful sharing. There are no “attack teams” on spyhackerz.org, and no harmful activities are carried out against websites located in Türkiye.
SPYHACKERZ is not responsible for any individual hacking-related forum activities carried out by its members. If any hacking activity is conducted against your websites using the name spyhackerz.org, all responsibility lies solely with the member who performs the attack.