vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - C&D Comm - Social Networking (https://vborg.vbsupport.ru/showthread.php?t=174876)

King Fly 04-14-2008 02:56 PM

i just went back to add a picture to my band and where it says upload i get this:
UPLOAD
PICS_MAX_OVER

King Fly 04-14-2008 03:07 PM

also when i re-uploaded a song i cant find it anywhere on my server...and when i am in my edit band mode i can see the song but when i click it it sends me to a page which doesnt exsit:

http://undagroudutopia.com/social/music/3.mp3

and the mp3 flash player is still only loaded with No Mp3's and undefinded

Dylanblitz 04-14-2008 03:47 PM

Quote:

Originally Posted by King Fly (Post 1490465)
i just went back to add a picture to my band and where it says upload i get this:
UPLOAD
PICS_MAX_OVER

I just saw that. Can you go into the admin area, click on layout variables and change the max number of band pics to be something higher then 0. That's not working right. I'll get that fixed and send you a file, but for now if it's higher then 0 it will allow them to upload pics.

Dylanblitz 04-14-2008 03:53 PM

Quote:

Originally Posted by King Fly (Post 1490474)
also when i re-uploaded a song i cant find it anywhere on my server...and when i am in my edit band mode i can see the song but when i click it it sends me to a page which doesnt exsit:

http://undagroudutopia.com/social/music/3.mp3

and the mp3 flash player is still only loaded with No Mp3's and undefinded

Ok, I signed up an account and the problem with the music is the server has a limit on upload file size. Under 2 megs works fine, over 2 megs and it will drop it. I was able to upload a song that's under 2megs and it plays through the player on my test band. I'll have to add some code to try and bypass the server restriction.

btw, can you invite me to the test group so I can see what's going on there? My name on there is Dylan

Dylanblitz 04-14-2008 04:06 PM

Quote:

Originally Posted by King Fly (Post 1490465)
i just went back to add a picture to my band and where it says upload i get this:
UPLOAD
PICS_MAX_OVER

Put these files into the /incfiles/ directory. The changes I made will be rolled up into the 1.2.1 release.

With these files you should be able to have the band/user image limit set to 0 and it will allow them to upload unlimited images.

King Fly 04-15-2008 04:27 AM

ok i uploaded those files and all i get is red X's for the pics and if you go to my band profile page the layout is now kinda messed where the pics should be

actually in the blackspot around where the pics should be i get this error if i highlight it:

Warning: getimagesize(images/band_images/6_t.jpg): failed to open stream: No such file or directory in /home/content/k/i/n/kingfly008/html/social/incfiles/band_main_info.php on line 46

King Fly 04-15-2008 04:31 AM

also when i make a public group nobody else has been able to accept it...but when i make a private group they are able to accept the invite...however when i go to modify a message someone has posted i get this error:


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/groups_send_message.php on line 21

Dylanblitz 04-15-2008 06:28 AM

Quote:

Originally Posted by King Fly (Post 1490959)
ok i uploaded those files and all i get is red X's for the pics and if you go to my band profile page the layout is now kinda messed where the pics should be

actually in the blackspot around where the pics should be i get this error if i highlight it:

Warning: getimagesize(images/band_images/6_t.jpg): failed to open stream: No such file or directory in /home/content/k/i/n/kingfly008/html/social/incfiles/band_main_info.php on line 46

try deleting the picture, setting the permissions on
/images
/images/band_images
to 777 and add a new picture.

Quote:

Originally Posted by King Fly (Post 1490961)
also when i make a public group nobody else has been able to accept it...but when i make a private group they are able to accept the invite...however when i go to modify a message someone has posted i get this error:


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/groups_send_message.php on line 21

Something really funky is going on. The script is just doing a simple select to get the group message, I can't see why it would throw an error. I got the invites to both the public and private group and I can see the accept/deny button on both of them?

King Fly 04-15-2008 12:56 PM

yeah the private groups people can see the accept/reject option but they can in the public group....they however can reply to the messages i send out in the public group...and yeah i got that error when trying to modify someone elses message in the private group

imma go do the changes now and let you know

lol its kinda became a thread for me and you....but at least were going thru fixing all the problems

King Fly 04-15-2008 01:07 PM

i still get tyhis error even after changing all the permissions to 777:

Warning: getimagesize(images/band_images/8_t.jpg): failed to open stream: No such file or directory in /home/content/k/i/n/kingfly008/html/social/incfiles/band_main_info.php on line 46

and i also checked my server....the image didnt upload to the band images folder...its empty

Dylanblitz 04-15-2008 03:17 PM

Quote:

Originally Posted by King Fly (Post 1491275)
i still get tyhis error even after changing all the permissions to 777:

Warning: getimagesize(images/band_images/8_t.jpg): failed to open stream: No such file or directory in /home/content/k/i/n/kingfly008/html/social/incfiles/band_main_info.php on line 46


and i also checked my server....the image didnt upload to the band images folder...its empty

Okay, lets try replacing the file in /incfiles/ with the one I attached.

Dylanblitz 04-15-2008 03:22 PM

Quote:

Originally Posted by King Fly (Post 1490961)
also when i make a public group nobody else has been able to accept it...but when i make a private group they are able to accept the invite...however when i go to modify a message someone has posted i get this error:


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/groups_send_message.php on line 21

Found the error and fixed it with the attached file, it goes in the /incfiles/ directory. Still don't know why some people can't see public group invites. I saw it when you invited me.

King Fly 04-15-2008 03:59 PM

ok both of those worked....i can now edit group messages and also add band pics

King Fly 04-16-2008 02:59 PM

ok so now everything is fixed and running good on the community now....you were right about the max file size being set too low for music...i changed that and everything is working great

this is an awesome mod and my members love it....cuz everyone loves myspace [well music artists do anyways]

i nominated this for mod of the month

again thanks for all your help with everything....i think we worked out all the bugs in this too so you should be ready to have a bug free version now

King Fly 04-17-2008 03:58 PM

ok now the next error lol....i get this when i install the flashchat

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/functions.php on line 573

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/functions.php on line 575

that shows up when im on my profile page

the flashchat works and everything but this is under my profile

Dylanblitz 04-17-2008 07:17 PM

Quote:

Originally Posted by King Fly (Post 1493116)
ok now the next error lol....i get this when i install the flashchat

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/functions.php on line 573

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/functions.php on line 575


that shows up when im on my profile page

the flashchat works and everything but this is under my profile

Should be a simple fix

Try this file. It goes in the /infiles/ directory

King Fly 04-18-2008 02:25 AM

lol ok now i get this:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/functions.php on line 574

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/functions.php on line 576

Dylanblitz 04-18-2008 02:34 AM

Quote:

Originally Posted by King Fly (Post 1493471)
lol ok now i get this:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/functions.php on line 574

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/k/i/n/kingfly008/html/social/incfiles/functions.php on line 576

Did you install flashchat in the same database as my script? It doesn't support it running from another database. Also, verify that you set the table prefix right. It should work, I tested it here.

Deidre 04-18-2008 12:46 PM

Quote:

I figured out what I need to do without manually changing the vb database. I just need time to code it and as Toronto FC is in town tomorrow, it'll be Monday before I can start on it
I'll let you know when it's done and tested though.
Sorry, I only saw the reply now. Thanks so much. Let me know when you're done!

Dylanblitz 04-18-2008 02:57 PM

Quote:

Originally Posted by Deidre (Post 1493754)
Sorry, I only saw the reply now. Thanks so much. Let me know when you're done!

No problem, it's working on my dev box, I'm just putting a few other changes in and testing them before I release the code, should be by the end of the weekend.

generati 04-21-2008 10:19 PM

Hi I am trying to install the software but having difficulties, I know this is probably the dumbest question but I keep getting this message on install:

Connection script is in the wrong location.

Where is the connection script supposed to be?

Dylanblitz 04-21-2008 10:56 PM

Quote:

Originally Posted by generati (Post 1496200)
Hi I am trying to install the software but having difficulties, I know this is probably the dumbest question but I keep getting this message on install:

Connection script is in the wrong location.

Where is the connection script supposed to be?

The install instructions are in the zip. There is a file in the incfiles/ directory called connection_dist.php. Edit it and change the database, username and password variables. Copy it to new and name it connection.php. You should be able to install after that.

Dylanblitz 05-12-2008 05:09 AM

Quote:

Originally Posted by Deidre (Post 1493754)
Sorry, I only saw the reply now. Thanks so much. Let me know when you're done!

I uploaded the new version, it has the changes so you can put a link in your forum to it. I put the instructions on what to modify in the install_readme.txt :)

