Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4263
Latest: Cekky
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 43455
Total Topics: 7557
Most Online Today: 28
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 37
Total: 37

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - live627

Pages: [1]
1
Support / Installation error: code not found
« on: July 20, 2024, 05:07:58 am »
The following code no longer  exists in 2.1:

Code: [Select]
// Remember this URL in case someone doesn't like sending HTTP_REFERER.
if (strpos($_SERVER['REQUEST_URL'], 'action=dlattach') === false && strpos($_SERVER['REQUEST_URL'], 'action=viewsmfile') === false)
$_SESSION['old_url'] = $_SERVER['REQUEST_URL'];
It is n ow

Code: [Select]
// Remember this URL in case someone doesn't like sending HTTP_REFERER.
if ($should_log)
$_SESSION['old_url'] = $_SERVER['REQUEST_URL'];

and should be populated via integrate_pre_log_stats example usage at https://github.com/envision-mods/portal/blob/312391fcc576cd70bb9a7882214cabd933ac6253/ep_source/EnvisionPortal/Integration.php#L103-L110

2
Support / Opportunity to use more hooks
« on: July 20, 2024, 04:36:28 am »
The following integration hooks which this mod uses for SMF 2.1 are also available in 2.0:

integrate_pre_include
integrate_admin_areas
integrate_menu_buttons
integrate_actions
integrate_load_permissions

You can use integrate_load_theme to load language files so that  you don't dump your strings into the messy garbage heap known as Modifications.english.php

3
Support / Installation warning: file not found
« on: July 20, 2024, 03:44:27 am »

2: copy(/home/user/public_html/forum/adseller/scripts/Colorpicker.js): failed to open stream: No such file or directory

Pages: [1]

+- Recent Topics

[Mod]Tenor Posting Animated Gifs by SMFHacks
August 30, 2024, 04:04:26 pm

List of other errors after installing and trying to use by SMFHacks
August 27, 2024, 02:15:52 pm

Subject Error by SMFHacks
August 27, 2024, 02:15:46 pm

Store Not Logging Transactions or Sending Emails for Paid Items, Free Items Work by SMFHacks
August 27, 2024, 05:26:52 am

Don't Know How to Unhide Previously Hidden Items in Latest SMF Store 5.0 by Michael Vail
August 26, 2024, 11:38:33 pm

Undefined array key "session_var" and Undefined array key "session_id" Errors by SMFHacks
August 26, 2024, 11:10:54 pm

SMF Links Error by yamiacaveman
August 22, 2024, 06:21:53 pm

HTTP Error 500 by SMFHacks
August 20, 2024, 12:28:53 pm

Site upgrade to 2.1 by live627
August 18, 2024, 02:47:33 am

Uninstall issue and new licence no email by landyvlad
August 16, 2024, 08:05:48 am

Powered by EzPortal