Cornel Iulian

Fondators
  • Content count

    14,057
  • Donations

    15.00 EUR 
  • Joined

  • Last visited

  • Days Won

    56
  • Points

    429,183 [ Donate ]

Files posted by Cornel Iulian

  1. AMX WHO // Admini Online

    Descriere: Cu ajutorul acestui plugin jucatori pot vedea admin online pe server intr-un mod nou, voi puteti seta printr-un 'cvar' ca admini sa-i arate intr-un meniu ; intr-un motd ; sub forma unui tabel ; mesaj hud ; sau in consola. Acest plugin il foloseste si serverul comunitatii CS.PCTecuci.Ro
    Nume: AMX WHO
    Creator: Tr0YB0Y
    Versiune: 0.1
    Parola arhiva: "pctecuci.ro"

    Instalare:
    1. Fisierul amx_who.sma il puneti in addons/amxmodx/scripting
    2. Fisierul amx_who.amxx il puneti in addons/amxmodx/plugins
    3. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma: amx_who.amxx
    Comenzi: in consola:
    amx_who
    amx_admin
    admin_who
    admin

     Altele:
    modificati cum doriti..
     
    #include <amxmodx>#define MAX_GROUPS 11new g_groupNames[MAX_GROUPS][] = {"[1] Fondator <=","[2] Owner <=","[3] Co-Owner <=","[4] Manager <=","[5] Administrator <=","[6] Super-Moderator <=","[7] Moderator-Global <=","[8] Moderator <=","[9] Helper <=","[10] V.I.P <=","[11] Slot <="}new g_groupFlags[MAX_GROUPS][] = {"abcdefghijklmnopqrstux","abcdefghijklmnopqrstu","bcdefgijmnopqrsu","bcdefgijmopqrs","bcdefgijmop","bcdefgijm","bcdefgi","bcdefg","bcdef","ab","b"}new g_groupFlagsValue[MAX_GROUPS]public plugin_init() {register_plugin("ADMIN who", "0.1", "www.pctecuci.ro - Tr0YB0Y")register_concmd("amx_admin", "cmdWho", 0)register_concmd("admin", "cmdWho", 0)register_concmd("amx_who", "cmdWho", 0)register_concmd("admin_who", "cmdWho", 0)for(new i = 0; i < MAX_GROUPS; i++) {g_groupFlagsValue[i] = read_flags(g_groupFlags[i])}}public cmdWho(id) {new players[32], inum, player, name[32], i, aget_players(players, inum)console_print(id, "Admini Online PCTecuci.Ro")for(i = 0; i < MAX_GROUPS; i++) {console_print(id, "-%s-", g_groupNames[i])for(a = 0; a < inum; ++a) {player = players[a]get_user_name(player, name, 31)if(get_user_flags(player) == g_groupFlagsValue[i]) {console_print(id, "%s", name)}}}console_print(id, "Admini Online PCTecuci.Ro")return PLUGIN_HANDLED}   Intrati in fisierul addons/amxmodx/configs/users.ini si inlocuiti cu:
     
    ; Users configuration file; File location: $moddir/addons/amxmodx/configs/users.ini; Line starting with ; is a comment; Plugin creat de catre Tr0YB0Y -- www.pctecuci.ro; Access flags:; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands); b - reservation (can join on reserved slots); c - amx_kick command; d - amx_ban and amx_unban commands; e - amx_slay and amx_slap commands; f - amx_map command; g - amx_cvar command (not all cvars will be available); h - amx_cfg command; i - amx_chat and other chat commands; j - amx_vote and other vote commands; k - access to sv_password cvar (by amx_cvar command); l - access to amx_rcon command and rcon_password cvar (by amx_cvar command); m - custom level A (for additional plugins); n - custom level B; o - custom level C; p - custom level D; q - custom level E; r - custom level F; s - custom level G; t - custom level H; u - menu access; z - user (no admin); Account flags:; a - disconnect player on invalid password; b - clan tag; c - this is steamid/wonid; d - this is ip; e - password is not checked (only name/ip/steamid needed); k - name or tag is case sensitive. eg: if you set it so the name "Ham"; is protected and case sensitive (flags "k" only), then anybody; can use the names "haM", "HAM", "ham", etc, but not "Ham"; Password:; Add to your autoexec.cfg: setinfo _pw "<password>"; Change _pw to the value of amx_password_field; Format of admin account:; <name|ip|steamid> <password> <access flags> <account flags>; Examples of admin accounts:; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"; "My Name" "my_password" "abcdefghijklmnopqrstu" "a";|==============================================================================================|;|[1] Fondator <= "abcdefghijklmnopqrstux" "a" |;|==============================================================================================|;|============================================================================|;|[2] Owner <= "abcdefghijklmnopqrstu" "a" |;|==============================================================================================|;|============================================================================|;|[3] Co-Owner <= "bcdefgijmnopqrsu" "a" |;|==============================================================================================|==============================================================================================|;|[4] Manager <= "bcdefgijmopqrs" "a" |;|==============================================================================================|;|==============================================================================================|;|[5] Administrator <= "bcdefgijmop" "a" |==============================================================================================|==============================================================================================|;[6] Super-Moderator <= "bcdefgijm" "a" |==============================================================================================|==============================================================================================|;|[7] Moderator-Global <= "bcdefgi""a";|==============================================================================================|==============================================================================================|;[8] Moderator <= "bcdefg""a";|==============================================================================================|;==============================================================================================|;[9] Helper <= "bcdef" "a"|;|==============================================================================================|;==============================================================================================|;[10] V.I.P <= "ab" "a"|;|==============================================================================================|==============================================================================================|;|[11] Slot <= "b" "a" |;|==============================================================================================|  

    387 downloads

    Updated

  2. PCTecuci.Ro v5.0 Blue

    Aceasta tema a fost publicata deoarece forumul PCTecuci.Ro s-a mutat pe platforma IPB 4.
    Compatibil: IPB 3.4
    Tema creata de catre Cornel Iulian.

    14 downloads

       (0 reviews)

    0 comments

    Updated

  3. PCTecuci.Ro v6.1 Red

    Aceasta tema a fost publicata deoarece forumul PCTecuci.Ro s-a mutat pe platforma IPB 4.
    Compatibil: IPB 3.4
    Tema creata de catre Cornel Iulian.

    24 downloads

       (1 review)

    0 comments

    Updated

  4. Default Theme

    Tema implicită pentru comunitatea IPS.

    4 downloads

       (0 reviews)

    0 comments

    Submitted

  5. Chameleon Dark // ipsfocus.com

    Chameleon is an adaptive skin which uses semi-transparent 'frosted glass' content boxes, allowing your background image to partially show through. This allows you to easily customize the genre of the theme by changing only the background image. The header collapses on-scroll, and stays at the top of the screen for easy access.
    Theme features

    Theme Settings

    Easily enable, disable or modify theme features such as background images, logos, social media links, guest messages and colors. This makes modifications and upgrades very simple since little code changes are required.
    Sticky, shrinking header

    The header shrinks in size and sticks to the top of the page for easy access to your navigation.
    Frosted Glass content boxes

    Your background image is displayed beneath your content boxes which have a frosted glass effect (available in all modern browsers except IE and Edge).
    Background picker

    If enabled, your members can choose their own background image or color from a predefined selection and their choice is saved via cookies.
    Guest message

    A customizable message can be shown to guests, prompting them to either register or login to your forum. Two designs, "billboard" and "alert" are available.
    Social links

    Over 20 social links can be enabled/disabled and customized to your own URL, allowing you to easily link to your social network pages (facebook, twitter, etc). If your site doesn't exist, it's easy to add custom icons to the list!
    HTML logo with slogan

    Easily add/edit your text logo and slogan from within the theme settings. If required, the text can be replaced by an image instead.
    Mega Footer

    A mega footer with configurable column numbers and content can be enabled and customized all within the theme settings.
    High quality on every screen!

    By using scalable fonts and css effects to create the theme, it'll look great on any screen - even ones with high resolutions!

    19 downloads

       (0 reviews)

    0 comments

    Updated

  6. Magnum Theme

    Demo
     

    1 download

       (0 reviews)

    0 comments

    Submitted

  7. [4.3 - IPBFocus] Animate

    Animate is a dark, modern design and is named after the animated background effect seen in its header. The theme comes with an animated header and is perfect for any forum looking for a quick loading dark design - especially great for gaming forums!
    Theme features

    Theme Settings

    Easily enable, disable or modify theme features such as background images, logos, social media links, guest messages and colors. This makes modifications and upgrades very simple since little code changes are required.
    Animated header

    This theme features two animated images in the header, powered by css animations. The effect can be customized extensively, or removed entirely if necessary.
    Background picker

    Your members can choose their own background image (or color) from a predefined selection and their choice is saved via cookies. This feature can be configured or disabled within the theme settings.
    Guest message

    The "Guest message" widget is restyled to grab your visitors attention. It can be added to any widget location: header, footer or sidebar.
    Social links

    Social links can be enabled/disabled and customized to your own URL, allowing you to easily link to your social network pages (facebook, twitter, etc)
    HTML logo with slogan

    Easily add/edit your text logo and slogan from within the theme settings. If required, the text can be replaced by an image instead.
    Mega Footer

    A mega footer with configurable column numbers and content can be enabled and customized all within the theme settings.
    Minimal HTML edits

    This theme has very few template files, which means in most cases, you will not need to install theme updates between IPS versions. Too easy!

    25 downloads

       (0 reviews)

    0 comments

    Submitted

  8. IPS Community Suite 4.3.3 NULLED

    Caracteristici noi:
    O nouă funcție pentru administratori de a încărca un fișier XML al tuturor informațiilor personale. Setare nouă pentru trunchierea automată a înregistrărilor adreselor IP. Parametru nou la ștergerea unui participant pentru conținutul anonim trimis de acesta. O nouă setare pentru adăugarea automată a legăturilor către politicile de confidențialitate ale serviciilor terțe integrate, cum ar fi Google Analytics sau Facebook Pixel, în politica de confidențialitate, dacă acestea sunt activate. Elimină problema în care evenimentele calendarului care sunt prezentate în diferite fusuri orare pentru utilizator pot fi afișate într-un timp inoportun. Alte remedii și îmbunătățiri minore ale erorilor.

    190 downloads

       (0 reviews)

    0 comments

    Updated

  9. Elegant // ipsfocus

    Elegant is a minimalistic theme controlled by a color picker, allowing each of your members to choose their own unique color scheme.
    Theme features

    Theme Settings

    Easily enable, disable or modify theme features such as background images, logos, social media links, guest messages and colors. This makes modifications and upgrades very simple since little code changes are required.
    Color Picker

    Elegant comes with a color picker, allowing your members to choose their own unique color scheme. Their selection is saved via cookies and a "reset" buttons lets them easily revert back to your default color scheme.
    Optional fixed header

    If enabled via theme settings, your header will stick to the top of the page, allowing for easy access to your navigation.
    Background picker

    If enabled, your members can choose their own background image or color from a predefined selection. Their choice is saved via cookies and automatically load each page visit.
    Guest message

    A customizable message can be shown to guests, prompting them to either register or login to your forum. Two designs, "billboard" and "alert" (shown) are available.
    Global message

    Display a message across the top of your site with important announcements. Once your members have seen the message, they can press the Dismiss button to remove it (until you configure a new one).
    Social links

    Social links can be enabled/disabled and customized to your own URL, allowing you to easily link to your social network pages (facebook, twitter, etc)
    HTML logo with slogan

    Easily add/edit your text logo and slogan from within the theme settings. If required, the text can be replaced by an image instead.
    Mega Footer

    A mega footer with configurable column numbers and content can be enabled and customized all within the theme settings.

    1 download

       (0 reviews)

    0 comments

    Submitted

  10. Dreadnought Theme

    Dreadnought is modern, Creative, Super advanced theme comes with tons of customization's and features including responsive drop down navigation, Google fonts, custom html full-sized widgets, Advanced footer, Social links, News ticker, Custom forum category styles, Six of awesome article templates and a powerful touch slider that can be integrated with (IP.Content) as a complete package for infinite slider, theme colors are entirely customizable with easy settings, You can manually change ALL colors and switch between a Dark or White scheme with color settings.
    Dreadnought theme is beautifully responsive and mobile friendly, it is best suitable for Gaming website, Included with Dozen of useful settings and features for example adding a fixed social link on sidebar or footer, also two custom widgets to show on top or bottom of your website you can place it anywhere you want for example Registration page, Login page, Staff directory page, Search page, User profiles page...etc) You can also set user group permissions for each of the widgets

    13 downloads

       (0 reviews)

    0 comments

    Submitted

  11. Behemoth Theme

    Behemoth is a modern, Creative, Super advanced theme comes with a lot of customization's and features including responsive drop down navigation, Google fonts, custom html full-sized widgets, Advanced footer, Social links, News ticker, Custom forum category styles, Six of awesome article templates and a powerful touch slider that can be integrated with (IP.Content) as a complete package for infinite slider, theme colors are entirely customizable with easy settings, You can manually change ALL colors and switch between a Dark or White scheme with color settings.
    Dreadnought theme is beautifully responsive and mobile friendly, it is best suitable for Gaming website, Included with Dozen of useful settings and features for example adding a fixed social link on sidebar or footer, also two custom widgets to show on top or bottom of your website you can place it anywhere you want for example Registration page, Login page, Staff directory page, Search page, User profiles page...etc) You can also set user group permissions for each of the widgets

    1 download

       (0 reviews)

    0 comments

    Submitted

  12. Dimension by IPSFocus

    Dimension 4.3 by ipsfocus

    Dimension is a minimalistic theme for IPS.Suite with a unique header effect. Once scrolled, the header collapses into a fixed bar at the top of the page, providing easy access to your navigation links.

    5 downloads

       (0 reviews)

    0 comments

    Updated

  13. Dark Theme

    DEMO
    Login: Demo
    Password: demo

    25 downloads

       (0 reviews)

    0 comments

    Submitted

  14. Nerva 4.3 & by IPSMake

    Very clean a skin with advanced features designed for the IPS 4.3.x. It has a fully responsive width adjusts automatically to any screen size or resolution.
    <p>
    Compatibility: IPS Community Suite 4.3.1
    IPS Applications:
    Forums Chat, Downloads, Calendar, Chat, Downloads, Commerce, Pages, Blog, Gallery.

    2 downloads

       (0 reviews)

    0 comments

    Updated

  15. Origin (Dark)

    Stil curat și întunecat pentru IPS 4.3.x cu un glisor automatizat mare în interfață.
    https://invisioncommunity.com/files/file/8662-origin-theme/

    20 downloads

       (0 reviews)

    0 comments

    Submitted

  16. Ortem 4.3 - IPSFocus

    Ortem 4.3: A color-picker theme by ipsfocus
     
    Ortem is a minimalistic design focused around a simple color picker, allowing your members to easily customize the colors of the layout by selecting from a preset array. The header area is large enough to accommodate for big logos and full width banners, and the navigation bar sticks to the top of the screen for easy access.

     
    Theme Features

    Theme Settings
    Easily enable, disable or modify theme features such as background images, logos, social media links, guest messages and colors. This makes modifications and upgrades very simple since little code changes are required.
     

    Color Scheme Editor
    Your members can choose two colors to create their own color scheme from a predefined selection. This feature can be disabled easily if required.
     

    Fixed navigation bar
    Once scrolled, your navigation bar slides over your top header and sticks to the top of the page for easy access.
     

    Background picker (if enabled)
    Your members can choose their own background image (or color) from a predefined selection and their choice is saved via cookies. This feature can be configured or disabled within the theme settings.
     

    Background settings
    Restrict the background picker to certain groups such as registered members or VIP's. Or remove the picker entirely from mobiles to save bandwidth on the go. All within the settings!
     

    Global message
    Display a message across the top of your site with important announcements. Once your members have seen the message, they can press the Dismiss button to remove it (until you configure a new one).
     

    Guest message
    A customizable message can be shown to guests, prompting them to either register or login to your forum. Two designs, "billboard" and "alert" (shown) are available.
     

    Social links
    Social links can be enabled/disabled and customized to your own URL, allowing you to easily link to your social network pages (facebook, twitter, etc)
     

    HTML logo with slogan
    Easily add/edit your text logo and slogan from within the theme settings. If required, the text can be replaced by an image instead.
     

    Mega Footer
    A mega footer with configurable column numbers and content can be enabled and customized all within the theme settings

    3 downloads

       (0 reviews)

    0 comments

    Submitted

  17. Surface Dark 4.3

    The theme of «Surface» is a fully modernized design IPS in different colors.
    We tried to make the best design and make it easier to customize style, so have worked out every detail.
    We wish to make as high quality a product as possible and «Surface» will reveal it.
    Also in the archive are present:
    Skin Images (4 custom guestmessage cover backgrounds)

    26 downloads

       (0 reviews)

    0 comments

    Submitted

  18. FLine

    FLine 4.3
     
    Fline is a new, unique theme for your forum. Great design combined with a huge number of settings.
    The theme is suitable for any forums of different directions.
    Added new types of articles and sliders with the possibility of editing.

    23 downloads

       (0 reviews)

    0 comments

    Updated

  19. UltiMaze Dark Theme

    Frumoasa temă UltiMaze Dark pentru IPS 4.3
    Stilul a fost verificat pe cea mai recentă versiune a IPS 4.3.4

    8 downloads

       (0 reviews)

    0 comments

    Submitted

  20. Zadrot Pro

    Tema proiectului Zadrot Pro

    7 downloads

       (0 reviews)

    0 comments

    Submitted

  21. Invision Community 4.3 Nulled

    Noua versiune a Invision Community 4.3 Nulled cu caracteristici noi.
     

    7 downloads

       (0 reviews)

    0 comments

    Submitted

  22. IPS Community Suite 4.1.2 Original

    IPS Community Suite 4.1.2 Retail
    Informații despre lansare
    Versiune: 4.1.2
    Limba: engleză
    Stare: necesită activare
    Activare:
    Metoda de activare: înlocuiți codul din fișierul init.php cu cele din tutorial.
    Special pentru membrii pctecuci.ro 

    11 downloads

       (0 reviews)

    0 comments

    Submitted

  23. IPS Community Suite 4.1 Nulled

    Versiunea nulled a platformei IPS 4.1.
    Caracteristici: Chat eliminat (nu funcționează fără licență.) Setări complet ajustate.

    7 downloads

       (0 reviews)

    0 comments

    Submitted

  24. Invision Community 4.2 Nulled

    Versiunea nulled a platformei IPS 4.2

    19 downloads

       (0 reviews)

    0 comments

    Updated

  25. Facebook Reactions

    Reacțiile Facebook includ un fișier PSD, precum și un PNG transparent, cu rezoluție înaltă și mică, pentru a fi utilizat pe forum pentru a înlocui simbolurile de reacție standard.

    1 download

       (0 reviews)

    0 comments

    Submitted