macc 05-12-2008 08:42 AM

hello!

have installed you hack but when i will save some changes .... it is not possible ... (mean like admin)

www.belaplay.com/vb/note

reg

macc

Dylanblitz 05-12-2008 02:51 PM

Quote:

Originally Posted by macc (Post 1516998)
hello!

have installed you hack but when i will save some changes .... it is not possible ... (mean like admin)

www.belaplay.com/vb/note

reg

macc

What doesn't save? Is there an error that you get when you try and save something. Let me know what screen your on when you get the problem.

macc 05-12-2008 03:42 PM

when i try to change something in "ADMIN" exp time zone or put path for flashchat ...and after click to save cahnges ..not hapened ..no error mesages comes up .. can PM to you admin accounts ..and you can try


reg


macc

Dylanblitz 05-12-2008 06:40 PM

Quote:

Originally Posted by macc (Post 1517427)
when i try to change something in "ADMIN" exp time zone or put path for flashchat ...and after click to save cahnges ..not hapened ..no error mesages comes up .. can PM to you admin accounts ..and you can try


reg


macc

My fault, I uploaded the demo version, which had all the admin stuff locked down. Can you redownload the file and overwrite the current files? No script will need to be run, just overwrite the files and it should be ok.

macc 05-12-2008 09:51 PM

Thanks ..now works everything fine !

regards

macc

trackpads 05-13-2008 10:56 AM

very nice! Good work!

hotwheels 05-14-2008 07:18 PM

I think this would be an awesome addition to a website. I tried all different types of configurations to get this to work on my site and it just wouldn't work right.

