Tchatting.com Forums
Webmasters Scripts and Products PHP Products and Scripts released to help vb webmasters obtain more resources and content for their forums !

User Name
Password
Reply
 
Thread Tools Display Modes
  #1  
Old 23-12-2005, 03:21 PM
CraCkEr CraCkEr est déconnecté
Not really!
 
Join Date: Jan 2005
Posts: 594
CraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of light
VB ARTS.com Affiliate Feed 4 VB 3.5.x

The VBArts is a special affiliate feed that matches and suits your vbulletin installation, further more it fully integrates and can be edit anyway you like.
You need a seperate db for this ( Just to make sure no way you can damage you vb installation ) or maybe you wish to run it seperatly.
Demo is at
http://www.tchatting.com/forum/art.php
If you dont have an arts.com affiliate ID sign up here
http://affiliates.art.com/get.art?T=...&P=1&S=1&Y=204

Installation :

1- Create a new DB
2- Edit artsconfig.php to suit your db connections and path to forum below
3- Upload all files to your forum root folder
4- Create a new TEMPLATE called "artscom"
Contents in that template is available in artscom.txt
5- Run artsconvert.php to insert the database tables
6- Link to your art.php file your done.

Enjoy !
Reply With Quote
  #2  
Old 23-12-2005, 03:29 PM
Ardley Ardley est déconnecté
Registered User
 
Join Date: Dec 2005
Posts: 13
Ardley is on a distinguished road
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

That's the one i've been waiting for.

Thanks.
Reply With Quote
  #3  
Old 28-12-2005, 02:14 AM
Ardley Ardley est déconnecté
Registered User
 
Join Date: Dec 2005
Posts: 13
Ardley is on a distinguished road
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

Hmmm, I seem to be having some issues with this script.

The following code is what is causing the problems.

Code:
ob_start();
$artresults = ob_get_contents();
include("./artsindex.php");
ob_end_clean();
If I have it as above, I get a blank white screen for art.php but artsindex.php shows, but if you click on any links it doesn't work.

If I have it as:

Code:
//ob_start();
$artresults = ob_get_contents();
include("./artsindex.php");
//ob_end_clean();
art.php and artsindex.php show fine and the links work, but without the vBulletin header and footer showing.

Code:
ob_start();
$artresults = ob_get_contents();
//include("./artsindex.php");
ob_end_clean();
As you can imagine, if I have it like this, the vbulletin header and foot works and it parses the artscom template properly, but it doesn't include the main script.

It's not live on the web yet, it's on my local server, so I can't show you what I mean, but it's certainly not functioning properly at the moment, where as things such as the horoscope script are functioning perfectly on the same server.
Reply With Quote
  #4  
Old 28-12-2005, 03:42 PM
CraCkEr CraCkEr est déconnecté
Not really!
 
Join Date: Jan 2005
Posts: 594
CraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of light
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

it looks like u have changed something in the code , try reuploading the original file from the zip file
it should be
ob_start();
$artresults = ob_get_contents();
include("artsindex.php");
ob_end_clean();

Along with anyother changes you made , reverse them then try again
If artsindex.php is working the integraiton should too easily !
Reply With Quote
  #5  
Old 28-12-2005, 03:47 PM
Ardley Ardley est déconnecté
Registered User
 
Join Date: Dec 2005
Posts: 13
Ardley is on a distinguished road
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

Quote:
Originally Posted by CraCkEr
Along with anyother changes you made , reverse them then try again
If artsindex.php is working the integraiton should too easily !
I've tried it using the original code and it's doing the exact same thing for me.

All i'd changed in the code was to add a prefix to the database tables categories and products so that they show as ARTcategories and ARTproducts so that I could integrate into the same database, and that had worked to the degree that artsindex.php connects and shows the results fine using one of the combinations above, just not with the vbulletin templates at the same time.

But while trying to get the script working, yes I had changed a variety of things, nothing made any difference difference though.

But either way, using the original code is doing the exact same thing. It doesn't want to use the vbulletin bits and the script at the same time for me.
Reply With Quote
  #6  
Old 29-12-2005, 11:19 AM
CraCkEr CraCkEr est déconnecté
Not really!
 
Join Date: Jan 2005
Posts: 594
CraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of light
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

Hello,
I cant help you any further this way, if you wish send me back your modified code or show me links installed ! ( use prvt message)
Reply With Quote
  #7  
Old 04-01-2006, 01:57 PM
Ardley Ardley est déconnecté
Registered User
 
Join Date: Dec 2005
Posts: 13
Ardley is on a distinguished road
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

Quote:
Originally Posted by CraCkEr
Hello,
I cant help you any further this way, if you wish send me back your modified code or show me links installed ! ( use prvt message)
I don't think it was you, me or the code in the end to be honest, I believe it may have been something in my server configeration, although i'm not sure what.

Anyway, i've managed a work around for it, by adding the header and footer and style sheet I want to the arttemplate.html file.

Getting the script to function properly was more important to me than having it fully integrated.
Reply With Quote
  #8  
Old 07-01-2006, 09:10 AM
Snitz Snitz est déconnecté
Registered User
 
Join Date: Jan 2006
Posts: 3
Snitz is on a distinguished road
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

where are the files?
Reply With Quote
  #9  
Old 07-01-2006, 10:58 AM
CraCkEr CraCkEr est déconnecté
Not really!
 
Join Date: Jan 2005
Posts: 594
CraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of light
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

hello snitz,
These files are paid only membership, the fee is very low and its just there to support our further creations, as well as to support the free services we also provide.
free scripts codes can be found as attachments or the paid scripts can be found on http://www.tchatting.com/forum/members.php
Dont hesitate to ask more !
Reply With Quote
  #10  
Old 08-01-2006, 11:52 AM
Snitz Snitz est déconnecté
Registered User
 
Join Date: Jan 2006
Posts: 3
Snitz is on a distinguished road
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

I remember when you first released these hacks on vb.org for free
I've tried them on my site but didn't work even though "fopen" is enabled on my server
so I was wondering, if I purchased these scripts, how will they work?
Reply With Quote
  #11  
Old 09-01-2006, 11:51 AM
CraCkEr CraCkEr est déconnecté
Not really!
 
Join Date: Jan 2005
Posts: 594
CraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of light
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

Hello, you can upload ur phpinfo page somewhere and ill let you know if it works or not ( I can offer you free installation thus you pay if it worked only )
Thats all , as for releasing it free yes it was true untill they were removed from vb.org contributing to the community there is fair enough for a price return but when hosting and offering support and installation, it would be fair to charge a small fee at least.
Requirements of the scripts are obligatory these scripts all will not work behind anything blocking remote file opening
Reply With Quote
  #12  
Old 11-01-2006, 02:00 PM
Snitz Snitz est déconnecté
Registered User
 
Join Date: Jan 2006
Posts: 3
Snitz is on a distinguished road
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

http://www.oneforum.org/files/phpinfo.php
Reply With Quote
  #13  
Old 12-01-2006, 11:51 AM
CraCkEr CraCkEr est déconnecté
Not really!
 
Join Date: Jan 2005
Posts: 594
CraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of lightCraCkEr is a glorious beacon of light
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

It should work fine, if you wish ill post later on a script to test functionality of our scripts , if that worked then others should ! Regards,
Reply With Quote
  #14  
Old 14-02-2006, 12:44 AM
datalife's Avatar
datalife datalife est déconnecté
Registered User
 
Join Date: Dec 2005
Location: UnderWater
Posts: 11
datalife is on a distinguished road
Send a message via MSN to datalife Send a message via Yahoo to datalife
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

Hey Dude , Thx u for shar

Regards
Reply With Quote
  #15  
Old 22-05-2007, 03:19 PM
L0RD L0RD est déconnecté
Registered User
 
Join Date: May 2007
Posts: 6
L0RD is on a distinguished road
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

Thx u man!
Reply With Quote
  #16  
Old 22-05-2007, 03:20 PM
L0RD L0RD est déconnecté
Registered User
 
Join Date: May 2007
Posts: 6
L0RD is on a distinguished road
Re: VB ARTS.com Affiliate Feed 4 VB 3.5.x

Thank u MAN
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
VBIMDB Fetcher VB 3.5.x & 3.6.x Compatible CraCkEr Premium Members Forum 4 25-06-2007 04:08 PM
VB horoscopes 3.5.x & 3.6.x ( 2 versions ) CraCkEr Premium Members Forum 0 29-12-2006 09:39 AM

All times are GMT. The time now is 06:38 AM.
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
All data and information are copyright of DOTLeb Network