IPB

ISO Image Creator

Welcome Guest ( Log In | Register )

242 Pages V   1 2 3 > » 

bfarber
Posted on: Aug 3 2006, 06:42 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


No, I use my own portal (check the copyright at the bottom of the page) - which is available on IZE
  Forum: Suggestions or Problems · Post Preview: #60337 · Replies: 1 · Views: 1,262

bfarber
Posted on: Aug 3 2006, 06:41 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


The linkback code is listed on the bottom of the links page:

CODE
<a href='http://bfarber.com'>Link to bfarber.com</a>


You are free to use one of the provided images if you desire rather than the text.
  Forum: Suggestions or Problems · Post Preview: #60336 · Replies: 1 · Views: 1,153

bfarber
Posted on: May 15 2006, 06:07 PM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Yeah, appears the server was compromised again. I've removed the problematic code/issues but unfortunately I can't take back the emails that were already sent. sad.gif
  Forum: Site News · Post Preview: #59937 · Replies: 21 · Views: 8,068

bfarber
Posted on: Apr 30 2006, 09:28 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Welcome to the site and thanks for the warm reception. biggrin.gif
  Forum: New Members · Post Preview: #59858 · Replies: 1 · Views: 697

bfarber
Posted on: Mar 16 2006, 07:02 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


You can get a toolbar with no apps, but to get the pretty icon resizing bit you are referring to, you need a program like y'z dock.
  Forum: Other Customizations · Post Preview: #59737 · Replies: 2 · Views: 3,346

bfarber
Posted on: Mar 16 2006, 06:52 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


You ARE using windows xp right? It should be there...
  Forum: XP Login Screens · Post Preview: #59736 · Replies: 12 · Views: 12,059

bfarber
Posted on: Mar 5 2006, 09:25 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


If you received an email or two from bfarber.com today, please be aware we did NOT authorize those emails to be sent, and the links contained in the email link to a malicious site that tries to download an exe file.

Please do NOT click those links, and delete the emails immediately.

We are working to protect our members against the actions this user apparently took.

Thank you!
  Forum: Site News · Post Preview: #59693 · Replies: 21 · Views: 8,068

bfarber
Posted on: Mar 5 2006, 09:12 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Hello,

I just got thee same emails and I assure you we did not send them. It appears our admin control panel was hacked. I'll post a news announcement shortly and remove that link.

Sorry for the troubles. sad.gif
  Forum: Suggestions or Problems · Post Preview: #59692 · Replies: 4 · Views: 1,874

bfarber
Posted on: Feb 6 2006, 08:25 PM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


I'm working on it. No date or deadline, but sometime in the near future hopefully. It all depends on how busy I get, or stay, over the next month...
  Forum: PHP, Perl, ASP, and Javascipt · Post Preview: #59596 · Replies: 16 · Views: 4,866

bfarber
Posted on: Feb 6 2006, 08:24 PM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


http://ipsbeyond.com smile.gif
  Forum: PHP, Perl, ASP, and Javascipt · Post Preview: #59595 · Replies: 5 · Views: 2,259

bfarber
Posted on: Feb 6 2006, 08:21 PM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Thx. smile.gif

Welcome to the site!
  Forum: New Members · Post Preview: #59594 · Replies: 2 · Views: 1,076

bfarber
Posted on: Feb 6 2006, 08:21 PM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Hello....this is an end-all debate really. wink.gif

Firstly, replace backticks ` - they're used in XSS attacks.
Replace hex entities, they are almost never used for valid reasons, so assume if you see them they are XSS attacks. By hex entities, I mean like

&#x6B;

Yes, you can do html entities that way, and IE parses them....

Also, any characters that would ever be used for bbcode should probably get replaced, or they can break bbcode.

i.e. [ ] | ' " ;

and so on.

It's very hard to say the right combination. Just be careful of what you DO allow...
  Forum: PHP, Perl, ASP, and Javascipt · Post Preview: #59593 · Replies: 2 · Views: 876

bfarber
Posted on: Feb 6 2006, 08:18 PM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


It wouldn't be UIFILE, it would be the section in Resedit that says Strings. Go to the line that says 106, expand it, go to 1033 (English table) and find the values posted. smile.gif
  Forum: XP Login Screens Help · Post Preview: #59592 · Replies: 7 · Views: 2,463

bfarber
Posted on: Feb 6 2006, 08:16 PM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Ok, here's what IPB basically does...

it only SHOWS users that have been active in the last 15 minutes (settable in the ACP).

it DELETES users who haven't been active in over an hour (when the task runs).

My recommendation = put into your configuration settings for both. wink.gif Then, anyone you give/sell this to, can't really complain because they have the control. Something like:

Session: Time of inactivity before the user will not be shown as 'Online'

Session: Time of inactivity before the user's session will be deleted completely
  Forum: PHP, Perl, ASP, and Javascipt · Post Preview: #59591 · Replies: 2 · Views: 832

bfarber
Posted on: Jan 10 2006, 07:31 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Welcome to the site. Hope you enjoy all that is to offer. smile.gif
  Forum: New Members · Post Preview: #59437 · Replies: 1 · Views: 725

bfarber
Posted on: Jan 10 2006, 07:30 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Writing the template files you wouldn't want to do str_replace. What you'd do is store the new data in the db (since it sounds like you are using that method) and then pull all the functions for one skin file and write them to the flat file at once.

You wouldn't really be replacing a function in the skin file, but rather just generating a new file with the most up to date content.

XML with PHP is trickier than I thought originally, but once you get the hang of it it's not too bad. smile.gif

The & symbol forces a reference of a variable, array, or object rather than copying it.

If you do

$test = $somevar;

then $somevar is copied over to test. This means changes to either one do not affect the other. If you do this instead

$test =& $somevar;
(or $test = &$somevar; - the & can be against the = sign or the variable or have a space between either)

then you are making $test a reference of $somevar. This uses less memory, however if you edit $test, it edits $somevar as well. This can be desirable at times. You want to use references when possible because it uses a LOT less memory to make a reference to something than to actually copy it over to a new variable. This is especially true for objects.
  Forum: PHP, Perl, ASP, and Javascipt · Post Preview: #59436 · Replies: 8 · Views: 1,542

bfarber
Posted on: Jan 7 2006, 07:33 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


You can't make a bitmap invisible (bmp's don't support alpha-transparency) however in most of the resource files, if you use magenta (255,0,255 RGB code), the magenta areas are drawn invisibly. smile.gif
  Forum: Other Customizations · Post Preview: #59427 · Replies: 5 · Views: 9,194

bfarber
Posted on: Jan 7 2006, 07:32 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Hmm, neither did I. I would try avoiding doing this change in the registry with that being the case. Mess one thing up in there, whole system can be rendered useless. wink.gif
  Forum: Other Customizations · Post Preview: #59426 · Replies: 2 · Views: 7,556

bfarber
Posted on: Jan 7 2006, 07:29 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


It means to save the bmp file into the kernel. The instructions for that are in the tutorial. smile.gif You use reshacker for that step.
  Forum: XP Bootscreens · Post Preview: #59425 · Replies: 6 · Views: 11,431

bfarber
Posted on: Jan 7 2006, 07:26 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


It's a folder on the C:\ drive, and it was winnt on other versions of Windows, but note that these instructions *only* work for Windows XP.

To use Logon Loader just install it and point it to the directory where your logons are. Doesn't matter if you install it before or after you download the logon screens. smile.gif
  Forum: XP Login Screens · Post Preview: #59424 · Replies: 12 · Views: 12,059

bfarber
Posted on: Jan 7 2006, 07:21 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Sorry it took so long to reply, but here are the answers to your questions. smile.gif

You should output everything after all script execution is done. Not during shutdown (if you are using register_shutdown_func for anything) of course, but after everything else in your script is done.

Best bet I've found is to do this at the end of each of your source files like IPB. This allows you to process anything you need to process in your source files and then output it, or not output anything in the case of a redirection. You could put the output call in your index file if you wanted though, as it would essentially work the same.

QUOTE
is it zero or o ??
Great thing is, it doesn't matter. As long as the name you set with
<<<NAME

is the same one you use with the

NAME;

call, it's fine. You can put anything you want, those two lines just have to match. The traditional usage though, is the letter o (stands for End of Function).

QUOTE
Is there a way to select the function and rewrite over it? Or will I have to save the old version to a variable and then str_replace it?


I'm not entirely sure what you mean, but if you mean pull content from one function, then overwrite that content rather than append it, what you should do is when this *could* happen, save the content of your output to a different variable temporarily, and then when you have decided you don't need to overwrite it, THEN assign it to your main output variable. Like this

$temp_output = $skin->templates['global']->whatever_func();

//you've decided to overwrite it here

$temp_output = $skin->templates['global']->diff_func();

// No more need to overwrite it

$func->output .= $temp_output;

QUOTE
I need to know how to stop sessions being created by web bots such as google.
You need to sniff for them to do this (for either solution). You have to match the user-agent against the ones bots use, and there are litterally like millions. Of course you could just limit this to the commone ones (like google, msn, slurp, yahoo, etc.).

QUOTE
What does the @ do when put before a function eg. @mysql_db_select(db);


All the @ symbol does is repress warnings. It doesn't repress fatal errors or anything like that, but it will stop a warning from displaying on the screen. smile.gif
  Forum: PHP, Perl, ASP, and Javascipt · Post Preview: #59423 · Replies: 8 · Views: 1,542

bfarber
Posted on: Jan 7 2006, 07:06 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Yeah, it kind of helps knowing what you need help with. unsure.gif

It also kind of helps if you give more than 5 minutes for an answer. wink.gif

QUOTE
Jan 2 2006, 07:50 AM
QUOTE
Jan 2 2006, 07:55 AM
  Forum: Suggestions or Problems · Post Preview: #59421 · Replies: 3 · Views: 1,179

bfarber
Posted on: Dec 31 2005, 08:34 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Resolved. Topic Closed.
  Forum: Suggestions or Problems · Post Preview: #59394 · Replies: 3 · Views: 1,321

bfarber
Posted on: Dec 31 2005, 08:34 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Resolved. Topic Closed.
  Forum: Suggestions or Problems · Post Preview: #59393 · Replies: 6 · Views: 2,165

bfarber
Posted on: Dec 31 2005, 08:32 AM


Administrator
Group Icon

Group: Admin
Posts: 10,302
Joined: 9-February 03
From: Jacksonville, FL
Member No.: 1


Resolved. Topic Closed.
  Forum: Suggestions or Problems · Post Preview: #59392 · Replies: 43 · Views: 3,366

242 Pages V   1 2 3 > » 

New Posts  New Replies
No New Posts  No New Replies
Hot topic  Hot Topic (New)
No new  Hot Topic (No New)
Poll  Poll (New)
No new votes  Poll (No New)
Closed  Locked Topic
Moved  Moved Topic
 

Lo-Fi Version Time is now: 19th March 2010 - 10:02 AM

  Page top

Webber Enhanced skin created by Im4eversmart of RuneHQ.

  Privacy Policy 1 2 3 4 5