The hardest thing i found was trying to figure out exactly where to upload all the files to on my server. I renamed the file, uploaded in my root, uploaded on my main server page and i could never get it to work right.

It wouldn't upload mp3's, even though it showed it uploaded, it wouldn't take forums/ nor chat/..........

I will keep my eye on this one, and if you get it working right, i will try it again........

thanks, hotwheels

Dylanblitz 05-14-2008 08:03 PM

Quote:

Originally Posted by hotwheels (Post 1519770)
I think this would be an awesome addition to a website. I tried all different types of configurations to get this to work on my site and it just wouldn't work right.

The hardest thing i found was trying to figure out exactly where to upload all the files to on my server. I renamed the file, uploaded in my root, uploaded on my main server page and i could never get it to work right.

It wouldn't upload mp3's, even though it showed it uploaded, it wouldn't take forums/ nor chat/..........

I will keep my eye on this one, and if you get it working right, i will try it again........

thanks, hotwheels

I don't know of any issues with the script right now. It was probably a configuration issue. If you want to upload it to your server and pm me a link I'll try and get it configured for you.
If you have www.xxx.com and your forums are at www.xxx.com/forums the best place to put it if you didn't want it to be your main page would be www.xxx.com/social

hotwheels 05-15-2008 10:58 AM

so how do i upload all the files you have? Do i just rename the main folder and upload it in my www.xxx.com and then run the install, or are the specific areas to upload the files to make this function correcty.? I tried several different installs, and none of them would work correctly. I could get the site working, but it wouldn't upload mp3's, forum link nor chat link......I will retry it though...

Dylanblitz 05-15-2008 02:25 PM

Since you are having problems I wouldn't put it into the main folder until it is running right.
For now I would create a folder in your root directory called social, so you'd have www.xxx.com/social. Upload all the files there, keeping them in their current directories.

During installation select the Vbulletin forum option and the path should be ../forums/ When you click continue then you should see a list of the admin's of the forum to select from. If you see this then the forum should work. If you don't then the path is wrong or your forum config is somewhere else.

If you are having problems uploading an mp3 or image then make sure the permissions are set to 755 on the /mp3 and all the image subdirectories.

Again, if you want you can upload the files and pm me the location, I'll do the install and see if I come across any gotcha's.

hotwheels 05-15-2008 03:16 PM

Okay, right now i have the system set up in my root: /forums/social

and the set up itself works: http://www.insanemustangs.com/forums/social/index.php

When i select vbulletin and then type ../forums the link comes up as www.insanemustangs.com/forums/forums/

When i do mp3's, i get http://www.insanemustangs.com/forums...al/music/5.mp3

Right now i am also having problems logging into my server. Once i am able to log back on i will see if you can fix the social set up......but for now, if you can, look at the link http://www.insanemustangs.com/forums/social/index.php and see if there is anything that sticks out that may be wrong........

thanks, hotwheels

hotwheels 05-15-2008 03:42 PM

okay, i have part of it figured out.

To get to the forums, i had to do ../

and chat was ../chat/

Now if i can get back to my cpanel, i will see if the same types of changes to the config file will help with the mp3's and images. I did a sync from the forum to the social, but none of the images went to mem_pic which i have set at 777.......

Dylanblitz 05-15-2008 04:10 PM

Quote:

Originally Posted by hotwheels (Post 1520721)
okay, i have part of it figured out.

To get to the forums, i had to do ../

and chat was ../chat/

Now if i can get back to my cpanel, i will see if the same types of changes to the config file will help with the mp3's and images. I did a sync from the forum to the social, but none of the images went to mem_pic which i have set at 777.......

Yeah, by root I mean in your www.xxx.com directory, not the forums, what you have now is the right path to the forums.
It does not pull the images from the forums, only the basic user information. I guess I could set it up to pull the profile pic if there is one. Just try adding a picture to your profile, if you can add one and it shows then it's working right. The same with the mp3's, add one to your profile style and you should be able to hear it.

Dylanblitz 05-15-2008 04:16 PM

Quote:

Originally Posted by hotwheels (Post 1520721)
okay, i have part of it figured out.

To get to the forums, i had to do ../

and chat was ../chat/

Now if i can get back to my cpanel, i will see if the same types of changes to the config file will help with the mp3's and images. I did a sync from the forum to the social, but none of the images went to mem_pic which i have set at 777.......

One thing i noticed wrong when signing up. Login, click on the Admin link on the right side, click on Setup Variables. Change Server Path to
www.insanemustangs.com/forums/social/
and change Forum Path to
../

Right now when someone signs up they get this in the authorization email

http://../activate.php

It needs to have your script path for the signup to work right.

hotwheels 05-15-2008 04:47 PM

okay, i made those changes.......

hotwheels 05-15-2008 04:52 PM

dylan, is there a way i can make you admin on that page?

Dylanblitz 05-15-2008 05:48 PM

You can if you have phpmyadmin or something. I need to code it so an admin can make others an admin.


All times are GMT. The time now is 01:50 AM.

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.02770 seconds
  • Memory Usage 1,851KB
  • 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
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete