vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Hacking Tools? (https://vborg.vbsupport.ru/showthread.php?t=18634)

snyx 05-29-2001 09:40 PM

Question, what do people use to hack there files? Im using Textpad, but I want somthing where I can FIND/REPLACE multi-lines of code. Any ideas?

snyx

PS-I have seen the UBB multihack, so there is no need to mention it :D

Sean 05-30-2001 01:32 AM

I use Edit Plus for editing any code I do. It has syntax for PHP also. You can find and replace, or just find code, very nice. http://www.editplus.com/ Try out the program. Or, just use notepad, and choose search > find. You can always find code in Notepad.

White Chocobo 05-30-2001 10:22 AM

I currently use Dreamweaver cause it has a built in one for you. But I guess you won't spend the cash just to buy it for a simple find/edit thingy. (If you didn't know Dreamweaver is a WYSIWYG webdesigning program...Kinda like Frontpage but better) But I actually still use mostly Notepad, cause of custom scripts.

CoolaShacka 05-30-2001 10:44 AM

<a href="http://www.editpadlite.com/editpadlite.html" target="_blank">http://www.editpadlite.com/editpadlite.html</a>

Editpad Lite is free... and is just like Notepad, but with FIND/REPLACE Function...

PeF 05-30-2001 12:41 PM

One word: UltraEdit :)

Sneakz 05-30-2001 01:51 PM

Yeah, i agree with PeF,

UltraEdit rules...
Ultra Edit website

Greetz ;)

snyx 05-30-2001 02:03 PM

Im going to give UltraEdit a try, thanks!

Wayne Luke 05-30-2001 03:55 PM

UltraEdit is good, however it is much slower than Textpad.

Case in point:

UltraEdit takes 15 minutes to load a 900,000 line text file.

Textpad takes less than a minute.

UltraEdit takes 3 minutes to scroll to the bottom of the same file via CTRL-END

Textpad is almost instantaneous.

PeF 05-30-2001 07:19 PM

I've never tried TextPad before. Seems like time to give it a try. Valuable informations. Thanks for sharing it with us. ;)

qasic 05-30-2001 07:46 PM

I defintely prefer UltraEdit. wluke have you ever tried disable line numbering with UltraEdit? I think you'll find that the loading will defintely speed up :)

qasic

tubedogg 05-30-2001 08:47 PM

Quote:

Originally posted by qasic
wluke have you ever tried disable line numbering with UltraEdit?
Line numbering is part of the whole reason they're better than notepad...

Dontom 05-30-2001 08:50 PM

try homesite - it has syntax highlighting/checking for php and you can do search (& replace) even for multiple files in one step (selected files, all files in a dir including subdirs etc.)

Wayne Luke 05-30-2001 11:35 PM

Quote:

Originally posted by qasic
I defintely prefer UltraEdit. wluke have you ever tried disable line numbering with UltraEdit? I think you'll find that the loading will defintely speed up :)

qasic

I would have to say that without Line Numbering, the program is worthless to me. That is an essential feature.

snyx 05-31-2001 05:37 AM

yeah ultraedit sucks! LOL, I will stick to textpad for me thanks :D

kicks 05-31-2001 12:54 PM

Home site is pretty cool, but the search and replace box is a little limited. It only displays one line.

PHP Coder Pro! (free) also supports search and replace functions while giving you two options. A single line search/replace, and an option called extended replace.

You can check it out here

Snoozy 05-31-2001 02:08 PM

Edit Plus 2, I asked this earlier on sitepoint, and got a lot of responses, I use this exclusivly now.

http://www.editplus.com/

kicks 05-31-2001 03:00 PM

One last one

Notetab is a pretty decent text editor

http://www.notetab.com

Psycho 06-03-2001 11:33 PM

I use Textpad for most things. Scribbler 2000 for others
but i ran across MPS....They have editors for everything it seems.

Go check them out at http://mps.uoe.org/mps_php.htm

water 06-04-2001 07:10 AM

has anyone tried Scriptworx?

http://www.softlite.net/products/scriptworx/

i've just downloaded it but haven't had time to try it out.

:water

kitchend 06-04-2001 08:43 AM

i use textpad religiously.

i used to be a fan of homesite and editpad, but frankly, when you've got used to regular expression search and replace in textpad, can compare files perfectly (great for upgrades to code), well the others are left out of the equation.

the biggest work i've ever done in textpad was to open a 95,000 line text file and perform a regex search to find all e-mail addresses (some 26,000) and then re-format the whole file to insert into a majordomo list. it took approx 30 seconds end to end (you can raise textpads CPU priority, and it does work properly).

you sound like you already have the best tool, now you just need to play with it a while and learn all of it's features.

just to underline though, i work for BT and currently write in PHP, Perl, TCL, Vignette, ASP, C++, Oracle PL/SQL and other gibberish. Textpad does all of these and can even compile your java (just put javac in the run command at the top, and make it a keyboard shortcut).

as i've always found, the choice is usually between friendliness and power. textpad is just raw power.

cheers

david k

biolight 06-07-2001 11:05 PM

Hey!

There are 2 search and replace dialogues in homesite. If you hit control-R, you get the page scope.

If you hit control-shift-r, you get the more powerful search box. It supports limited regex, and it's pretty easy to use.

If I were you though, I would look for a perl script. I don't have one handy, but I think you could write something that's faster in perl than you could in any wheeny editors.

Try this link:

http://blazonry.com/perl/mksr_pl.txt

There are dozens out there. You can always use SED too. BTW, if you want unix on windows, use cygwin, or better, mks. It makes windows a LOT more useful. =)

Have a good one!

LiutGoose 09-04-2002 12:14 PM

I've tried them all, best of the best is EditPlus...
http://www.editplus.com

DWZ 09-04-2002 12:36 PM

Yep, EditPlus here too... I love how you can open files on my server, and re-upload them just by clicking the save button... saves so much time when editing files on the server

g-force2k2 09-04-2002 01:25 PM

hey i just like my handy dandy wordpad :) thats all i use... no need for fancy things for me :p regards...

g-force2k2

FFMania 09-05-2002 05:38 PM

EditPlus....you can find multiple lines and replace them at once ;)

Logician 09-05-2002 07:51 PM

EditPlus 2.. The best editor I used ever..

As for find/replace: Its features are very well designed: Find in files/directory, find with regular expressions, find/match braces..

Erwin 09-05-2002 11:18 PM

I use Dreamweaver 4 - overkill, but since I have it...

Rock 09-06-2002 09:09 AM

WORDPAD RuLeZ! :D
ehehe


All times are GMT. The time now is 04:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01323 seconds
  • Memory Usage 1,768KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete