Jump to content

Recommended Posts

Posted (edited)

Hello, since many of my clients had problems regarding to webhosting (specifically for acp panels) they did not know that the problem was the hosting company all the way from start.

So for those who are interested in knowing if their host is compatible with their l2off server SQL Server connections this is a simple tool for debugging porpuses.

This tool was originally for my customers to know if their host is supporting my panels.

 

Create a new file test.php and then add the following code inside, then edit the $host, $user, $pass and open your website.com/test.php and you will know what kind of connections you can use simple and easy.

This is not only for newbies its a tool that can help developers in general.

it has been tested in all versions of PHP 5.6+ and it works.

 

successfull message looks like this:

http://prntscr.com/mt5jep

it will print few names from database.

 

It uses 5 kind of connection types mssql_connect, sqlserver_connect, odbc_connect, PDO (dblib, sqlsrv, odbc), mysqli_connect

Code:

This is the hidden content, please

Edited by DenArt Designs
  • Thanks 2
Posted (edited)
1 hour ago, PARADISE said:

Useful, but phpinfo() is always your friend

yes, phpinfo is also included, plus this is for hosts that say that support this functions but actually not, i've seen this many times, this is the actual test if the functions work or not depending with the apache configuration.

Edited by DenArt Designs
  • 1 month later...
Posted
On 3/4/2019 at 1:43 PM, DenArt Designs said:

Hola, dado que muchos de mis clientes tenían problemas con respecto al alojamiento web (específicamente para paneles de acp) no sabían que el problema era la empresa de alojamiento desde el principio.

Entonces, para aquellos que estén interesados en saber si su host es compatible con las conexiones de su servidor l2off con SQL Server, esta es una herramienta simple para depurar los servidores.

Esta herramienta fue originalmente para que mis clientes sepan si su host es compatible con mis paneles.

 

Cree un nuevo archivo test.php y luego agregue el siguiente código en su interior, luego edite $ host, $ user, $ pass y abra su sitio web.com/test.php y sabrá qué tipo de conexiones puede usar de manera simple y fácil .

Esto no es solo para los novatos, es una herramienta que puede ayudar a los desarrolladores en general.

Se ha probado en todas las versiones de PHP 5.6 + y funciona.

 

El mensaje de éxito se ve así:

http://prntscr.com/mt5jep

Imprimirá algunos nombres de la base de datos.

 

Utiliza 5 tipos de tipos de conexión mssql_connect, sqlserver_connect, odbc_connect, PDO (dblib, sqlsrv, odbc), mysqli_connect

Código:

 

contenido oculto

  • Responde a este tema para ver el contenido oculto.

 

Thx

  • 2 weeks later...
  • 5 months later...
Posted

This script for admins who don't know how to check, install and configure extensions for PHP.

 

If you need usage MS SQL, obvious what for PHP need extension "php_mssql.dll". For other cases the same. Basically the PHP package contains only commonly used extensions that are suitable in 80% of cases.

 

Damn, people! Enable the brains.

  • Like 1
  • 1 month later...
Posted (edited)
On 10/21/2019 at 10:15 PM, Rootware said:

This script for admins who don't know how to check, install and configure extensions for PHP.

 

If you need usage MS SQL, obvious what for PHP need extension "php_mssql.dll". For other cases the same. Basically the PHP package contains only commonly used extensions that are suitable in 80% of cases.

 

Damn, people! Enable the brains.

actually it's extremely useful for if you're doing work for someone else who doesn't actually own the webserver or know anything about web shit at all, you ask any of those idiots "which module do you have enabled for mssql connections?" you're gonna get a blank fuckin stare as if you just asked them to build the space shuttle.... and  "php_mssql.dll" ... no one in their right mind should be using that module anymore and EVERYONE should be using PDO in this day and age. Besides, both mssql_* and mysql_* function modules were deprecated in php since 5.5 and are removed completely in 7.0 so yeah no one should be on that shit anymore.

Edited by Anarchy
  • Thanks 1
Posted
52 minutes ago, Anarchy said:

actually it's extremely useful for if you're doing work for someone else who doesn't actually own the webserver or know anything about web shit at all, you ask any of those idiots "which module do you have enabled for mssql connections?" you're gonna get a blank fuckin stare as if you just asked them to build the space shuttle.... and  "php_mssql.dll" ... no one in their right mind should be using that module anymore and EVERYONE should be using PDO in this day and age. Besides, both mssql_* and mysql_* function modules were deprecated in php since 5.5 and are removed completely in 7.0 so yeah no one should be on that shit anymore.

 

I think you were mistaken by the forum when you wrote this. Please, stop to recommend "Enterprise" rules the deploying and configure of frontends.

 

I use as PHP 5.x, and PHP 7.x too. Not matter the choice of version if the result satisfies you completely.

  • Like 1
Posted
1 hour ago, Rootware said:

 

I think you were mistaken by the forum when you wrote this. Please, stop to recommend "Enterprise" rules the deploying and configure of frontends.

 

I use as PHP 5.x, and PHP 7.x too. Not matter the choice of version if the result satisfies you completely.

bro ... not using old as shit insecure sql injectable functions which the fucking maker of discontinued AND REMOVED because they are shit and insecure is not "Enterprise rules" wtf you smoking holy crap

  • Haha 1
Posted
1 hour ago, Anarchy said:

bro ... not using old as shit insecure sql injectable functions which the fucking maker of discontinued AND REMOVED because they are shit and insecure is not "Enterprise rules" wtf you smoking holy crap

 

I guess you know some exotic injections in PHP 5.x or you talking about simple POST/GET unsafe data exploits in SQL queries?

Posted
On 12/13/2019 at 6:49 PM, Rootware said:

 

I guess you know some exotic injections in PHP 5.x or you talking about simple POST/GET unsafe data exploits in SQL queries?

you already showed yourself to be a fail troll who has no clue what he's talking about, stop trying to recover from it. 

 

use pdo man, it's 2019, there's no reason you shouldn't be using it.

  • Haha 1
Posted
47 minutes ago, Anarchy said:

you already showed yourself to be a fail troll who has no clue what he's talking about, stop trying to recover from it. 

 

use pdo man, it's 2019, there's no reason you shouldn't be using it.

 

As usual, no evidence.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • L2 DEVS - HTML DESIGN (ALL NPC'S)    
    • I only share for free what they are reselling 🙂 You keep crying in all the publications, and if you are looking for h5 or gd wait for 5 or 6 years... cheers.... GENERAL Cached Extended to 8192kb IOBuffer Hair2SlotCache ItemBidAuctioner Clan Hall Current Olympiad Season Rank pages System (Shows Points/Games - Fully Configurable) Automatic Flag Around Raidboss System Offline Shop & Buffers Restore After Restart (Fixed location) Offline Buffer System PvP Auto Announce System Rebuilt with Extra Addons (Fully Configurable, Name, Zones, Rewards) Automatic Announce System Rebuilt with Extra Addons (Fully Configurable) ALT+B Augmentation House Shift+Click Droplist/Spoil List Epic Items Rank RB points Rank ChangeColorName ChangeColorTitle Change Skin (Race) Change Gender Custom Subclass (Acumulative) Achievements Item Delivery System  Augmentations/Enchants Automatic Announce System Auto Learn Skills PvP Reward Pk Reward War Reward Scheme buffer GlobalChatTrade Trade Augment Items Castle Announce Time Castle Standby Time Fix Spiritshots delay SpellbooksDrop Enable/Disable Drop custom Fully configurable, lvl min max allmobs, allrb, individual New cancel effect min,max BlessedarmorEnchantRate BlessedmagicWeaponEnchantRate BlessednormalWeaponEnchantRate MaxSlosChars MaxSlotsDwarfs Enable or disable all commands Fix fast loading npc OlympiadRestoreStatsOnFightStart OlympiadSystemSecondTimeEnabled OlympiadEnterLast10Minute OlympiadThirdClassSummons MinLevelTrade AnnounceSubClassMsg1 AnnounceSubClassMsg2 AnnounceSubClassMsg3 LimitedSubClassRace NoSellItems Change ID SealStones for AA NoPrivateBuyItems NoDropPlayerOnDie DisableSkillEnchantData Show Level Mobs Show npc clan flag DespawnSummonEnBattle SummonPetEnBattle RideSummonPetEnBattle DitanceToTargetMove EnterWorld_Undying EnterWorld_UnHide BlockWhispMessagePlayerToGM UseItemsWithHide CriticalSkillDamageBonusPer=4.0 Disable SSQSystem OnCastle Siege End Use any dyes Buy halls directly in auctioneer without waiting for the auction, configuration to change the item you consume MensajeEnterWorldServer Command .hero enable/disable hero aura Config vip global chat character, chat by systemsg Soulshots: NoSendSystemMessageUse Panel //admin Global vote reward Agathions system Anti Interface, control all patch files by md5 Command .menu configurable, last restart, name, maxusers, privatestores Spawn protection activate deactivate consume items to activate  Activate or deactivate autoloot for vip characters EVENTS Happy Hour Event reworked Configurable by announcements or systemsg Team VS Team Capture The Flag Death Match Last Man Standing Destroy The Base Korean Style Castle Siege Check if the player is inside the tvt event due to disconnection/critical error Top 1/5 killer reward/announce TimeAfk ResetReuseSkills ResetBuffsOnFinish Firework effect Reward win/lost Add Team Location Title custom Red/blue Open Door/Wall System BalanceBishops Show kills in title Invest positions Show Death To Top Delete Non-Subclass Skills     RELOADS Reload Enterworld Html Option Reload Faction System Reload Donate Shop Reload OfflineBuffer Reload Champion NPC Reload CliExt Reload AntiBot Reload Vip System Reload Auction Reload AutoLoot Reload CastleSiegeManager Reload CharacterLock Reload ClanPvPStatus Reload AutoLearn Reload ClanReputationRank Reload ClanSystem Reload CreatureAction Reload Customs.ini Reload L2server.ini Reload SkillData.txt Reload doordata.txt Reload decodata.txt Reload Multisell Reload DropList   Extender tested for more than 3 years. Assured stability. Possibility of adding MOD's upon request. (Not included, consult).
    • some peoples trash is another mans treasure, is that your treasure?   people might like the content but you are still the rat in the room     thats the community judging you.  
    • Keep reselling what I publish here for free!!! 🙂 GG  
  • Topics

×
×
  • Create New...