Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 05-25-2010, 01:35 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes then uppercase . so it matches the Forums in that link anything after Forums/ shouldn't matter anyway

but the link you posted wont work because its been truncated or shortened with the pertinent info left out so insert a good link to where ever yo u would like it to go no ...indexphp

other than that it should work to redirect anything coming into that folder to the link you install in that php script.

but when makeing the index file put only that code in it and name it index,php upload it to the new forums directory you make...make sure not to rename your working forums directory though ... you will figure it out
Reply With Quote
  #12  
Old 05-25-2010, 01:46 AM
Hummie Hummie is offline
 
Join Date: Nov 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, I understand about the truncating and I did correct that.

I have it in place and then told Paypal to resend an IPN that had failed. We just have to wait for it to send now to see if it goes through or not. I think the help guy said they try 4 times a day? Or was it 4 times an hour?

--------------- Added [DATE]1274755658[/DATE] at [TIME]1274755658[/TIME] ---------------

Oh, just checked. It's back and it failed. Sigh. I was SO hopeful!
Reply With Quote
  #13  
Old 05-25-2010, 01:51 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK cant believe you cant find one coder in here to make you a new htaccess file .

have you google the htaccess how too they are pretty intense :>

post your htaccess you have so far

--------------- Added [DATE]1274756243[/DATE] at [TIME]1274756243[/TIME] ---------------

Code:
 
Options +FollowSymLinks +ExecCGI

<IfModule mod_rewrite.c>
  RewriteEngine On

  # this is the rewrite rule that I added
  # it should redirect to www.mydomain.com if http_post variable does not 
start with www
  # but I have no idea why it does not work
  RewriteCond %{HTTP_HOST}   !^www\.mydomain\.com [NC]
  RewriteCond %{HTTP_HOST}   !^$
  RewriteRule ^/(.*)         http://www.mydomain.com/ ^/(.*)          [L,R=301]

  # uncomment the following line, if you are having trouble
  # getting no_script_name to work
  #RewriteBase /

  # we skip all files with .something
  #RewriteCond %{REQUEST_URI} \..+$
  #RewriteCond %{REQUEST_URI} !\.html$
  #RewriteRule .* - [L]

  # we check if the .html version is here (caching)
  RewriteRule ^$ index.html [QSA]
  RewriteRule ^([^.]+)$ $1.html [QSA]
  RewriteCond %{REQUEST_FILENAME} !-f

  # no, so we redirect to our front web controller
  RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>
heres one to start with

--------------- Added [DATE]1274756356[/DATE] at [TIME]1274756356[/TIME] ---------------

thats a rewrite htaccess to redirect someone was working on it i think its ok if changed just dont uncomment anything and change the domains
Reply With Quote
  #14  
Old 05-25-2010, 02:00 AM
Hummie Hummie is offline
 
Join Date: Nov 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Someone PM'd me to help in response to my "pay" request and said the htaccess won't work. They want admin access to evaluate the problem. They seem reputable, but I don't see why they would need admin access and am waiting for them to explain better. It seems to me I could pay someone to write a code and give it to me to upload. I don't see how it can be fixed through admin when everything in admin is going to the lowercase "f"....sigh

I'm ready to unsub everyone and send out mass e-mail and tell them to resub and take my hits for those that won't resub (lurkers). I've been dealing with this for weeks to no avail now. I'm stressed.
Reply With Quote
  #15  
Old 05-25-2010, 02:04 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

who is it ?
wonder if it would be in the general setup
just renamed the Forums
Reply With Quote
  #16  
Old 05-25-2010, 02:07 AM
Hummie Hummie is offline
 
Join Date: Nov 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vB Style

I've had it for one night. I've been working on this stuff now for 4 hours. At least I got my other frustrating trouble solved. One step at a time.

This one is just major and important.

Thanks for helping...I need a fresh mind.
Reply With Quote
  #17  
Old 05-25-2010, 02:10 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

delete that diectory we made and then try this out, make sure its the right firectory or just rename it

try changeing it here to Forums
Attached Images
File Type: png test.PNG (81.4 KB, 0 views)
Reply With Quote
  #18  
Old 05-25-2010, 02:49 PM
Hummie Hummie is offline
 
Join Date: Nov 2007
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think that would mess up my whole forum. vB Style has given me another idea to try. I'll work on it tonight and let you know how it goes.

--------------- Added [DATE]1274837171[/DATE] at [TIME]1274837171[/TIME] ---------------

vB Style did it! I AM SO excited and jumping with joy and so appreciative from the bottom of my heart.

He wrote me a payment_gateway.php file. Of course, I won't share the code, but want to mention this here in case someone else is searching for an answer to this same problem...they can contact vB Style for the answer. It wouldn't be right for me to put the answer here since I paid for his services.
Reply With Quote
  #19  
Old 06-26-2012, 12:10 AM
sub_ubi sub_ubi is offline
 
Join Date: Dec 2004
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the same issue as Hummie, but with a new domain.

I assume I put the modified payment_gateway.php into the old domain, and have it point to the new one. I'll try digging through the file looking for obvious places to edit - but in the meantime, I would love some help, paid or otherwise.
Reply With Quote
  #20  
Old 07-26-2012, 08:54 AM
sub_ubi sub_ubi is offline
 
Join Date: Dec 2004
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone interested in helping? $$ to anyone who gets this going - I'm getting tired of manually doing this every day
Reply With Quote
Reply

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


All times are GMT. The time now is 05:51 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08395 seconds
  • Memory Usage 2,267KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete