Search for:
Welcome Guest [Login | Register| Register as Seller]
Categories
Shopping Downloads
Checkout Basket
0Items in cart:
$0.00Total:
Mailing List
Subscribe to our mailing list below:
Email:
Resources
DrizWare.com on Facebook
Location: /PHP Scripts





Ubb Classic 6311 Release Avatars Jc

Related Searches:
Ubb Classic 6311 Release Avatars Jc
UBBclassic-6311-release-Avatars-JC.zip
Ubb
Free Ubb Classic
Ubb Classic Download
Ubb 6311
6311 Classic

UBBclassic-6311-release-Avatars-JC.zip

Name: UBBclassic-6311-release-Avatars-JC
Size: 1.20 MB
Type: Compressed (zipped) Folder
Date modified: 8/19/2008 8:26 PM
Date created: 11/15/2002 2:03 AM
Date accessed: 11/15/2002 2:03 AM

ReadMeFirst.txt

UBB.classic(tm) Licensed Version

Thanks for choosing Infopop's UBB.classic(tm) software! After you have unzipped the file, you should see five folders called cgi-bin, help, Members, noncgi and variables.

STEP 1

If you do NOT see these folders, set your unzipping software to 'preserve directories' and start over. Do NOT try to install the UBB.classic(tm) software by guessing at the file names and locations.

STEP 2

Paste this link into your browser: http://www.drizware.com/support/ubbclassic/install.html and print out the INSTALLATION instructions. Be sure to choose the instructions that match your server [Unix/Linux or Windows/NT].

NOTE: If you are upgrading an existing licensed board, you need to download the "upgrade" release zip from the Member Area. This is a full installation zip, which is only suitable for new installations or upgrades from the UBB.classic(tm) Trial Version.

STEP 3

Follow each step in the instructions, carefully and in order. Ask for help from a friend or your hosting provider if you are unsure.


DIAGNOSTIC SCRIPTS

In the help folder, you'll see several scripts that can help you with your installation. They are referenced within the installation instructions where they might be appropriately used, along with instructions for their use.

CAUTIONS

Do not leave pathto.asp or ubb6_test.cgi on your server. Delete them from the server when you are done. Leaving them in place poses a security risk.

OTHER HELP

Copy and paste these links into your browser.


http://www.drizware.com/support/ubbclassic/install.html - Various installation tips and guides

http://www.drizware.com

help/accelerator.txt

What is the UBB.classic Accelerator?

The UBB.classic Accelerator is an optional component that can greatly enhance the speed at which your UBB.classic operates. The UBB.classic Accelerator is written in the PHP scripting language. It can optionally use a method known as zlib compression to compress its output, which can help reduce bandwidth use.

In order to use the UBB.classic Accelerator, you must have version 4 or higher of the PHP scripting language installed. Versions prior to 4 will not operate properly.


How does the UBB.classic Accelerator Work?

The UBB.classic scripts can be very intense on your web server. In order to reduce the potential load, the scripts create cached copies of many commonly requested pages, such as topics, forums, and the forum summary. The UBB.classic Accelerator uses a shortcut to get to these cached copies faster than the UBB.classic scripts.

For additional speed, the UBB.classic Accelerator may use zlib compression. The majority of web browsers can accept zlib compressed pages. Normally, zlib compressed pages are between 50% and 75% smaller than uncompressed versions. This can save your board quite a bit of bandwidth.

The UBB.classic Accelerator can normally serve between 30% and 60% of all requests for UBB.classic pages.

How do I enable the Accelerator?

After completing the UBB.classic installation process, open your control panel and click Configuration Settings (under the Primary Settings dropdown menu). Scroll down to Enable UBB.classic Accelerator, and click the 'execute the test script' link. This will automatically check to ensure that PHP is installed and operational. If you get a negative result or warning, read the troubleshooting section below. If you get a positive result, click 'Yes, the test script passed...'. Click the update button. Your Accelerator is now functional!

Troubleshooting

Safe Mode Warning - applies only to web hosting providers running in Safe Mode.
See the ubbaccel_test.php script for a Safe Mode test.

Note: This area applies mainly to users on Unix servers. Users on Windows NT or Windows 2000 based servers generally do not need to worry about Safe Mode, but should still read this warning completely.

Your web hosting provider appears to be running in PHP's Safe Mode. You should be able to use the UBB.classic Accelerator under Safe Mode. Safe Mode is a series of checks performed by PHP to make sure scripts do not attempt to misbehave. Running under Safe Mode is a good practice.

Unfortunately, web hosting providers using an improperly configured Safe Mode may cause the UBB.classic Accelerator to return an error message similar to:
quote:Warning: SAFE MODE Restriction in effect. The script whose uid is 1234 is not allowed to access /path/to/a/file owned by uid 99 in /path/to/ultimatebb.php on line 246

The 'uid' numbers, colored in red above, should be different in the real error message, as will the path to the files (/path/to/...) and the line number reported by the error.

If you do not encounter this error while the UBB.classic Accelerator is running, your web hosting provider is properly configured for Safe Mode use.

If you do encounter this error, or an error very similar to it, your web hosting provider is using a non-standard and potentially troublesome configuration. You will be unable to use the UBB.classic Accelerator until the configuration is changed.

You may wish to read the Technical Details section below for the exact cause of this error, and what your web hosting provider must do in order to resolve the problem. You should ask your web hosting provider to read the Technical Details section as well.


Technical Details

You may wish to read PHP's Safe Mode Documentation.

Safe Mode prevents PHP scripts from opening files that are not owned by the user that owns the PHP script. If this script is owned by the user named 'anna', and it tries to open a file owned by the user named 'nobody' while Safe Mode is enabled, PHP will kill the script with the error message presented above.

UBB.classic runs as a CGI script. Under many web hosting providers, the web server program runs as the user named 'nobody'. Because the web server program itself runs as 'nobody', CGI scripts normally also run as 'nobody'. Because 'nobody' owns the CGI script, 'nobody' will also own all the files created by that script.

CGI does not natively have a feature similar to PHP's Safe Mode. Instead, the web server program itself has to be altered to run CGI scripts properly. Two common "wrappers" that perform this function using the popular Apache web server are suexec and cgiwrap.

If your web hosting provider is running CGI scripts without a wrapper (meaning they execute as the web server program's user), but they have PHP running in Safe Mode, the UBB.classic Accelerator will be unable to open the cache files written by UBB.classic. This problem may also occur if the situation is reversed, meaning that your host is using a CGI wrapper, but isn't using Safe Mode.

Most web hosting providers are either running PHP in Safe Mode in addition to using a CGI wrapper, or are using neither Safe Mode nor a wrapper. Very few use one without using the other, as they complement each other very well.

If the UBB.classic Accelerator is returning Safe Mode errors, please speak to your web hosting provider. They are the only ones capable of changing the server configuration.

The UBB.classic Accelerator was originally written by Philipp Esselbach, and is included with UBB.classic with his permission. Thank you, Philipp!

help/help_scripts.txt

################################################
C O N T E N T S
################################################

Test Scripts:

pathto.asp - for Windows IIS servers

hello.cgi - these hello scripts will confirm that Perl is working
hello.pl

ubb6_test.cgi - this script helps test your permissions

#################################################
USING THE TEST SCRIPTS
#################################################

hello.cgi
hello.pl

Make sure your directory is set to execute scripts.

Upload this script in ASCII mode to your CGI directory.

On a UNIX/Linux server, chmod (change permissions) for the scripts to 755

Call the script from your browser:
http://yourdomain/yourcgi/hello.cgi
or
http://yourdomain/yourcgi/hello.pl

Check that the script says 'hello' and returns a Perl version of 5 or better.
Test both hello.cgi and hello.pl.


Troubleshooting the 'hello' scripts:

Only Text appears: This means your server is not executing the script. Check your ISP documentation for help. Be sure your script is in the location the ISP requires.

On Unix/Linux servers this may mean you have not set the permissions to 755.

500 Server error:
a) You did not upload in ASCII
b) The top line does not point to Perl 5. Try #!/usr/bin/perl5
c) Perl is not installed or the server is not correctly configured.
d) If you unzipped ubbtools on a Linux or Unix machine, did you use the unzip -a switch to force an ASCII unzipping?

#################################################


ubb6_test.cgi

This script will test basic paths and permissions and suggest help for you.

Do NOT use this script unless the 'hello' scripts above work correctly.

Upload this script in ASCII mode to your CGI directory.

On a UNIX/Linux server, chmod (change permissions) for the scripts to 755.

Call the script from your browser:
http://yourdomain/yourcgi/ubb6_test.cgi

The script will attempt to enter an absolute path in the text box. If it does not you will have to enter one accurately. Servers using perlis.dll and Netscape Servers may not automatically find the path.

You can use the pathto.asp on any Windows IIS server to tell you the absolute path to your directory or, in some cases, to your web root.

You may have to ask the ISP for the full path to your directories. This is a common question they can answer easily.


TESTS: Checkboxes 1-4:

1) The first test will try to read, write, delete in the directory listed in the text box at the top. Manually edit in a path to test if needed. (e.g., C:/Inetpub/yourdir/ubb or /usr/home/wwwroot/yourdir/Members)

2) The second test will look for all required UBB.classic files either in the CGI directory or in the directory you specify.

3) The third test will test permissions of your variables files *only* if they are installed in the directory you are testing.

4) *IF* your UBB.classic is already configured you can test the accuracy of the paths by selecting this option.


TROUBLESHOOTING

Internal Server Error 500. If the basic hello scripts work, this means that Perl 5 or its standard modules are not installed.

Blank Screen and no response. Application Mappings are incorrect.

Script outputs its text and not results: You server is not set to handle .cgi scripts properly or your Web provider does not allow CGI scripts.


###################################################################################

The ubb6_test.cgi script is Infopop Corporation 2000, 2001, 2002. Infopop makes no warranty
concerning the accuracy, function or results of this script. Each server is different and will give different results.


help/movekit/ReadMe.txt

***Instructions for using the UBBMove Scripts**

This script is of Infopop Corporation, all rights reserved by drizware.com as a reseller
It may not be redistributed without the written permission of Infopop Corporation

This is an **unsupported** script.
Do not use it unless you are familiar with basic Perl and editing skills.

These three scripts are named Ultimate.cgi, ultimatebb.cgi, and forumdisplay.cgi.

When you have transferred your old UBB.classic to a new site you may use these
scripts to redirect users to the new location.

1) Open each script in a text editor
2) Confirm the top line points to Perl5 on your server.
3) Edit in your new UBB.classic URL in the value called $newurl
4) Save the file and upload it to your **old** site in ASCII
5) This overwrites the copies of these three files on your server.
6) Test by calling the old UBB.classic URL in your browser.

Files


ReadMeFirst.txt
UBBclassic_license.txt
cgi-bin/cp.cgi
cgi-bin/cp_bans.cgi
cgi-bin/cp_cache.cgi
cgi-bin/cp_email.cgi
cgi-bin/cp_forums.cgi
cgi-bin/cp_graemlins.cgi
cgi-bin/cp_import.cgi
cgi-bin/cp_index.cgi
cgi-bin/cp_lib.cgi
cgi-bin/cp_license.cgi
cgi-bin/cp_new_wordlets.cgi
cgi-bin/cp_prune.cgi
cgi-bin/cp_styles.cgi
cgi-bin/cp_ubbacc.cgi
cgi-bin/cp_upgrade.cgi
cgi-bin/cp_upgrade_data.cgi
cgi-bin/cp_users.cgi
cgi-bin/cp_user_groups.cgi
cgi-bin/cp_wordlets.cgi
cgi-bin/ubb_edit_post.cgi
cgi-bin/ubb_forum.cgi
cgi-bin/ubb_forum_summary.cgi
cgi-bin/ubb_friend.cgi
cgi-bin/ubb_get_topic.cgi
cgi-bin/ubb_lib.cgi
cgi-bin/ubb_lib_2.cgi
cgi-bin/ubb_lib_dumper.cgi
cgi-bin/ubb_lib_filehandle.cgi
cgi-bin/ubb_lib_filehandler.cgi
cgi-bin/ubb_lib_files.cgi
cgi-bin/ubb_lib_mail.cgi
cgi-bin/ubb_lib_misc.cgi
cgi-bin/ubb_lib_pntf.cgi
cgi-bin/ubb_lib_posting.cgi
cgi-bin/ubb_lib_secgroups.cgi
cgi-bin/ubb_lib_time.cgi
cgi-bin/ubb_new_reply.cgi
cgi-bin/ubb_new_topic.cgi
cgi-bin/ubb_pm.cgi
cgi-bin/ubb_pntf.cgi
cgi-bin/ubb_poll.cgi
cgi-bin/ubb_profile.cgi
cgi-bin/ubb_registration.cgi
cgi-bin/ubb_search.cgi
cgi-bin/ubb_setup.cgi
cgi-bin/ubb_topic_maint.cgi
cgi-bin/ubb_upgrade.cgi
cgi-bin/ultimatebb.cgi
cgi-bin/Modules/AutoLoader.pm
cgi-bin/Modules/UBBCGI.pm
cgi-bin/Modules/vars.pm
cgi-bin/Modules/MIME/Lite.pm
cgi-bin/Modules/Net/Cmd.pm
cgi-bin/Modules/Net/Config.pm
cgi-bin/Modules/Net/SMTP.pm
cgi-bin/Modules/UBBCGI/Carp.pm
cgi-bin/Modules/UBBCGI/Cookie.pm
help/accelerator.txt
help/hello.cgi
help/hello.pl
help/help_scripts.txt
help/pathto.asp
help/ubb6_test.cgi
help/movekit/forumdisplay.cgi
help/movekit/ReadMe.txt
help/movekit/Ultimate.cgi
help/movekit/ultimatebb.cgi
Members/index.html
Members/member_test.cgi
noncgi/bbtitle.gif
noncgi/biggrin.gif
noncgi/blank.gif
noncgi/bold.gif
noncgi/closed.gif
noncgi/closedb.gif
noncgi/close_topic.gif
noncgi/code.gif
noncgi/confused.gif
noncgi/cool.gif
noncgi/cpanel-curve-bl.gif
noncgi/cpanel-curve-br.gif
noncgi/cpanel-curve-ul.gif
noncgi/cpanel-curve-ur.gif
noncgi/cpanel-header2.gif
noncgi/delete_topic.gif
noncgi/down.gif
noncgi/edit_ubb6.gif
noncgi/eek.gif
noncgi/email.gif
noncgi/email_ubb6.gif
noncgi/email_url.gif
noncgi/footer_logotype.gif
noncgi/frown.gif
noncgi/homepage.gif
noncgi/hotclosed.gif
noncgi/hotclosedb.gif
noncgi/image.gif
noncgi/index.html
noncgi/italics.gif
noncgi/list-end.gif
noncgi/list-item.gif
noncgi/list-start.gif
noncgi/lock.gif
noncgi/mad.gif
noncgi/mailto.gif
noncgi/moved_new.gif
noncgi/moved_old.gif
noncgi/move_topic.gif
noncgi/next_topic.gif
noncgi/off.gif
noncgi/on.gif
noncgi/open_topic.gif
noncgi/poll_new.gif
noncgi/poll_new_locked.gif
noncgi/poll_old.gif
noncgi/poll_old_locked.gif
noncgi/posticon.gif
noncgi/posticonnew.gif
noncgi/postpoll.gif
noncgi/powered_by.gif
noncgi/powered_by2.gif
noncgi/prev_topic.gif
noncgi/print_topic.gif
noncgi/priv_message.gif
noncgi/profile.gif
noncgi/profile_ubb6.gif
noncgi/quote_ubb6.gif
noncgi/redface.gif
noncgi/redlockfolder.gif
noncgi/reply_ot.gif
noncgi/reportpost.gif
noncgi/rolleyes.gif
noncgi/searchhead.gif
noncgi/smile.gif
noncgi/tongue.gif
noncgi/topic_ot.gif
noncgi/transparent.gif
noncgi/ubbaccel_test.php
noncgi/ubbfriend.gif
noncgi/ubbicon.ico
noncgi/ubb_friend_mini.gif
noncgi/ubb_quote.gif
noncgi/ultimatebb.php
noncgi/url.gif
noncgi/user_ratings_1.gif
noncgi/user_ratings_2.gif
noncgi/user_ratings_3.gif
noncgi/user_ratings_4.gif
noncgi/user_ratings_5.gif
noncgi/votenow.gif
noncgi/voteresults.gif
noncgi/wink.gif
noncgi/yellockfolder.gif
noncgi/Avatars/1.jpg
noncgi/Avatars/10.jpg
noncgi/Avatars/100.jpg
noncgi/Avatars/101.jpg
noncgi/Avatars/102.jpg
noncgi/Avatars/103.jpg
noncgi/Avatars/104.jpg
noncgi/Avatars/105.jpg
noncgi/Avatars/106.jpg
noncgi/Avatars/107.jpg
noncgi/Avatars/108.jpg
noncgi/Avatars/109.jpg
noncgi/Avatars/11.jpg
noncgi/Avatars/110.jpg
noncgi/Avatars/111.jpg
noncgi/Avatars/112.jpg
noncgi/Avatars/113.jpg
noncgi/Avatars/114.jpg
noncgi/Avatars/115.jpg
noncgi/Avatars/116.jpg
noncgi/Avatars/117.jpg
noncgi/Avatars/118.jpg
noncgi/Avatars/119.jpg
noncgi/Avatars/12.jpg
noncgi/Avatars/120.jpg
noncgi/Avatars/121.jpg
noncgi/Avatars/122.jpg
noncgi/Avatars/123.jpg
noncgi/Avatars/124.jpg
noncgi/Avatars/125.jpg
noncgi/Avatars/13.jpg
noncgi/Avatars/14.jpg
noncgi/Avatars/16.jpg
noncgi/Avatars/17.jpg
noncgi/Avatars/18.jpg
noncgi/Avatars/19.jpg
noncgi/Avatars/2.jpg
noncgi/Avatars/20.jpg
noncgi/Avatars/21.jpg
noncgi/Avatars/22.jpg
noncgi/Avatars/23.jpg
noncgi/Avatars/24.jpg
noncgi/Avatars/25.jpg
noncgi/Avatars/26.jpg
noncgi/Avatars/27.jpg
noncgi/Avatars/28.jpg
noncgi/Avatars/29.jpg
noncgi/Avatars/3.jpg
noncgi/Avatars/30.jpg
noncgi/Avatars/31.jpg
noncgi/Avatars/32.jpg
noncgi/Avatars/33.jpg
noncgi/Avatars/34.jpg
noncgi/Avatars/35.jpg
noncgi/Avatars/36.jpg
noncgi/Avatars/37.jpg
noncgi/Avatars/38.jpg
noncgi/Avatars/39.jpg
noncgi/Avatars/4.jpg
noncgi/Avatars/40.jpg
noncgi/Avatars/41.jpg
noncgi/Avatars/42.jpg
noncgi/Avatars/43.jpg
noncgi/Avatars/44.jpg
noncgi/Avatars/45.jpg
noncgi/Avatars/46.jpg
noncgi/Avatars/47.jpg
noncgi/Avatars/48.jpg
noncgi/Avatars/49.jpg
noncgi/Avatars/5.jpg
noncgi/Avatars/50.jpg
noncgi/Avatars/51.jpg
noncgi/Avatars/52.jpg
noncgi/Avatars/53.jpg
noncgi/Avatars/54.jpg
noncgi/Avatars/55.jpg
noncgi/Avatars/56.jpg
noncgi/Avatars/57.jpg
noncgi/Avatars/58.jpg
noncgi/Avatars/59.jpg
noncgi/Avatars/6.jpg
noncgi/Avatars/60.jpg
noncgi/Avatars/61.jpg
noncgi/Avatars/62.jpg
noncgi/Avatars/63.jpg
noncgi/Avatars/64.jpg
noncgi/Avatars/65.jpg
noncgi/Avatars/66.jpg
noncgi/Avatars/67.jpg
noncgi/Avatars/68.jpg
noncgi/Avatars/69.jpg
noncgi/Avatars/7.jpg
noncgi/Avatars/70.jpg
noncgi/Avatars/71.jpg
noncgi/Avatars/72.jpg
noncgi/Avatars/73.jpg
noncgi/Avatars/74.jpg
noncgi/Avatars/75.jpg
noncgi/Avatars/76.jpg
noncgi/Avatars/77.jpg
noncgi/Avatars/78.jpg
noncgi/Avatars/79.jpg
noncgi/Avatars/8.jpg
noncgi/Avatars/80.jpg
noncgi/Avatars/81.jpg
noncgi/Avatars/82.jpg
noncgi/Avatars/83.jpg
noncgi/Avatars/84.jpg
noncgi/Avatars/85.jpg
noncgi/Avatars/86.jpg
noncgi/Avatars/87.jpg
noncgi/Avatars/88.jpg
noncgi/Avatars/89.jpg
noncgi/Avatars/9.jpg
noncgi/Avatars/90.jpg
noncgi/Avatars/91.jpg
noncgi/Avatars/92.jpg
noncgi/Avatars/93.jpg
noncgi/Avatars/94.jpg
noncgi/Avatars/95.jpg
noncgi/Avatars/96.jpg
noncgi/Avatars/97.jpg
noncgi/Avatars/98.jpg
noncgi/Avatars/99.jpg
noncgi/Avatars/alien.gif
noncgi/Avatars/alien1.gif
noncgi/Avatars/alien2.gif
noncgi/Avatars/alien3.gif
noncgi/Avatars/apple.gif
noncgi/Avatars/atvsmiley.gif
noncgi/Avatars/bad_egg.gif
noncgi/Avatars/baloons.gif
noncgi/Avatars/banana.gif
noncgi/Avatars/bday_cake.gif
noncgi/Avatars/beanie.gif
noncgi/Avatars/beanie1.gif
noncgi/Avatars/beer.gif
noncgi/Avatars/biker_helmut.gif
noncgi/Avatars/blocks.gif
noncgi/Avatars/burnt_toast.gif
noncgi/Avatars/cadet.gif
noncgi/Avatars/camera.gif
noncgi/Avatars/candle.gif
noncgi/Avatars/carrot.gif
noncgi/Avatars/cat.gif
noncgi/Avatars/cell_phone.gif
noncgi/Avatars/cheeseburger.gif
noncgi/Avatars/choc_chip.gif
noncgi/Avatars/choc_milk.gif
noncgi/Avatars/coffee_cup.gif
noncgi/Avatars/cool_beans.gif
noncgi/Avatars/corny.gif
noncgi/Avatars/diamond_ring.gif
noncgi/Avatars/diskette.gif
noncgi/Avatars/dog.gif
noncgi/Avatars/egg.gif
noncgi/Avatars/excl.gif
noncgi/Avatars/flower.gif
noncgi/Avatars/fork.gif
noncgi/Avatars/funny.gif
noncgi/Avatars/goof.gif
noncgi/Avatars/hamburger.gif
noncgi/Avatars/happy_clam.gif
noncgi/Avatars/hot_dog.gif
noncgi/Avatars/IP.gif
noncgi/Avatars/jeep.gif
noncgi/Avatars/jogger.gif
noncgi/Avatars/knife.gif
noncgi/Avatars/lipstick.gif
noncgi/Avatars/lollipops.gif
noncgi/Avatars/mater.gif
noncgi/Avatars/medical.gif
noncgi/Avatars/milk.gif
noncgi/Avatars/PDA.gif
noncgi/Avatars/pfc.gif
noncgi/Avatars/potted_flowers.gif
noncgi/Avatars/potted_flowers1.gif
noncgi/Avatars/potted_flowers2.gif
noncgi/Avatars/punk_pineapple.gif
noncgi/Avatars/rainbow.gif
noncgi/Avatars/rasta_gus.gif
noncgi/Avatars/roast_turkey.gif
noncgi/Avatars/robot.gif
noncgi/Avatars/rose.gif
noncgi/Avatars/shroom.gif
noncgi/Avatars/smiley.gif
noncgi/Avatars/soda.gif
noncgi/Avatars/sour_lemon.gif
noncgi/Avatars/spoon.gif
noncgi/Avatars/star.gif
noncgi/Avatars/sundesign.gif
noncgi/Avatars/swiss_cheese.gif
noncgi/Avatars/toast.gif
noncgi/Avatars/trooper.gif
noncgi/Avatars/viking.gif
noncgi/Avatars/wired_coffee.gif
noncgi/Avatars/worm.gif
noncgi/Avatars/yellow_flower.gif
noncgi/Avatars/yellow_rose.gif
noncgi/drk-bg-images/bbtitle_white.gif
noncgi/drk-bg-images/closetopic_white.gif
noncgi/drk-bg-images/deletetopic_white.gif
noncgi/drk-bg-images/movetopic_white.gif
noncgi/drk-bg-images/next_white.gif
noncgi/drk-bg-images/opentopic_white.gif
noncgi/drk-bg-images/previous_white.gif
noncgi/drk-bg-images/ratings-1-star_orange.gif
noncgi/drk-bg-images/ratings-2-star_orange.gif
noncgi/drk-bg-images/ratings-3-star_orange.gif
noncgi/drk-bg-images/ratings-4-star_orange.gif
noncgi/drk-bg-images/ratings-5-star_orange.gif
noncgi/drk-bg-images/searchhead_white.gif
noncgi/drk-bg-images/ubbfriend_white.gif
noncgi/icons/icon1.gif
noncgi/icons/icon10.gif
noncgi/icons/icon11.gif
noncgi/icons/icon12.gif
noncgi/icons/icon13.gif
noncgi/icons/icon14.gif
noncgi/icons/icon2.gif
noncgi/icons/icon3.gif
noncgi/icons/icon4.gif
noncgi/icons/icon5.gif
noncgi/icons/icon6.gif
noncgi/icons/icon7.gif
noncgi/icons/icon8.gif
noncgi/icons/icon9.gif
noncgi/icons/index.html
noncgi/JCImages/archive.gif
noncgi/JCImages/bbtitle.gif
noncgi/JCImages/black_active.gif
noncgi/JCImages/black_bold.gif
noncgi/JCImages/black_close_topic.gif
noncgi/JCImages/black_code.gif
noncgi/JCImages/black_delete_topic.gif
noncgi/JCImages/black_edit_ubb6.gif
noncgi/JCImages/black_email_ubb6.gif
noncgi/JCImages/black_email_url.gif
noncgi/JCImages/black_faq.gif
noncgi/JCImages/black_home.gif
noncgi/JCImages/black_homepage_ubb6.gif
noncgi/JCImages/black_image.gif
noncgi/JCImages/black_ip.gif
noncgi/JCImages/black_italics.gif
noncgi/JCImages/black_join.gif
noncgi/JCImages/black_list-end.gif
noncgi/JCImages/black_list-item.gif
noncgi/JCImages/black_list-start.gif
noncgi/JCImages/black_move_topic.gif
noncgi/JCImages/black_next.gif
noncgi/JCImages/black_off.gif
noncgi/JCImages/black_on.gif
noncgi/JCImages/black_open_topic.gif
noncgi/JCImages/black_postpoll.gif
noncgi/JCImages/black_previous.gif
noncgi/JCImages/black_priv_message.gif
noncgi/JCImages/black_profile.gif
noncgi/JCImages/black_profile_ubb6.gif
noncgi/JCImages/black_quote_ubb6.gif
noncgi/JCImages/black_register.gif
noncgi/JCImages/black_reply_ot.gif
noncgi/JCImages/black_reset.gif
noncgi/JCImages/black_search.gif
noncgi/JCImages/black_topics.gif
noncgi/JCImages/black_topic_ot.gif
noncgi/JCImages/black_ubb_friend_mini.gif
noncgi/JCImages/black_ubb_quote.gif
noncgi/JCImages/black_url.gif
noncgi/JCImages/black_votenow.gif
noncgi/JCImages/black_voteresults.gif
noncgi/JCImages/black_website.gif
noncgi/JCImages/blank.gif
noncgi/JCImages/categorybar.gif
noncgi/JCImages/gold_active.gif
noncgi/JCImages/gold_bold.gif
noncgi/JCImages/gold_close_topic.gif
noncgi/JCImages/gold_code.gif
noncgi/JCImages/gold_delete_topic.gif
noncgi/JCImages/gold_edit_ubb6.gif
noncgi/JCImages/gold_email_ubb6.gif
noncgi/JCImages/gold_email_url.gif
noncgi/JCImages/gold_faq.gif
noncgi/JCImages/gold_home.gif
noncgi/JCImages/gold_homepage.gif
noncgi/JCImages/gold_homepage_ubb6.gif
noncgi/JCImages/gold_image.gif
noncgi/JCImages/gold_ip.gif
noncgi/JCImages/gold_italics.gif
noncgi/JCImages/gold_list-end.gif
noncgi/JCImages/gold_list-item.gif
noncgi/JCImages/gold_list-start.gif
noncgi/JCImages/gold_move_topic.gif
noncgi/JCImages/gold_next.gif
noncgi/JCImages/gold_off.gif
noncgi/JCImages/gold_on.gif
noncgi/JCImages/gold_open_topic.gif
noncgi/JCImages/gold_postpoll.gif
noncgi/JCImages/gold_previous.gif
noncgi/JCImages/gold_priv_message.gif
noncgi/JCImages/gold_profile.gif
noncgi/JCImages/gold_profile_ubb6.gif
noncgi/JCImages/gold_quote_ubb6.gif
noncgi/JCImages/gold_register.gif
noncgi/JCImages/gold_reply_ot.gif
noncgi/JCImages/gold_reset.gif
noncgi/JCImages/gold_search.gif
noncgi/JCImages/gold_topic_ot.gif
noncgi/JCImages/gold_ubb_friend_mini.gif
noncgi/JCImages/gold_ubb_quote.gif
noncgi/JCImages/gold_url.gif
noncgi/JCImages/gold_votenow.gif
noncgi/JCImages/gold_voteresults.gif
noncgi/JCImages/grey_active.gif
noncgi/JCImages/grey_bold.gif
noncgi/JCImages/grey_close_topic.gif
noncgi/JCImages/grey_code.gif
noncgi/JCImages/grey_delete_topic.gif
noncgi/JCImages/grey_edit_ubb6.gif
noncgi/JCImages/grey_email_ubb6.gif
noncgi/JCImages/grey_email_url.gif
noncgi/JCImages/grey_faq.gif
noncgi/JCImages/grey_home.gif
noncgi/JCImages/grey_homepage.gif
noncgi/JCImages/grey_homepage_ubb6.gif
noncgi/JCImages/grey_image.gif
noncgi/JCImages/grey_ip.gif
noncgi/JCImages/grey_italics.gif
noncgi/JCImages/grey_join.gif
noncgi/JCImages/grey_list-end.gif
noncgi/JCImages/grey_list-item.gif
noncgi/JCImages/grey_list-start.gif
noncgi/JCImages/grey_move_topic.gif
noncgi/JCImages/grey_next.gif
noncgi/JCImages/grey_off.gif
noncgi/JCImages/grey_on.gif
noncgi/JCImages/grey_open_topic.gif
noncgi/JCImages/grey_postpoll.gif
noncgi/JCImages/grey_previous.gif
noncgi/JCImages/grey_priv_message.gif
noncgi/JCImages/grey_profile.gif
noncgi/JCImages/grey_profile_ubb6.gif
noncgi/JCImages/grey_quote_ubb6.gif
noncgi/JCImages/grey_register.gif
noncgi/JCImages/grey_reply_ot.gif
noncgi/JCImages/grey_reset.gif
noncgi/JCImages/grey_search.gif
noncgi/JCImages/grey_topic_ot.gif
noncgi/JCImages/grey_ubb_friend_mini.gif
noncgi/JCImages/grey_ubb_quote.gif
noncgi/JCImages/grey_url.gif
noncgi/JCImages/grey_votenow.gif
noncgi/JCImages/grey_voteresults.gif
noncgi/JCImages/high_tech_categorybar.gif
noncgi/JCImages/high_tech_green_categorybar.gif
noncgi/JCImages/high_tech_green_titlebar.gif
noncgi/JCImages/high_tech_titlebar.gif
noncgi/JCImages/htb_category_bar.gif
noncgi/JCImages/htb_title_bar.gif
noncgi/JCImages/htg_category_bar.gif
noncgi/JCImages/htg_title_bar.gif
noncgi/JCImages/jc_colonial.css
noncgi/JCImages/jc_corporate.css
noncgi/JCImages/jc_garden.css
noncgi/JCImages/jc_high_tech_blue.css
noncgi/JCImages/jc_high_tech_green.css
noncgi/JCImages/jc_new_ip.css
noncgi/JCImages/off.gif
noncgi/JCImages/on.gif
noncgi/JCImages/reportpost.gif
noncgi/JCImages/searchhead.gif
noncgi/JCImages/titlebar.gif
noncgi/JCImages/ubbfriend.gif
noncgi/styles/importexport/jc_style_colonial.cgi
noncgi/styles/importexport/jc_style_corporate.cgi
noncgi/styles/importexport/jc_style_garden.cgi
noncgi/styles/importexport/jc_style_hitechblue.cgi
noncgi/styles/importexport/jc_style_hitechgreen.cgi
noncgi/styles/importexport/jc_style_newip.cgi
noncgi/Templates/cp_add_new_template.pl
noncgi/Templates/cp_ban_lists.pl
noncgi/Templates/cp_cache_form.pl
noncgi/Templates/cp_common.pl
noncgi/Templates/cp_delete_forum_check.pl
noncgi/Templates/cp_edit_forum.pl
noncgi/Templates/cp_edit_profile.pl
noncgi/Templates/cp_email_intro.pl
noncgi/Templates/cp_email_type.pl
noncgi/Templates/cp_entry.pl
noncgi/Templates/cp_faq_editadd.pl
noncgi/Templates/cp_faq_view.pl
noncgi/Templates/cp_forums_cats.pl
noncgi/Templates/cp_forum_add.pl
noncgi/Templates/cp_forum_stats.pl
noncgi/Templates/cp_graemlin_intro.pl
noncgi/Templates/cp_graemlin_new.pl
noncgi/Templates/cp_import_archives.pl
noncgi/Templates/cp_index_intro.pl
noncgi/Templates/cp_massmove_intro.pl
noncgi/Templates/cp_massmove_options.pl
noncgi/Templates/cp_massmove_topiclist.pl
noncgi/Templates/cp_new_members.pl
noncgi/Templates/cp_post_history.pl
noncgi/Templates/cp_prune_by_date.pl
noncgi/Templates/cp_prune_by_user.pl
noncgi/Templates/cp_prune_intro.pl
noncgi/Templates/cp_prune_submit.pl
noncgi/Templates/cp_prune_u_submit.pl
noncgi/Templates/cp_query_admin.pl
noncgi/Templates/cp_rebuild_mems_intro.pl
noncgi/Templates/cp_registration_q.pl
noncgi/Templates/cp_set_wordlets.pl
noncgi/Templates/cp_templates_advanced.pl
noncgi/Templates/cp_templates_advanced_f.pl
noncgi/Templates/cp_templates_export.pl
noncgi/Templates/cp_templates_import.pl
noncgi/Templates/cp_upgrade_intro.pl
noncgi/Templates/cp_user_groups.pl
noncgi/Templates/cp_user_posts.pl
noncgi/Templates/cp_user_search_form.pl
noncgi/Templates/cp_user_search_results.pl
noncgi/Templates/cp_user_titles.pl
noncgi/Templates/cp_vars_avatar.pl
noncgi/Templates/cp_vars_config.pl
noncgi/Templates/cp_vars_display.pl
noncgi/Templates/cp_vars_email.pl
noncgi/Templates/cp_vars_forums.pl
noncgi/Templates/cp_vars_misc.pl
noncgi/Templates/cp_vars_mods.pl
noncgi/Templates/cp_vars_pm.pl
noncgi/Templates/cp_vars_pntf.pl
noncgi/Templates/cp_vars_poll.pl
noncgi/Templates/cp_vars_registration.pl
noncgi/Te

Price: $0.00


Product Code: UbbClassic6311ReleaseAvatarsJc
 
Quantity: Download!